diff --git a/src/chains/testnet/cosmos.json b/src/chains/testnet/cosmos.json index 98fcb4b7..c31c9748 100644 --- a/src/chains/testnet/cosmos.json +++ b/src/chains/testnet/cosmos.json @@ -1,7 +1,17 @@ { - "chain_name": "cosmos-vega", - "api":"https://vega.api.ping.pub", - "sdk_version": "0.42.9", + "chain_name": "cosmos", + "api": ["https://vega.api.ping.pub", "https://rest.seed-01.theta-testnet.polypore.xyz", "https://rest.seed-02.theta-testnet.polypore.xyz"], + "rpc": ["https://rpc.seed-01.theta-testnet.polypore.xyz", "https://rpc.seed-02.theta-testnet.polypore.xyz"], + "sdk_version": "0.45.1", + "coin_type": "118", + "min_tx_fee": "800", "addr_prefix": "cosmos", - "logo": "https://dl.airtable.com/.attachments/e54f814bba8c0f9af8a3056020210de0/2d1155fb/cosmos-hub.svg" -} + "logo": "/logos/cosmos.svg", + "assets": [{ + "base": "uatom", + "symbol": "ATOM", + "exponent": "6", + "coingecko_id": "cosmos", + "logo": "/logos/cosmos.svg" + }] +} \ No newline at end of file