chore: change address of community portal testnet contract (#2843)

This commit is contained in:
Richard Ramos 2022-09-05 10:12:11 -04:00 committed by GitHub
parent bc00836df2
commit 2f15730003
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ import (
var errorNotAvailableOnChainID = errors.New("not available for chainID")
var contractAddressByChainID = map[uint64]common.Address{
69: common.HexToAddress("0x33534cc18D50ab082324A98eE69A7cCe47b75C49"), // optimism kovan testnet
69: common.HexToAddress("0x4BbCCa869E9931280Cb46AE0DfF18881Be581a4d"), // optimism kovan testnet
}
func ContractAddress(chainID uint64) (common.Address, error) {