mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 22:26:42 +00:00
added the global registrar
This commit is contained in:
parent
c880ed1843
commit
3ec4e692ae
1 changed files with 3 additions and 3 deletions
|
|
@ -55,9 +55,9 @@ the relevant environment initialised the desired contracts
|
||||||
*/
|
*/
|
||||||
var (
|
var (
|
||||||
//these arnt the right ones for gexp
|
//these arnt the right ones for gexp
|
||||||
GlobalRegistrarAddr = "0x33990122638b9132ca29c723bdf037f1a891a70c" // frontier
|
GlobalRegistrarAddr = "0x6c221ca53705f3497ec90ca7b84c59ae7382fc21" // frontier
|
||||||
HashRegAddr = "0x23bf622b5a65f6060d855fca401133ded3520620" // frontier
|
HashRegAddr = "0x10774b55f37302de0075fdc131f63d303ae5dd9e" // frontier
|
||||||
UrlHintAddr = "0x73ed5ef6c010727dfd2671dbb70faac19ec18626" // frontier
|
UrlHintAddr = "0x8dad0847dedb1253b6dfe616c6d2841da291dc1f" // frontier
|
||||||
|
|
||||||
zero = regexp.MustCompile("^(0x)?0*$")
|
zero = regexp.MustCompile("^(0x)?0*$")
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue