diff --git a/src/config/web3/cosmos/testnet/neutron.ts b/src/config/web3/cosmos/testnet/neutron.ts index f8ea9810e..c995d9503 100644 --- a/src/config/web3/cosmos/testnet/neutron.ts +++ b/src/config/web3/cosmos/testnet/neutron.ts @@ -44,6 +44,6 @@ export const neutron: CosmosChain = { coinType: 118, features: ["stargate", "ibc-transfer", "cosmwasm"], beta: true, - chainToAxelarChannelId: "channel-237", + chainToAxelarChannelId: "channel-8", explorer: "https://testnet.mintscan.io/neutron/account/", };