diff --git a/.github/workflows/config-check.yaml b/.github/workflows/config-check.yaml new file mode 100644 index 00000000..73ba7fb9 --- /dev/null +++ b/.github/workflows/config-check.yaml @@ -0,0 +1,18 @@ + +name: Deploy to ping.pub + +on: + # push: + # branches: [ master ] + pull_request: + branches: [ master ] + +jobs: + deploy: + name: Check Blockchain Config + runs-on: ubuntu-latest + steps: + - name: Git Checkout Latest + uses: actions/checkout@v3 + - name: Check Chain Configs + uses: ping-pub/ping-dashboard-config-checker@v1.0 \ No newline at end of file diff --git a/src/chains/mainnet/cosmos.json b/src/chains/mainnet/cosmos.json index 7f868d84..2d4a4214 100644 --- a/src/chains/mainnet/cosmos.json +++ b/src/chains/mainnet/cosmos.json @@ -1,9 +1,11 @@ { "chain_name": "cosmos", - "coingecko": "cosmos", - "api": ["https://cosmos.api.ping.pub", "https://lcd-cosmoshub.blockapsis.com"], - "rpc": ["http://cosmos.rpc.skystarcapital.xyz:26657", "https://cosmoshub.validator.network:443"], - "snapshot_provider": "d2008adf6d12f1a1951cce2b5ef531fbecb81895@cosmos.statesync.ping.pub:26656,27483c10217c542908a899024ed26ddfefeee9b9@cosmos.rpc.skystarcapital.xyz:26656", + "api": [ + "https://cosmos.api.ping.pub", + "https://lcd-cosmoshub.blockapsis.com:443", + "https://api-cosmoshub-ia.cosmosia.notional.ventures" + ], + "rpc": ["https://rpc.cosmos.network:443", "https://cosmos-rpc.icycro.org", "https://rpc.cosmos.dragonstake.io"], "sdk_version": "0.45.1", "coin_type": "118", "min_tx_fee": "800",