Skip to content

Commit

Permalink
chore: change neutron channel id in testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
canhtrinh committed Jul 18, 2023
1 parent 5a0a27a commit cb03632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/web3/cosmos/testnet/neutron.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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/",
};

0 comments on commit cb03632

Please sign in to comment.