From 6f90519467bfcc6d2b5c157b19726d942a4d1e51 Mon Sep 17 00:00:00 2001 From: D Date: Mon, 28 Oct 2024 16:11:41 +0500 Subject: [PATCH] chore(secret): new secret contract --- src/config.ts | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/config.ts b/src/config.ts index 29b0896..007af21 100644 --- a/src/config.ts +++ b/src/config.ts @@ -56,18 +56,18 @@ export const bridgeTestChains = [ nativeCoinSymbol: "TON", network: "testnet", }, - // { - // chain: "SECRET", - // blockChunks: 1000, - // chainType: "scrt", - // chainId: "pulsar-3", - // contractAddress: "secret1lmh5n3gdzss9qlfyzn6k7vmja9nexesz5vlpj8", - // decimals: 6, - // intialFund: "10000000", - // lastBlock: 6949981, - // nativeCoinSymbol: "SCRT", - // rpcURL: "https://api.pulsar.scrttestnet.com", - // }, + { + chain: "SECRET", + blockChunks: 1000, + chainType: "scrt", + chainId: "pulsar-3", + contractAddress: "secret1jkv2c0snxcc82rrcd7x2qx2ma0n7q8veq4p99z", + decimals: 6, + intialFund: "10000000", + lastBlock: 6949981, + nativeCoinSymbol: "SCRT", + rpcURL: "https://api.pulsar.scrttestnet.com", + }, { blockChunks: 1000, chain: "TEZOS",