Merge pull request #289 from quasar-finance/update_quasar_endpoints

Add cosmostation endpoints
This commit is contained in:
ping 2022-12-17 09:50:32 +08:00 committed by GitHub
commit cebcc3c998
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,8 @@
{ {
"chain_name": "quasar", "chain_name": "quasar",
"coingecko": "", "coingecko": "",
"api": ["https://quasar-testnet-api.polkachu.com"], "api": ["https://quasar-testnet-api.polkachu.com", "https://lcd-office.cosmostation.io/quasar-testnet"],
"rpc": ["https://quasar-testnet-rpc.polkachu.com", "https://questnet.quasar-finance.rhinostake.com"], "rpc": ["https://quasar-testnet-rpc.polkachu.com", "https://rpc-office.cosmostation.io/quasar-testnet", "https://questnet.quasar-finance.rhinostake.com"],
"sdk_version": "0.45.6", "sdk_version": "0.45.6",
"coin_type": 118, "coin_type": 118,
"min_tx_fee": "8000", "min_tx_fee": "8000",
@ -17,4 +17,4 @@
"logo": "/logos/quasar.png" "logo": "/logos/quasar.png"
} }
] ]
} }