Skip to content

Commit

Permalink
feat(config::testnet): import terra
Browse files Browse the repository at this point in the history
  • Loading branch information
imsk17 committed Dec 16, 2024
1 parent 1c25f82 commit df4cf64
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,20 @@ export const bridgeTestChains = [
decimals: 18,
blockChunks: 1000,
},
{
chain: "TERRA",
chainType: "cosmwasm",
blockChunks: 1000,
chainId: "pisco-1",
contractAddress:
"terra1sryye399v0wrq5aap0s9jlqn9s6wm34gmd27pnlmceghd9qsgyqsugalra",
decimals: 6,
intialFund: "1000000",
lastBlock: 14343708,
nativeCoinSymbol: "LUNA",
rpcURL: "https://rpc.testcosmos.directory/terra2testnet",
walletPrefix: "terra",
},
] as const satisfies TChain[];

export const storageTestnetConfig: IEvmChainConfig = {
Expand Down

0 comments on commit df4cf64

Please sign in to comment.