diff options
author | Vitalik Buterin <v@buterin.com> | 2015-07-02 17:27:19 +0800 |
---|---|---|
committer | Vitalik Buterin <v@buterin.com> | 2015-07-02 17:27:19 +0800 |
commit | 744af9f497d25b55246695dec831eb9345401984 (patch) | |
tree | 822c12e95a4c1fa6cfb5d41f3d7a9472fa09d06b /core | |
parent | 5caff3bc247cdd71f2342093d276041afe898ab3 (diff) | |
download | go-tangerine-744af9f497d25b55246695dec831eb9345401984.tar.gz go-tangerine-744af9f497d25b55246695dec831eb9345401984.tar.zst go-tangerine-744af9f497d25b55246695dec831eb9345401984.zip |
Switched canary addresses
Diffstat (limited to 'core')
-rw-r--r-- | core/canary.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/canary.go b/core/canary.go index de77c4bba..90b4a2eaf 100644 --- a/core/canary.go +++ b/core/canary.go @@ -8,10 +8,10 @@ import ( ) var ( - jeff = common.HexToAddress("9d38997c624a71b21278389ea2fdc460d000e4b2") - vitalik = common.HexToAddress("b1e570be07eaa673e4fd0c8265b64ef739385709") - christoph = common.HexToAddress("529bc43a5d93789fa28de1961db6a07e752204ae") - gav = common.HexToAddress("e3e942b2aa524293c84ff6c7f87a6635790ad5e4") + jeff = common.HexToAddress("a8edb1ac2c86d3d9d78f96cd18001f60df29e52c") + vitalik = common.HexToAddress("1baf27b88c48dd02b744999cf3522766929d2b2a") + christoph = common.HexToAddress("60d11b58744784dc97f878f7e3749c0f1381a004") + gav = common.HexToAddress("4bb7e8ae99b645c2b7860b8f3a2328aae28bd80a") ) // Canary will check the 0'd address of the 4 contracts above. |