We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce68d17 commit 52d4b7cCopy full SHA for 52d4b7c
2 files changed
VERSION
@@ -1 +1 @@
1
-3.0.7
+3.0.8
darknode/network.go
@@ -102,7 +102,7 @@ func (network Network) ProtocolAddr() common.Address {
102
case Testnet:
103
return common.HexToAddress("0x59e23c087cA9bd9ce162875811CD6e99134D6d0F")
104
case Devnet:
105
- return common.HexToAddress("0x1deb773b50b66b0e65e62e41380355a1a2bed2e1")
+ return common.HexToAddress("0x5045E727D9D9AcDe1F6DCae52B078EC30dC95455")
106
default:
107
panic("unknown network")
108
}
0 commit comments