Skip to content

Commit

Permalink
fix: updated contract
Browse files Browse the repository at this point in the history
  • Loading branch information
veeso committed Jan 24, 2024
1 parent e45e038 commit fd93949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethereum/fly/app/src/js/web3/contracts/Fly.ts
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ interface ContractAddress {
}

export const CONTRACT_ADDRESS: ContractAddress = {
[ChainId.Goerli]: '0xB9df4f733527586A6bce70B870E5eAcC1F7e8B2c',
[ChainId.Goerli]: '0x2CE04Fd64DB0372F6fb4B7a542f0F9196feE5663',
[ChainId.Kovan]: '',
[ChainId.Mainnet]: '',
[ChainId.Rinkeby]: '',
Expand Down

0 comments on commit fd93949

Please sign in to comment.