fix: Add missing address for Optimism Sepolia (#4810)

Issue #13705
This commit is contained in:
Michał Iskierko 2024-02-26 17:54:02 +01:00 committed by GitHub
parent eeaff0d3e3
commit fbb89cb13f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
0.175.4
0.175.5

View File

@ -18,6 +18,7 @@ var contractAddressByChainID = map[uint64]common.Address{
421613: common.HexToAddress("0x7Ff554af5b6624db2135E4364F416d1D397f43e6"), // Arbitrum Goerli
11155111: common.HexToAddress("0xCDE984e57cdb88c70b53437cc694345B646371f9"), // Sepolia
421614: common.HexToAddress("0x7Ff554af5b6624db2135E4364F416d1D397f43e6"), // Arbitrum Sepolia
11155420: common.HexToAddress("0xcE2A896eEA2F585BC0C3753DC8116BbE2AbaE541"), // Optimism Sepolia
}
func ContractAddress(chainID uint64) (common.Address, error) {