Skip to content

Instantly share code, notes, and snippets.

@crazyrabbitLTC
Created September 4, 2020 22:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save crazyrabbitLTC/3b766e0fb2b0fac0d4a9b6a97c9f4672 to your computer and use it in GitHub Desktop.
Save crazyrabbitLTC/3b766e0fb2b0fac0d4a9b6a97c9f4672 to your computer and use it in GitHub Desktop.
2_deploy_factory.js
===================
GovernorDeployer Address: 0x288Bba7F0b46d2eD7c6902b59d2aA487839Ce27c
TimelockDeployer Address: 0xC80f277c480a1C3745BeD7dA4Ef6627f84d236E7
GovernanceTokenDeployer Address: 0x6F585007f3206FcEf499d4858BC7932F9DAB957B
GovernanceFactory Address: 0xbec4ee9B439cc51f1a9F3b7418ae210A9092368d
Gists to flattened code:
GovernorDeployer https://gist.github.com/crazyrabbitLTC/4053437ef6dad252b1cf6012fc1a82ae
TimelockDeployer https://gist.github.com/crazyrabbitLTC/1e70d654ea4b75ac20b28ab6fa6acf0f
GovernanceTokenDeployer https://gist.github.com/crazyrabbitLTC/ed477258256f0c6b6c1840658b391574
GovernanceFactory https://gist.github.com/crazyrabbitLTC/f8452f59a91dc19ef97685ae019668d7
Truffle Compiler Settings
compilers: {
solc: {
version: "0.5.16", // Fetch exact version from solc-bin (default: truffle's version)
// docker: true, // Use "0.5.1" you've installed locally with docker (default: false)
settings: { // See the solidity docs for advice about optimization and evmVersion
optimizer: {
enabled: false,
runs: 200
},
evmVersion: "istanbul"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment