Skip to content

Commit 1034880

Browse files
committed
update testnet protocol address
1 parent 15ebf09 commit 1034880

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

darknode/network.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ func (network Network) ProtocolAddr() common.Address {
8484
case Mainnet:
8585
return common.HexToAddress("0xc25167fFa19B4d9d03c7d5aa4682c7063F345b66")
8686
case Testnet:
87-
return common.HexToAddress("0x59e23c087cA9bd9ce162875811CD6e99134D6d0F")
87+
return common.HexToAddress("0x9e2Ed544eE281FBc4c00f8cE7fC2Ff8AbB4899D1")
8888
case Devnet:
8989
return common.HexToAddress("0x5045E727D9D9AcDe1F6DCae52B078EC30dC95455")
9090
default:

0 commit comments

Comments
 (0)