Skip to content

Instantly share code, notes, and snippets.

@szerintedmi
Last active April 24, 2018 15:41
Show Gist options
  • Save szerintedmi/1e6f3ad5b404bc38123c961455757eaf to your computer and use it in GitHub Desktop.
Save szerintedmi/1e6f3ad5b404bc38123c961455757eaf to your computer and use it in GitHub Desktop.
resource format deployments/<networkid>/
{
"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