From fd939497e5ec5a6b8843b0107997dab531c7ee79 Mon Sep 17 00:00:00 2001 From: veeso Date: Wed, 24 Jan 2024 11:41:23 +0100 Subject: [PATCH] fix: updated contract --- ethereum/fly/app/src/js/web3/contracts/Fly.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethereum/fly/app/src/js/web3/contracts/Fly.ts b/ethereum/fly/app/src/js/web3/contracts/Fly.ts index 0f5068f..d716690 100644 --- a/ethereum/fly/app/src/js/web3/contracts/Fly.ts +++ b/ethereum/fly/app/src/js/web3/contracts/Fly.ts @@ -524,7 +524,7 @@ interface ContractAddress { } export const CONTRACT_ADDRESS: ContractAddress = { - [ChainId.Goerli]: '0xB9df4f733527586A6bce70B870E5eAcC1F7e8B2c', + [ChainId.Goerli]: '0x2CE04Fd64DB0372F6fb4B7a542f0F9196feE5663', [ChainId.Kovan]: '', [ChainId.Mainnet]: '', [ChainId.Rinkeby]: '',