Skip to content

Commit

Permalink
added new ton contract
Browse files Browse the repository at this point in the history
  • Loading branch information
D4mph1r committed Aug 7, 2024
1 parent 5e6e14c commit f6e6e3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const bridgeTestChains = [
intialFund: "50000000000000000",
contractAddress: "0xA70D9c05EB97FeDF4EA6CD52Dc426E66C0959968",
chainType: "evm",
lastBlock: 42367810,
lastBlock: 41156199,
decimals: 18,
blockChunks: 1000,
},
Expand Down Expand Up @@ -117,7 +117,7 @@ export const prodBridgeConfig: IBridgeConfig = {
intialFund: "50000000000000000",
contractAddress: "0xE0ea24108ec2754467D2c1D9320Cb6A16276478f",
chainType: "evm",
lastBlock: 41156199,
lastBlock: 41159628,
decimals: 18,
blockChunks: 1000,
},
Expand Down Expand Up @@ -149,7 +149,7 @@ export const prodBridgeConfig: IBridgeConfig = {
rpcURL:
"https://toncenter.com/api/v2/jsonRPC?api_key=05645d6b549f33bf80cee8822bd63df720c6781bd00020646deb7b2b2cd53b73",
chainType: "ton",
contractAddress: "EQBVvg6Fo1Wo9mqyiRHwuKtrbkqydg9bHfW7k4X0XbkO4_BW",
contractAddress: "EQCWc1o9GxJIkcHzjtHN24jARzkJY4x1QoWEFkZYLLAb-BY-",
decimals: 9,
intialFund: "100000000",
lastBlock: 24014875000001,
Expand Down

0 comments on commit f6e6e3e

Please sign in to comment.