Skip to content

Commit

Permalink
chore: update teritori config
Browse files Browse the repository at this point in the history
  • Loading branch information
npty committed Feb 15, 2024
1 parent 1c2e3e5 commit b4fcaba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/config/web3/cosmos/testnet/teritori.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import { CosmosChain } from "../interface";

export const teritori: CosmosChain = {
rpc: `${COSMOS_PROXY_RPC_TESTNET}/chain/teritori`,
rest: "https://teritori-testnet.api.kjnodes.com",
chainId: "teritori-testnet-v3",
rest: "https://rest.testnet.teritori.com",
chainId: "teritori-test-6",
chainName: "Teritori Testnet",
chainIdentifier: "teritori",
bech32Config: Bech32Address.defaultBech32Config("tori"),
Expand Down Expand Up @@ -48,6 +48,6 @@ export const teritori: CosmosChain = {
"no-legacy-stdTx",
"ibc-go",
],
chainToAxelarChannelId: "channel-36",
chainToAxelarChannelId: "channel-0",
explorer: "", // TODO: add explorer
};

0 comments on commit b4fcaba

Please sign in to comment.