aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Hu <jimmy.hu@dexon.org>2019-01-13 16:08:18 +0800
committerJimmy Hu <jimmy.hu@dexon.org>2019-01-13 16:08:18 +0800
commit07ddc8cba139553f019765930c0cd05888566946 (patch)
tree7c437a6d1e964e3bfb9e71737d0820aacc6467c0
parentab71f296111a5505f12386eab4153982680451d6 (diff)
downloaddexon-wiki-07ddc8cba139553f019765930c0cd05888566946.tar
dexon-wiki-07ddc8cba139553f019765930c0cd05888566946.tar.gz
dexon-wiki-07ddc8cba139553f019765930c0cd05888566946.tar.bz2
dexon-wiki-07ddc8cba139553f019765930c0cd05888566946.tar.lz
dexon-wiki-07ddc8cba139553f019765930c0cd05888566946.tar.xz
dexon-wiki-07ddc8cba139553f019765930c0cd05888566946.tar.zst
dexon-wiki-07ddc8cba139553f019765930c0cd05888566946.zip
Updated Governance Contract Interface (markdown)
-rw-r--r--Governance-Contract-Interface.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/Governance-Contract-Interface.md b/Governance-Contract-Interface.md
index f5352f5..fa34d88 100644
--- a/Governance-Contract-Interface.md
+++ b/Governance-Contract-Interface.md
@@ -4,6 +4,8 @@ The governance contract address is located at `0x5765692d4e696e6720536f6e6963204
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:
+<!-- DO NOT EDIT BELOW THIS LINE!! The below part is automatically generated from the governance-abi ci flow and any modification below will be lost. -->
+<!-- [[ABI AUTOGEN START]] -->
```
[
{
@@ -1054,4 +1056,5 @@ The equivalent solidity interface can be found in the [dexon-foundation/governan
"type": "function"
}
]
-``` \ No newline at end of file
+```
+<!-- [[ABI AUTOGEN END]] --> \ No newline at end of file