From 3c0b798d14b54067e3a12672e3f2953c10e84808 Mon Sep 17 00:00:00 2001 From: D Date: Wed, 11 Sep 2024 18:04:54 +0500 Subject: [PATCH] update(tezos): new tezos contract --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index bf9e4c9..6976671 100644 --- a/src/config.ts +++ b/src/config.ts @@ -53,7 +53,7 @@ export const bridgeTestChains = [ blockChunks: 1000, chain: "TEZOS", chainType: "tezos", - contractAddress: "KT1UGfH2Hk2MVKt8ADqqkRqcGZussRnfpahV", + contractAddress: "KT1Fh6VH8BxA9xgJCn8hGZRxoo2vY3hrbqeV", decimals: 9, intialFund: "100000000", lastBlock: 7259145,