From 712b6f1de07938c2f25cdec8901aae9dba20d06c Mon Sep 17 00:00:00 2001 From: imsk17 Date: Wed, 7 Aug 2024 18:22:38 +0530 Subject: [PATCH] feat(testnet): keep old contracts --- src/config.ts | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/src/config.ts b/src/config.ts index f2abaa5..ee8abdf 100644 --- a/src/config.ts +++ b/src/config.ts @@ -11,7 +11,7 @@ export const bridgeTestChains = [ rpcURL: "https://bsc-testnet-rpc.publicnode.com", nativeCoinSymbol: "BNB", intialFund: "50000000000000000", - contractAddress: "0x88d879721bfF6A8c14e8cFEd20b41508C054e486", + contractAddress: "0xA70D9c05EB97FeDF4EA6CD52Dc426E66C0959968", chainType: "evm", lastBlock: 42367810, decimals: 18, @@ -22,7 +22,7 @@ export const bridgeTestChains = [ rpcURL: "https://rpc.api.moonbase.moonbeam.network", nativeCoinSymbol: "DEV", intialFund: "50000000000000000", - contractAddress: "0x6c7C46Ffc4A3560708bfddC14968AaBF5a25752B", + contractAddress: "0x2b4082b5cBe5958888d68985524939ec1c871007", chainType: "evm", lastBlock: 7970143, decimals: 18, @@ -33,27 +33,27 @@ export const bridgeTestChains = [ rpcURL: "https://testnet.hashio.io/api", nativeCoinSymbol: "HBAR", intialFund: "50000000000000000", - contractAddress: "0xE9cfB51Ea4DE533b7A2BC9ae8a89FB6debd1eFfF", + contractAddress: "0x5AaC11DDCf117A789f339ece3CBC23756985E554", chainType: "evm", lastBlock: 6959861, decimals: 18, blockChunks: 1000, }, - // { - // chain: "TON", - // rpcURL: "https://testnet.toncenter.com/api/v2/jsonRPC", - // chainType: "ton", - // contractAddress: "kQCHrjSTU6W7XYUfJgwr_trmG3QL_llPJfPyXPmINYznrkh6", - // decimals: 9, - // intialFund: "100000000", - // lastBlock: 24014875000001, - // nativeCoinSymbol: "TON", - // }, + { + chain: "TON", + rpcURL: "https://testnet.toncenter.com/api/v2/jsonRPC", + chainType: "ton", + contractAddress: "kQCHrjSTU6W7XYUfJgwr_trmG3QL_llPJfPyXPmINYznrkh6", + decimals: 9, + intialFund: "100000000", + lastBlock: 24014875000001, + nativeCoinSymbol: "TON", + }, { blockChunks: 1000, chain: "TEZOS", chainType: "tezos", - contractAddress: "KT1XTpmy5x2KQuLcLab9uXaoda3RnfnTnQLY", + contractAddress: "KT1UGfH2Hk2MVKt8ADqqkRqcGZussRnfpahV", decimals: 9, intialFund: "100000000", lastBlock: 7259145, @@ -66,7 +66,7 @@ export const bridgeTestChains = [ chain: "MULTIVERSX", chainID: "D", contractAddress: - "erd1qqqqqqqqqqqqqpgql67498cpkdp77kjmcujy8nqskqmmvrdxtfmsrvqde2", + "erd1qqqqqqqqqqqqqpgqn5vhjcu3mrctgaj85zx2c5lpph32q408lwzqrl4vys", decimals: 18, elasticSearchURL: "https://devnet-index.multiversx.com", gatewayURL: "https://devnet-gateway.multiversx.com", @@ -81,7 +81,7 @@ export const storageTestnetConfig: IEvmChainConfig = { rpcURL: "https://testnet.skalenodes.com/v1/juicy-low-small-testnet", nativeCoinSymbol: "sFUEL", intialFund: "0", - contractAddress: "0xa2bfF1a9f53d1e2fEDd40963871Dd107b0Bf783C", + contractAddress: "0x04cAEd1763B2C121D92FcaEaB41BFfe3EAB57EFC", chainType: "evm", lastBlock: 2209753, decimals: 18, @@ -94,8 +94,8 @@ export const stakingTestChain: IStakingConfig = { coinSymbol: "DummyERC20", nativeCoinSymbol: "sFUEL", chainType: "evm", - coinAddress: "0x3e522f71ACA5Ec551Fd16f0476C9a35642CaDE5F", - contractAddress: "0x5270E33517c596Be4A3e4CB107a0Db078424BE9D", + coinAddress: "0x491f505AbD292372f7D9a8C6B12d3a8d3894C8b6", + contractAddress: "0x2b4082b5cBe5958888d68985524939ec1c871007", intialFund: "0", lastBlock: 2209753, decimals: 18,