diff options
author | Jimmy Hu <jimmy.hu@dexon.org> | 2019-01-14 11:11:52 +0800 |
---|---|---|
committer | Jimmy Hu <jimmy.hu@dexon.org> | 2019-01-14 11:11:52 +0800 |
commit | 25a70e19c7e6526f3359ce5cc0c0055256e314e2 (patch) | |
tree | 4187a0ad148c8db976f9a8128ba57748850b1700 | |
parent | 60050eeec2d0195d3d3e8fc8d8c6dfba0442f3af (diff) | |
download | dexon-wiki-25a70e19c7e6526f3359ce5cc0c0055256e314e2.tar.gz dexon-wiki-25a70e19c7e6526f3359ce5cc0c0055256e314e2.tar.zst dexon-wiki-25a70e19c7e6526f3359ce5cc0c0055256e314e2.zip |
Update Governance address
-rw-r--r-- | Governance-Contract-Interface.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Governance-Contract-Interface.md b/Governance-Contract-Interface.md index e6f4811..c7ca016 100644 --- a/Governance-Contract-Interface.md +++ b/Governance-Contract-Interface.md @@ -1,6 +1,6 @@ The DEXON governance contract is implemented in Go, but it's ABI compatible with Solidity. -The governance contract address is located at `0x5765692d4e696e6720536f6e696320426f6a6965` +The governance contract address is located at `0x63751838d6485578b23e8b051d40861ecc416794` The equivalent solidity interface can be found in the [dexon-foundation/governance-abi](https://github.com/dexon-foundation/governance-abi/blob/master/contracts/Governance.sol) repo. The governance contract ABI is as follows: |