Skip to content

Commit

Permalink
Merge branch 'dev' into breaking
Browse files Browse the repository at this point in the history
  • Loading branch information
dvush committed Sep 4, 2020
2 parents 4421b34 + a94749b commit 70ad4c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/src.ts/publish-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export async function publishSourceCodeToEtherscan(address: string, contractName
action: "verifysourcecode", // Do not change
apikey: process.env.ETHERSCAN_API_KEY, // A valid API-Key is required
codeformat: "solidity-standard-json-input",
compilerversion: "v0.5.16+commit.9c3226ce", // from http://etherscan.io/solcversions
compilerversion: "v0.5.17+commit.d19bba13", // from http://etherscan.io/solcversions
constructorArguements: constructorArguments, // if applicable. How nice, they have a typo in their api
contractaddress: address, // Contract Address starts with 0x...
contractname: `${contractPath}:${contractName}`,
Expand Down

0 comments on commit 70ad4c1

Please sign in to comment.