Last active
April 24, 2018 15:41
-
-
Save szerintedmi/1e6f3ad5b404bc38123c961455757eaf to your computer and use it in GitHub Desktop.
resource format deployments/<networkid>/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"contractName": "MonetarySupervisor", | |
"latestAbiHash": "7fde219f…", | |
"7fde219f…": { | |
"latestDeployedAddress": "7fde219f…", | |
"deployments": { | |
"7fde219f…": { | |
"generatedAt": "<ISO86901 timestamp>", | |
"truffleContractFileUpdatedAt": "<ISO86901 timestamp when source truffle contracts json was generated>", | |
"deployTransactionHash": "0x12…", | |
"compiler": { | |
"name": "solc", | |
"version": "0.4.23" | |
}, | |
"sourceHash": "7fde219f…", | |
"bytecodeHash": "a454e8ba…", | |
"deployedBytecodeHash": "55abcee…", | |
"source": "<source code from truffle contract json" | |
}, | |
"0xab444b...": {} | |
} | |
}, | |
"a454e8ba… ": { | |
"latestDeployedAddress": "a9de219f…", | |
"deployments": {} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment