feat: ethscan on sepolia

This commit is contained in:
Anthony Laibe 2023-09-26 09:28:31 +02:00
parent 2afe5a269d
commit 2697c07705
1 changed files with 7 additions and 6 deletions

View File

@ -15,6 +15,7 @@ var contractAddressByChainID = map[uint64]common.Address{
420: common.HexToAddress("0xf532c75239fa61b66d31e73f44300c46da41aadd"), // goerli optimism
42161: common.HexToAddress("0xbb85398092b83a016935a17fc857507b7851a071"), // arbitrum
421613: common.HexToAddress("0xec21ebe1918e8975fc0cd0c7747d318c00c0acd5"), // goerli arbitrum
11155111: common.HexToAddress("0xec21ebe1918e8975fc0cd0c7747d318c00c0acd5"), // sepolia
}
func ContractAddress(chainID uint64) (common.Address, error) {