mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 06:06:44 +00:00
swarm/api: config, update ENS root registrar address
This commit is contained in:
parent
5db16de80c
commit
85d0e34702
2 changed files with 2 additions and 2 deletions
|
|
@ -21,7 +21,7 @@ const (
|
|||
|
||||
// by default ens root is north internal
|
||||
var (
|
||||
toyNetEnsRoot = common.HexToAddress("0xd422f059c2ea8e423a55b043ba427f43bf50a139")
|
||||
toyNetEnsRoot = common.HexToAddress("0x606aabab27f8aa98b772bf593b18e550ede87176")
|
||||
)
|
||||
|
||||
// separate bzz directories
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@ var (
|
|||
"Port": "8500",
|
||||
"PublicKey": "0x045f5cfd26692e48d0017d380349bcf50982488bc11b5145f3ddf88b24924299048450542d43527fbe29a5cb32f38d62755393ac002e6bfdd71b8d7ba725ecd7a3",
|
||||
"BzzKey": "0xe861964402c0b78e2d44098329b8545726f215afa737d803714a4338552fcb81",
|
||||
"EnsRoot": "0xd422f059c2ea8e423a55b043ba427f43bf50a139"
|
||||
"EnsRoot": "0x606aabab27f8aa98b772bf593b18e550ede87176"
|
||||
}`
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue