diff --git a/chains/testnet/cosmoshub.json b/chains/testnet/cosmoshub.json index a4a2f9019b..c6de36c57f 100644 --- a/chains/testnet/cosmoshub.json +++ b/chains/testnet/cosmoshub.json @@ -1,7 +1,7 @@ { "chain_name": "cosmoshub", - "api": ["https://rest.state-sync-02.theta-testnet.polypore.xyz:443"], - "rpc": ["https://rpc.sentry-01.theta-testnet.polypore.xyz:443"], + "api": ["https://lcd-cosmoshub.whispernode.com:443"], + "rpc": ["https://rpc-cosmoshub.whispernode.com:443"], "snapshot_provider": "", "sdk_version": "0.46.15", "coin_type": "118", diff --git a/chains/testnet/initia.json b/chains/testnet/initia.json new file mode 100644 index 0000000000..cdd1c7505e --- /dev/null +++ b/chains/testnet/initia.json @@ -0,0 +1,18 @@ +{ + "chain_name": "initia", + "api": ["https://api-initia-testnet.whispernode.com:443","https://initia-testnet-api.polkachu.com:443","https://lcd.initiation-1.initia.xyz"], + "rpc": ["https://rpc-initia-testnet.whispernode.com:443"], + "snapshot_provider": "", + "sdk_version": "0.50.6", + "coin_type": "118", + "min_tx_fee": "800", + "addr_prefix": "init", + "logo": "/logos/initia.jpg", + "assets": [{ + "base": "uinit", + "symbol": "INIT", + "exponent": "6", + "coingecko_id": "", + "logo": "/logos/initia.jpg" + }] +} diff --git a/public/logos/initia.jpg b/public/logos/initia.jpg new file mode 100644 index 0000000000..795dc5436d Binary files /dev/null and b/public/logos/initia.jpg differ