Skip to content

Commit

Permalink
update testnet protocol address
Browse files Browse the repository at this point in the history
  • Loading branch information
tok-kkk committed Feb 1, 2022
1 parent 15ebf09 commit 1034880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion darknode/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func (network Network) ProtocolAddr() common.Address {
case Mainnet:
return common.HexToAddress("0xc25167fFa19B4d9d03c7d5aa4682c7063F345b66")
case Testnet:
return common.HexToAddress("0x59e23c087cA9bd9ce162875811CD6e99134D6d0F")
return common.HexToAddress("0x9e2Ed544eE281FBc4c00f8cE7fC2Ff8AbB4899D1")
case Devnet:
return common.HexToAddress("0x5045E727D9D9AcDe1F6DCae52B078EC30dC95455")
default:
Expand Down

0 comments on commit 1034880

Please sign in to comment.