Skip to content

Commit

Permalink
chore(tezos): new contract
Browse files Browse the repository at this point in the history
  • Loading branch information
D4mph1r committed Dec 16, 2024
1 parent e8fb97b commit 75cc1ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -266,10 +266,10 @@ export const prodBridgeConfig: IBridgeConfig = {
blockChunks: 1000,
chain: "TEZOS",
chainType: "tezos",
contractAddress: "KT1UMVUP3XBpPrMUwuC6DXjEcLgZykV7p1PW",
contractAddress: "KT1NDDHcQeSTEEU7euxpjLbQuKuZkMArp7W4",
decimals: 9,
intialFund: "100000000",
lastBlock: 6625053,
lastBlock: 7389204,
nativeCoinSymbol: "TEZOS",
restApiURL: "https://api.tzkt.io",
rpcURL: process.env.TEZOS_RPC || "https://mainnet.ecadinfra.com",
Expand Down

0 comments on commit 75cc1ea

Please sign in to comment.