From 9048b5a845d9326088fc11fbd6e48108d37382a8 Mon Sep 17 00:00:00 2001 From: D Date: Wed, 11 Sep 2024 18:02:54 +0500 Subject: [PATCH] update(tezos): new contract --- src/factory/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/factory/config.ts b/src/factory/config.ts index 3a371e88..e40a0306 100644 --- a/src/factory/config.ts +++ b/src/factory/config.ts @@ -73,7 +73,7 @@ export namespace ChainFactoryConfigs { storage, }, tezosParams: { - bridge: "KT1UGfH2Hk2MVKt8ADqqkRqcGZussRnfpahV", + bridge: "KT1Fh6VH8BxA9xgJCn8hGZRxoo2vY3hrbqeV", identifier: "TEZOS", storage, Tezos: new TezosToolkit("https://ghostnet.smartpy.io"),