From 3b09ee796ce47696ee3bb839c187eb8dabe386d8 Mon Sep 17 00:00:00 2001 From: slandymani Date: Mon, 30 Sep 2024 21:52:00 +0300 Subject: [PATCH] move hasura tables dir to callisto --- .../databases/{bdjuno => callisto}/functions/functions.yaml | 0 .../functions/public_messages_by_address.yaml | 0 .../databases/{bdjuno => callisto}/tables/public_account.yaml | 0 .../{bdjuno => callisto}/tables/public_account_balance.yaml | 0 .../{bdjuno => callisto}/tables/public_average_block_fee.yaml | 0 .../{bdjuno => callisto}/tables/public_average_block_size.yaml | 0 .../{bdjuno => callisto}/tables/public_average_block_time.yaml | 0 .../tables/public_average_block_time_from_genesis.yaml | 0 .../tables/public_average_block_time_per_day.yaml | 0 .../tables/public_average_block_time_per_hour.yaml | 0 .../tables/public_average_block_time_per_minute.yaml | 0 .../databases/{bdjuno => callisto}/tables/public_block.yaml | 0 .../{bdjuno => callisto}/tables/public_community_pool.yaml | 0 .../{bdjuno => callisto}/tables/public_daily_average_fee.yaml | 0 .../{bdjuno => callisto}/tables/public_daily_avg_block_time.yaml | 0 .../{bdjuno => callisto}/tables/public_daily_request_counts.yaml | 0 .../tables/public_daily_transaction_volume.yaml | 0 .../{bdjuno => callisto}/tables/public_data_providers_pool.yaml | 0 .../databases/{bdjuno => callisto}/tables/public_data_source.yaml | 0 .../databases/{bdjuno => callisto}/tables/public_delegator.yaml | 0 .../{bdjuno => callisto}/tables/public_distribution_params.yaml | 0 .../{bdjuno => callisto}/tables/public_double_sign_evidence.yaml | 0 .../{bdjuno => callisto}/tables/public_double_sign_vote.yaml | 0 .../{bdjuno => callisto}/tables/public_fee_grant_allowance.yaml | 0 .../databases/{bdjuno => callisto}/tables/public_genesis.yaml | 0 .../databases/{bdjuno => callisto}/tables/public_gov_params.yaml | 0 .../databases/{bdjuno => callisto}/tables/public_inflation.yaml | 0 .../databases/{bdjuno => callisto}/tables/public_message.yaml | 0 .../databases/{bdjuno => callisto}/tables/public_mint_params.yaml | 0 .../databases/{bdjuno => callisto}/tables/public_modules.yaml | 0 .../{bdjuno => callisto}/tables/public_monthly_average_fee.yaml | 0 .../tables/public_monthly_avg_block_time.yaml | 0 .../tables/public_monthly_request_counts.yaml | 0 .../tables/public_monthly_transaction_volume.yaml | 0 .../{bdjuno => callisto}/tables/public_oracle_params.yaml | 0 .../{bdjuno => callisto}/tables/public_oracle_script.yaml | 0 .../databases/{bdjuno => callisto}/tables/public_pre_commit.yaml | 0 .../databases/{bdjuno => callisto}/tables/public_proposal.yaml | 0 .../{bdjuno => callisto}/tables/public_proposal_deposit.yaml | 0 .../tables/public_proposal_staking_pool_snapshot.yaml | 0 .../{bdjuno => callisto}/tables/public_proposal_tally_result.yaml | 0 .../tables/public_proposal_validator_status_snapshot.yaml | 0 .../{bdjuno => callisto}/tables/public_proposal_vote.yaml | 0 .../databases/{bdjuno => callisto}/tables/public_report.yaml | 0 .../databases/{bdjuno => callisto}/tables/public_request.yaml | 0 .../{bdjuno => callisto}/tables/public_request_data_source.yaml | 0 .../{bdjuno => callisto}/tables/public_requests_per_date.yaml | 0 .../{bdjuno => callisto}/tables/public_slashing_params.yaml | 0 .../{bdjuno => callisto}/tables/public_software_upgrade_plan.yaml | 0 .../{bdjuno => callisto}/tables/public_staking_params.yaml | 0 .../{bdjuno => callisto}/tables/public_staking_pool.yaml | 0 .../databases/{bdjuno => callisto}/tables/public_supply.yaml | 0 .../databases/{bdjuno => callisto}/tables/public_token.yaml | 0 .../databases/{bdjuno => callisto}/tables/public_token_price.yaml | 0 .../{bdjuno => callisto}/tables/public_token_price_history.yaml | 0 .../databases/{bdjuno => callisto}/tables/public_token_unit.yaml | 0 .../databases/{bdjuno => callisto}/tables/public_transaction.yaml | 0 .../{bdjuno => callisto}/tables/public_transaction_volume.yaml | 0 .../{bdjuno => callisto}/tables/public_treasury_pool.yaml | 0 .../databases/{bdjuno => callisto}/tables/public_validator.yaml | 0 .../{bdjuno => callisto}/tables/public_validator_blocks.yaml | 0 .../{bdjuno => callisto}/tables/public_validator_commission.yaml | 0 .../{bdjuno => callisto}/tables/public_validator_description.yaml | 0 .../{bdjuno => callisto}/tables/public_validator_info.yaml | 0 .../tables/public_validator_signing_info.yaml | 0 .../{bdjuno => callisto}/tables/public_validator_status.yaml | 0 .../tables/public_validator_voting_power.yaml | 0 .../{bdjuno => callisto}/tables/public_vesting_account.yaml | 0 .../{bdjuno => callisto}/tables/public_vesting_period.yaml | 0 hasura/metadata/databases/{bdjuno => callisto}/tables/tables.yaml | 0 70 files changed, 0 insertions(+), 0 deletions(-) rename hasura/metadata/databases/{bdjuno => callisto}/functions/functions.yaml (100%) rename hasura/metadata/databases/{bdjuno => callisto}/functions/public_messages_by_address.yaml (100%) rename hasura/metadata/databases/{bdjuno => callisto}/tables/public_account.yaml (100%) rename hasura/metadata/databases/{bdjuno => callisto}/tables/public_account_balance.yaml (100%) rename hasura/metadata/databases/{bdjuno => callisto}/tables/public_average_block_fee.yaml (100%) rename hasura/metadata/databases/{bdjuno => callisto}/tables/public_average_block_size.yaml (100%) rename hasura/metadata/databases/{bdjuno => callisto}/tables/public_average_block_time.yaml (100%) rename hasura/metadata/databases/{bdjuno => callisto}/tables/public_average_block_time_from_genesis.yaml (100%) rename hasura/metadata/databases/{bdjuno => callisto}/tables/public_average_block_time_per_day.yaml (100%) rename hasura/metadata/databases/{bdjuno => callisto}/tables/public_average_block_time_per_hour.yaml (100%) rename hasura/metadata/databases/{bdjuno => callisto}/tables/public_average_block_time_per_minute.yaml (100%) rename hasura/metadata/databases/{bdjuno => callisto}/tables/public_block.yaml (100%) rename hasura/metadata/databases/{bdjuno => callisto}/tables/public_community_pool.yaml (100%) rename hasura/metadata/databases/{bdjuno => callisto}/tables/public_daily_average_fee.yaml (100%) rename hasura/metadata/databases/{bdjuno => callisto}/tables/public_daily_avg_block_time.yaml (100%) rename hasura/metadata/databases/{bdjuno => callisto}/tables/public_daily_request_counts.yaml (100%) rename hasura/metadata/databases/{bdjuno => callisto}/tables/public_daily_transaction_volume.yaml (100%) rename hasura/metadata/databases/{bdjuno => callisto}/tables/public_data_providers_pool.yaml (100%) rename hasura/metadata/databases/{bdjuno => callisto}/tables/public_data_source.yaml (100%) rename hasura/metadata/databases/{bdjuno => callisto}/tables/public_delegator.yaml (100%) rename hasura/metadata/databases/{bdjuno => callisto}/tables/public_distribution_params.yaml (100%) rename hasura/metadata/databases/{bdjuno => callisto}/tables/public_double_sign_evidence.yaml (100%) rename hasura/metadata/databases/{bdjuno => callisto}/tables/public_double_sign_vote.yaml (100%) rename hasura/metadata/databases/{bdjuno => callisto}/tables/public_fee_grant_allowance.yaml (100%) rename hasura/metadata/databases/{bdjuno => callisto}/tables/public_genesis.yaml (100%) rename hasura/metadata/databases/{bdjuno => callisto}/tables/public_gov_params.yaml (100%) rename hasura/metadata/databases/{bdjuno => callisto}/tables/public_inflation.yaml (100%) rename hasura/metadata/databases/{bdjuno => callisto}/tables/public_message.yaml (100%) rename hasura/metadata/databases/{bdjuno => callisto}/tables/public_mint_params.yaml (100%) rename hasura/metadata/databases/{bdjuno => callisto}/tables/public_modules.yaml (100%) rename hasura/metadata/databases/{bdjuno => callisto}/tables/public_monthly_average_fee.yaml (100%) rename hasura/metadata/databases/{bdjuno => callisto}/tables/public_monthly_avg_block_time.yaml (100%) rename hasura/metadata/databases/{bdjuno => callisto}/tables/public_monthly_request_counts.yaml (100%) rename hasura/metadata/databases/{bdjuno => callisto}/tables/public_monthly_transaction_volume.yaml (100%) rename hasura/metadata/databases/{bdjuno => callisto}/tables/public_oracle_params.yaml (100%) rename hasura/metadata/databases/{bdjuno => callisto}/tables/public_oracle_script.yaml (100%) rename hasura/metadata/databases/{bdjuno => callisto}/tables/public_pre_commit.yaml (100%) rename hasura/metadata/databases/{bdjuno => callisto}/tables/public_proposal.yaml (100%) rename hasura/metadata/databases/{bdjuno => callisto}/tables/public_proposal_deposit.yaml (100%) rename hasura/metadata/databases/{bdjuno => callisto}/tables/public_proposal_staking_pool_snapshot.yaml (100%) rename hasura/metadata/databases/{bdjuno => callisto}/tables/public_proposal_tally_result.yaml (100%) rename hasura/metadata/databases/{bdjuno => callisto}/tables/public_proposal_validator_status_snapshot.yaml (100%) rename hasura/metadata/databases/{bdjuno => callisto}/tables/public_proposal_vote.yaml (100%) rename hasura/metadata/databases/{bdjuno => callisto}/tables/public_report.yaml (100%) rename hasura/metadata/databases/{bdjuno => callisto}/tables/public_request.yaml (100%) rename hasura/metadata/databases/{bdjuno => callisto}/tables/public_request_data_source.yaml (100%) rename hasura/metadata/databases/{bdjuno => callisto}/tables/public_requests_per_date.yaml (100%) rename hasura/metadata/databases/{bdjuno => callisto}/tables/public_slashing_params.yaml (100%) rename hasura/metadata/databases/{bdjuno => callisto}/tables/public_software_upgrade_plan.yaml (100%) rename hasura/metadata/databases/{bdjuno => callisto}/tables/public_staking_params.yaml (100%) rename hasura/metadata/databases/{bdjuno => callisto}/tables/public_staking_pool.yaml (100%) rename hasura/metadata/databases/{bdjuno => callisto}/tables/public_supply.yaml (100%) rename hasura/metadata/databases/{bdjuno => callisto}/tables/public_token.yaml (100%) rename hasura/metadata/databases/{bdjuno => callisto}/tables/public_token_price.yaml (100%) rename hasura/metadata/databases/{bdjuno => callisto}/tables/public_token_price_history.yaml (100%) rename hasura/metadata/databases/{bdjuno => callisto}/tables/public_token_unit.yaml (100%) rename hasura/metadata/databases/{bdjuno => callisto}/tables/public_transaction.yaml (100%) rename hasura/metadata/databases/{bdjuno => callisto}/tables/public_transaction_volume.yaml (100%) rename hasura/metadata/databases/{bdjuno => callisto}/tables/public_treasury_pool.yaml (100%) rename hasura/metadata/databases/{bdjuno => callisto}/tables/public_validator.yaml (100%) rename hasura/metadata/databases/{bdjuno => callisto}/tables/public_validator_blocks.yaml (100%) rename hasura/metadata/databases/{bdjuno => callisto}/tables/public_validator_commission.yaml (100%) rename hasura/metadata/databases/{bdjuno => callisto}/tables/public_validator_description.yaml (100%) rename hasura/metadata/databases/{bdjuno => callisto}/tables/public_validator_info.yaml (100%) rename hasura/metadata/databases/{bdjuno => callisto}/tables/public_validator_signing_info.yaml (100%) rename hasura/metadata/databases/{bdjuno => callisto}/tables/public_validator_status.yaml (100%) rename hasura/metadata/databases/{bdjuno => callisto}/tables/public_validator_voting_power.yaml (100%) rename hasura/metadata/databases/{bdjuno => callisto}/tables/public_vesting_account.yaml (100%) rename hasura/metadata/databases/{bdjuno => callisto}/tables/public_vesting_period.yaml (100%) rename hasura/metadata/databases/{bdjuno => callisto}/tables/tables.yaml (100%) diff --git a/hasura/metadata/databases/bdjuno/functions/functions.yaml b/hasura/metadata/databases/callisto/functions/functions.yaml similarity index 100% rename from hasura/metadata/databases/bdjuno/functions/functions.yaml rename to hasura/metadata/databases/callisto/functions/functions.yaml diff --git a/hasura/metadata/databases/bdjuno/functions/public_messages_by_address.yaml b/hasura/metadata/databases/callisto/functions/public_messages_by_address.yaml similarity index 100% rename from hasura/metadata/databases/bdjuno/functions/public_messages_by_address.yaml rename to hasura/metadata/databases/callisto/functions/public_messages_by_address.yaml diff --git a/hasura/metadata/databases/bdjuno/tables/public_account.yaml b/hasura/metadata/databases/callisto/tables/public_account.yaml similarity index 100% rename from hasura/metadata/databases/bdjuno/tables/public_account.yaml rename to hasura/metadata/databases/callisto/tables/public_account.yaml diff --git a/hasura/metadata/databases/bdjuno/tables/public_account_balance.yaml b/hasura/metadata/databases/callisto/tables/public_account_balance.yaml similarity index 100% rename from hasura/metadata/databases/bdjuno/tables/public_account_balance.yaml rename to hasura/metadata/databases/callisto/tables/public_account_balance.yaml diff --git a/hasura/metadata/databases/bdjuno/tables/public_average_block_fee.yaml b/hasura/metadata/databases/callisto/tables/public_average_block_fee.yaml similarity index 100% rename from hasura/metadata/databases/bdjuno/tables/public_average_block_fee.yaml rename to hasura/metadata/databases/callisto/tables/public_average_block_fee.yaml diff --git a/hasura/metadata/databases/bdjuno/tables/public_average_block_size.yaml b/hasura/metadata/databases/callisto/tables/public_average_block_size.yaml similarity index 100% rename from hasura/metadata/databases/bdjuno/tables/public_average_block_size.yaml rename to hasura/metadata/databases/callisto/tables/public_average_block_size.yaml diff --git a/hasura/metadata/databases/bdjuno/tables/public_average_block_time.yaml b/hasura/metadata/databases/callisto/tables/public_average_block_time.yaml similarity index 100% rename from hasura/metadata/databases/bdjuno/tables/public_average_block_time.yaml rename to hasura/metadata/databases/callisto/tables/public_average_block_time.yaml diff --git a/hasura/metadata/databases/bdjuno/tables/public_average_block_time_from_genesis.yaml b/hasura/metadata/databases/callisto/tables/public_average_block_time_from_genesis.yaml similarity index 100% rename from hasura/metadata/databases/bdjuno/tables/public_average_block_time_from_genesis.yaml rename to hasura/metadata/databases/callisto/tables/public_average_block_time_from_genesis.yaml diff --git a/hasura/metadata/databases/bdjuno/tables/public_average_block_time_per_day.yaml b/hasura/metadata/databases/callisto/tables/public_average_block_time_per_day.yaml similarity index 100% rename from hasura/metadata/databases/bdjuno/tables/public_average_block_time_per_day.yaml rename to hasura/metadata/databases/callisto/tables/public_average_block_time_per_day.yaml diff --git a/hasura/metadata/databases/bdjuno/tables/public_average_block_time_per_hour.yaml b/hasura/metadata/databases/callisto/tables/public_average_block_time_per_hour.yaml similarity index 100% rename from hasura/metadata/databases/bdjuno/tables/public_average_block_time_per_hour.yaml rename to hasura/metadata/databases/callisto/tables/public_average_block_time_per_hour.yaml diff --git a/hasura/metadata/databases/bdjuno/tables/public_average_block_time_per_minute.yaml b/hasura/metadata/databases/callisto/tables/public_average_block_time_per_minute.yaml similarity index 100% rename from hasura/metadata/databases/bdjuno/tables/public_average_block_time_per_minute.yaml rename to hasura/metadata/databases/callisto/tables/public_average_block_time_per_minute.yaml diff --git a/hasura/metadata/databases/bdjuno/tables/public_block.yaml b/hasura/metadata/databases/callisto/tables/public_block.yaml similarity index 100% rename from hasura/metadata/databases/bdjuno/tables/public_block.yaml rename to hasura/metadata/databases/callisto/tables/public_block.yaml diff --git a/hasura/metadata/databases/bdjuno/tables/public_community_pool.yaml b/hasura/metadata/databases/callisto/tables/public_community_pool.yaml similarity index 100% rename from hasura/metadata/databases/bdjuno/tables/public_community_pool.yaml rename to hasura/metadata/databases/callisto/tables/public_community_pool.yaml diff --git a/hasura/metadata/databases/bdjuno/tables/public_daily_average_fee.yaml b/hasura/metadata/databases/callisto/tables/public_daily_average_fee.yaml similarity index 100% rename from hasura/metadata/databases/bdjuno/tables/public_daily_average_fee.yaml rename to hasura/metadata/databases/callisto/tables/public_daily_average_fee.yaml diff --git a/hasura/metadata/databases/bdjuno/tables/public_daily_avg_block_time.yaml b/hasura/metadata/databases/callisto/tables/public_daily_avg_block_time.yaml similarity index 100% rename from hasura/metadata/databases/bdjuno/tables/public_daily_avg_block_time.yaml rename to hasura/metadata/databases/callisto/tables/public_daily_avg_block_time.yaml diff --git a/hasura/metadata/databases/bdjuno/tables/public_daily_request_counts.yaml b/hasura/metadata/databases/callisto/tables/public_daily_request_counts.yaml similarity index 100% rename from hasura/metadata/databases/bdjuno/tables/public_daily_request_counts.yaml rename to hasura/metadata/databases/callisto/tables/public_daily_request_counts.yaml diff --git a/hasura/metadata/databases/bdjuno/tables/public_daily_transaction_volume.yaml b/hasura/metadata/databases/callisto/tables/public_daily_transaction_volume.yaml similarity index 100% rename from hasura/metadata/databases/bdjuno/tables/public_daily_transaction_volume.yaml rename to hasura/metadata/databases/callisto/tables/public_daily_transaction_volume.yaml diff --git a/hasura/metadata/databases/bdjuno/tables/public_data_providers_pool.yaml b/hasura/metadata/databases/callisto/tables/public_data_providers_pool.yaml similarity index 100% rename from hasura/metadata/databases/bdjuno/tables/public_data_providers_pool.yaml rename to hasura/metadata/databases/callisto/tables/public_data_providers_pool.yaml diff --git a/hasura/metadata/databases/bdjuno/tables/public_data_source.yaml b/hasura/metadata/databases/callisto/tables/public_data_source.yaml similarity index 100% rename from hasura/metadata/databases/bdjuno/tables/public_data_source.yaml rename to hasura/metadata/databases/callisto/tables/public_data_source.yaml diff --git a/hasura/metadata/databases/bdjuno/tables/public_delegator.yaml b/hasura/metadata/databases/callisto/tables/public_delegator.yaml similarity index 100% rename from hasura/metadata/databases/bdjuno/tables/public_delegator.yaml rename to hasura/metadata/databases/callisto/tables/public_delegator.yaml diff --git a/hasura/metadata/databases/bdjuno/tables/public_distribution_params.yaml b/hasura/metadata/databases/callisto/tables/public_distribution_params.yaml similarity index 100% rename from hasura/metadata/databases/bdjuno/tables/public_distribution_params.yaml rename to hasura/metadata/databases/callisto/tables/public_distribution_params.yaml diff --git a/hasura/metadata/databases/bdjuno/tables/public_double_sign_evidence.yaml b/hasura/metadata/databases/callisto/tables/public_double_sign_evidence.yaml similarity index 100% rename from hasura/metadata/databases/bdjuno/tables/public_double_sign_evidence.yaml rename to hasura/metadata/databases/callisto/tables/public_double_sign_evidence.yaml diff --git a/hasura/metadata/databases/bdjuno/tables/public_double_sign_vote.yaml b/hasura/metadata/databases/callisto/tables/public_double_sign_vote.yaml similarity index 100% rename from hasura/metadata/databases/bdjuno/tables/public_double_sign_vote.yaml rename to hasura/metadata/databases/callisto/tables/public_double_sign_vote.yaml diff --git a/hasura/metadata/databases/bdjuno/tables/public_fee_grant_allowance.yaml b/hasura/metadata/databases/callisto/tables/public_fee_grant_allowance.yaml similarity index 100% rename from hasura/metadata/databases/bdjuno/tables/public_fee_grant_allowance.yaml rename to hasura/metadata/databases/callisto/tables/public_fee_grant_allowance.yaml diff --git a/hasura/metadata/databases/bdjuno/tables/public_genesis.yaml b/hasura/metadata/databases/callisto/tables/public_genesis.yaml similarity index 100% rename from hasura/metadata/databases/bdjuno/tables/public_genesis.yaml rename to hasura/metadata/databases/callisto/tables/public_genesis.yaml diff --git a/hasura/metadata/databases/bdjuno/tables/public_gov_params.yaml b/hasura/metadata/databases/callisto/tables/public_gov_params.yaml similarity index 100% rename from hasura/metadata/databases/bdjuno/tables/public_gov_params.yaml rename to hasura/metadata/databases/callisto/tables/public_gov_params.yaml diff --git a/hasura/metadata/databases/bdjuno/tables/public_inflation.yaml b/hasura/metadata/databases/callisto/tables/public_inflation.yaml similarity index 100% rename from hasura/metadata/databases/bdjuno/tables/public_inflation.yaml rename to hasura/metadata/databases/callisto/tables/public_inflation.yaml diff --git a/hasura/metadata/databases/bdjuno/tables/public_message.yaml b/hasura/metadata/databases/callisto/tables/public_message.yaml similarity index 100% rename from hasura/metadata/databases/bdjuno/tables/public_message.yaml rename to hasura/metadata/databases/callisto/tables/public_message.yaml diff --git a/hasura/metadata/databases/bdjuno/tables/public_mint_params.yaml b/hasura/metadata/databases/callisto/tables/public_mint_params.yaml similarity index 100% rename from hasura/metadata/databases/bdjuno/tables/public_mint_params.yaml rename to hasura/metadata/databases/callisto/tables/public_mint_params.yaml diff --git a/hasura/metadata/databases/bdjuno/tables/public_modules.yaml b/hasura/metadata/databases/callisto/tables/public_modules.yaml similarity index 100% rename from hasura/metadata/databases/bdjuno/tables/public_modules.yaml rename to hasura/metadata/databases/callisto/tables/public_modules.yaml diff --git a/hasura/metadata/databases/bdjuno/tables/public_monthly_average_fee.yaml b/hasura/metadata/databases/callisto/tables/public_monthly_average_fee.yaml similarity index 100% rename from hasura/metadata/databases/bdjuno/tables/public_monthly_average_fee.yaml rename to hasura/metadata/databases/callisto/tables/public_monthly_average_fee.yaml diff --git a/hasura/metadata/databases/bdjuno/tables/public_monthly_avg_block_time.yaml b/hasura/metadata/databases/callisto/tables/public_monthly_avg_block_time.yaml similarity index 100% rename from hasura/metadata/databases/bdjuno/tables/public_monthly_avg_block_time.yaml rename to hasura/metadata/databases/callisto/tables/public_monthly_avg_block_time.yaml diff --git a/hasura/metadata/databases/bdjuno/tables/public_monthly_request_counts.yaml b/hasura/metadata/databases/callisto/tables/public_monthly_request_counts.yaml similarity index 100% rename from hasura/metadata/databases/bdjuno/tables/public_monthly_request_counts.yaml rename to hasura/metadata/databases/callisto/tables/public_monthly_request_counts.yaml diff --git a/hasura/metadata/databases/bdjuno/tables/public_monthly_transaction_volume.yaml b/hasura/metadata/databases/callisto/tables/public_monthly_transaction_volume.yaml similarity index 100% rename from hasura/metadata/databases/bdjuno/tables/public_monthly_transaction_volume.yaml rename to hasura/metadata/databases/callisto/tables/public_monthly_transaction_volume.yaml diff --git a/hasura/metadata/databases/bdjuno/tables/public_oracle_params.yaml b/hasura/metadata/databases/callisto/tables/public_oracle_params.yaml similarity index 100% rename from hasura/metadata/databases/bdjuno/tables/public_oracle_params.yaml rename to hasura/metadata/databases/callisto/tables/public_oracle_params.yaml diff --git a/hasura/metadata/databases/bdjuno/tables/public_oracle_script.yaml b/hasura/metadata/databases/callisto/tables/public_oracle_script.yaml similarity index 100% rename from hasura/metadata/databases/bdjuno/tables/public_oracle_script.yaml rename to hasura/metadata/databases/callisto/tables/public_oracle_script.yaml diff --git a/hasura/metadata/databases/bdjuno/tables/public_pre_commit.yaml b/hasura/metadata/databases/callisto/tables/public_pre_commit.yaml similarity index 100% rename from hasura/metadata/databases/bdjuno/tables/public_pre_commit.yaml rename to hasura/metadata/databases/callisto/tables/public_pre_commit.yaml diff --git a/hasura/metadata/databases/bdjuno/tables/public_proposal.yaml b/hasura/metadata/databases/callisto/tables/public_proposal.yaml similarity index 100% rename from hasura/metadata/databases/bdjuno/tables/public_proposal.yaml rename to hasura/metadata/databases/callisto/tables/public_proposal.yaml diff --git a/hasura/metadata/databases/bdjuno/tables/public_proposal_deposit.yaml b/hasura/metadata/databases/callisto/tables/public_proposal_deposit.yaml similarity index 100% rename from hasura/metadata/databases/bdjuno/tables/public_proposal_deposit.yaml rename to hasura/metadata/databases/callisto/tables/public_proposal_deposit.yaml diff --git a/hasura/metadata/databases/bdjuno/tables/public_proposal_staking_pool_snapshot.yaml b/hasura/metadata/databases/callisto/tables/public_proposal_staking_pool_snapshot.yaml similarity index 100% rename from hasura/metadata/databases/bdjuno/tables/public_proposal_staking_pool_snapshot.yaml rename to hasura/metadata/databases/callisto/tables/public_proposal_staking_pool_snapshot.yaml diff --git a/hasura/metadata/databases/bdjuno/tables/public_proposal_tally_result.yaml b/hasura/metadata/databases/callisto/tables/public_proposal_tally_result.yaml similarity index 100% rename from hasura/metadata/databases/bdjuno/tables/public_proposal_tally_result.yaml rename to hasura/metadata/databases/callisto/tables/public_proposal_tally_result.yaml diff --git a/hasura/metadata/databases/bdjuno/tables/public_proposal_validator_status_snapshot.yaml b/hasura/metadata/databases/callisto/tables/public_proposal_validator_status_snapshot.yaml similarity index 100% rename from hasura/metadata/databases/bdjuno/tables/public_proposal_validator_status_snapshot.yaml rename to hasura/metadata/databases/callisto/tables/public_proposal_validator_status_snapshot.yaml diff --git a/hasura/metadata/databases/bdjuno/tables/public_proposal_vote.yaml b/hasura/metadata/databases/callisto/tables/public_proposal_vote.yaml similarity index 100% rename from hasura/metadata/databases/bdjuno/tables/public_proposal_vote.yaml rename to hasura/metadata/databases/callisto/tables/public_proposal_vote.yaml diff --git a/hasura/metadata/databases/bdjuno/tables/public_report.yaml b/hasura/metadata/databases/callisto/tables/public_report.yaml similarity index 100% rename from hasura/metadata/databases/bdjuno/tables/public_report.yaml rename to hasura/metadata/databases/callisto/tables/public_report.yaml diff --git a/hasura/metadata/databases/bdjuno/tables/public_request.yaml b/hasura/metadata/databases/callisto/tables/public_request.yaml similarity index 100% rename from hasura/metadata/databases/bdjuno/tables/public_request.yaml rename to hasura/metadata/databases/callisto/tables/public_request.yaml diff --git a/hasura/metadata/databases/bdjuno/tables/public_request_data_source.yaml b/hasura/metadata/databases/callisto/tables/public_request_data_source.yaml similarity index 100% rename from hasura/metadata/databases/bdjuno/tables/public_request_data_source.yaml rename to hasura/metadata/databases/callisto/tables/public_request_data_source.yaml diff --git a/hasura/metadata/databases/bdjuno/tables/public_requests_per_date.yaml b/hasura/metadata/databases/callisto/tables/public_requests_per_date.yaml similarity index 100% rename from hasura/metadata/databases/bdjuno/tables/public_requests_per_date.yaml rename to hasura/metadata/databases/callisto/tables/public_requests_per_date.yaml diff --git a/hasura/metadata/databases/bdjuno/tables/public_slashing_params.yaml b/hasura/metadata/databases/callisto/tables/public_slashing_params.yaml similarity index 100% rename from hasura/metadata/databases/bdjuno/tables/public_slashing_params.yaml rename to hasura/metadata/databases/callisto/tables/public_slashing_params.yaml diff --git a/hasura/metadata/databases/bdjuno/tables/public_software_upgrade_plan.yaml b/hasura/metadata/databases/callisto/tables/public_software_upgrade_plan.yaml similarity index 100% rename from hasura/metadata/databases/bdjuno/tables/public_software_upgrade_plan.yaml rename to hasura/metadata/databases/callisto/tables/public_software_upgrade_plan.yaml diff --git a/hasura/metadata/databases/bdjuno/tables/public_staking_params.yaml b/hasura/metadata/databases/callisto/tables/public_staking_params.yaml similarity index 100% rename from hasura/metadata/databases/bdjuno/tables/public_staking_params.yaml rename to hasura/metadata/databases/callisto/tables/public_staking_params.yaml diff --git a/hasura/metadata/databases/bdjuno/tables/public_staking_pool.yaml b/hasura/metadata/databases/callisto/tables/public_staking_pool.yaml similarity index 100% rename from hasura/metadata/databases/bdjuno/tables/public_staking_pool.yaml rename to hasura/metadata/databases/callisto/tables/public_staking_pool.yaml diff --git a/hasura/metadata/databases/bdjuno/tables/public_supply.yaml b/hasura/metadata/databases/callisto/tables/public_supply.yaml similarity index 100% rename from hasura/metadata/databases/bdjuno/tables/public_supply.yaml rename to hasura/metadata/databases/callisto/tables/public_supply.yaml diff --git a/hasura/metadata/databases/bdjuno/tables/public_token.yaml b/hasura/metadata/databases/callisto/tables/public_token.yaml similarity index 100% rename from hasura/metadata/databases/bdjuno/tables/public_token.yaml rename to hasura/metadata/databases/callisto/tables/public_token.yaml diff --git a/hasura/metadata/databases/bdjuno/tables/public_token_price.yaml b/hasura/metadata/databases/callisto/tables/public_token_price.yaml similarity index 100% rename from hasura/metadata/databases/bdjuno/tables/public_token_price.yaml rename to hasura/metadata/databases/callisto/tables/public_token_price.yaml diff --git a/hasura/metadata/databases/bdjuno/tables/public_token_price_history.yaml b/hasura/metadata/databases/callisto/tables/public_token_price_history.yaml similarity index 100% rename from hasura/metadata/databases/bdjuno/tables/public_token_price_history.yaml rename to hasura/metadata/databases/callisto/tables/public_token_price_history.yaml diff --git a/hasura/metadata/databases/bdjuno/tables/public_token_unit.yaml b/hasura/metadata/databases/callisto/tables/public_token_unit.yaml similarity index 100% rename from hasura/metadata/databases/bdjuno/tables/public_token_unit.yaml rename to hasura/metadata/databases/callisto/tables/public_token_unit.yaml diff --git a/hasura/metadata/databases/bdjuno/tables/public_transaction.yaml b/hasura/metadata/databases/callisto/tables/public_transaction.yaml similarity index 100% rename from hasura/metadata/databases/bdjuno/tables/public_transaction.yaml rename to hasura/metadata/databases/callisto/tables/public_transaction.yaml diff --git a/hasura/metadata/databases/bdjuno/tables/public_transaction_volume.yaml b/hasura/metadata/databases/callisto/tables/public_transaction_volume.yaml similarity index 100% rename from hasura/metadata/databases/bdjuno/tables/public_transaction_volume.yaml rename to hasura/metadata/databases/callisto/tables/public_transaction_volume.yaml diff --git a/hasura/metadata/databases/bdjuno/tables/public_treasury_pool.yaml b/hasura/metadata/databases/callisto/tables/public_treasury_pool.yaml similarity index 100% rename from hasura/metadata/databases/bdjuno/tables/public_treasury_pool.yaml rename to hasura/metadata/databases/callisto/tables/public_treasury_pool.yaml diff --git a/hasura/metadata/databases/bdjuno/tables/public_validator.yaml b/hasura/metadata/databases/callisto/tables/public_validator.yaml similarity index 100% rename from hasura/metadata/databases/bdjuno/tables/public_validator.yaml rename to hasura/metadata/databases/callisto/tables/public_validator.yaml diff --git a/hasura/metadata/databases/bdjuno/tables/public_validator_blocks.yaml b/hasura/metadata/databases/callisto/tables/public_validator_blocks.yaml similarity index 100% rename from hasura/metadata/databases/bdjuno/tables/public_validator_blocks.yaml rename to hasura/metadata/databases/callisto/tables/public_validator_blocks.yaml diff --git a/hasura/metadata/databases/bdjuno/tables/public_validator_commission.yaml b/hasura/metadata/databases/callisto/tables/public_validator_commission.yaml similarity index 100% rename from hasura/metadata/databases/bdjuno/tables/public_validator_commission.yaml rename to hasura/metadata/databases/callisto/tables/public_validator_commission.yaml diff --git a/hasura/metadata/databases/bdjuno/tables/public_validator_description.yaml b/hasura/metadata/databases/callisto/tables/public_validator_description.yaml similarity index 100% rename from hasura/metadata/databases/bdjuno/tables/public_validator_description.yaml rename to hasura/metadata/databases/callisto/tables/public_validator_description.yaml diff --git a/hasura/metadata/databases/bdjuno/tables/public_validator_info.yaml b/hasura/metadata/databases/callisto/tables/public_validator_info.yaml similarity index 100% rename from hasura/metadata/databases/bdjuno/tables/public_validator_info.yaml rename to hasura/metadata/databases/callisto/tables/public_validator_info.yaml diff --git a/hasura/metadata/databases/bdjuno/tables/public_validator_signing_info.yaml b/hasura/metadata/databases/callisto/tables/public_validator_signing_info.yaml similarity index 100% rename from hasura/metadata/databases/bdjuno/tables/public_validator_signing_info.yaml rename to hasura/metadata/databases/callisto/tables/public_validator_signing_info.yaml diff --git a/hasura/metadata/databases/bdjuno/tables/public_validator_status.yaml b/hasura/metadata/databases/callisto/tables/public_validator_status.yaml similarity index 100% rename from hasura/metadata/databases/bdjuno/tables/public_validator_status.yaml rename to hasura/metadata/databases/callisto/tables/public_validator_status.yaml diff --git a/hasura/metadata/databases/bdjuno/tables/public_validator_voting_power.yaml b/hasura/metadata/databases/callisto/tables/public_validator_voting_power.yaml similarity index 100% rename from hasura/metadata/databases/bdjuno/tables/public_validator_voting_power.yaml rename to hasura/metadata/databases/callisto/tables/public_validator_voting_power.yaml diff --git a/hasura/metadata/databases/bdjuno/tables/public_vesting_account.yaml b/hasura/metadata/databases/callisto/tables/public_vesting_account.yaml similarity index 100% rename from hasura/metadata/databases/bdjuno/tables/public_vesting_account.yaml rename to hasura/metadata/databases/callisto/tables/public_vesting_account.yaml diff --git a/hasura/metadata/databases/bdjuno/tables/public_vesting_period.yaml b/hasura/metadata/databases/callisto/tables/public_vesting_period.yaml similarity index 100% rename from hasura/metadata/databases/bdjuno/tables/public_vesting_period.yaml rename to hasura/metadata/databases/callisto/tables/public_vesting_period.yaml diff --git a/hasura/metadata/databases/bdjuno/tables/tables.yaml b/hasura/metadata/databases/callisto/tables/tables.yaml similarity index 100% rename from hasura/metadata/databases/bdjuno/tables/tables.yaml rename to hasura/metadata/databases/callisto/tables/tables.yaml