Skip to content

Commit

Permalink
Update verify script
Browse files Browse the repository at this point in the history
  • Loading branch information
yorhodes committed Oct 18, 2023
1 parent 1ccdca8 commit 821f67c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions typescript/infra/scripts/verify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ import { assertEnvironment, getArgs, getEnvironmentConfig } from './utils';
// already be installed via `solc-select install $VERSION`
async function main() {
const argv = await getArgs()
// This file can be generated by running `yarn hardhat flatten > flattened.sol`,
// and then removing any lines with SPDX identifiers (`solc` complains otherwise).
// This file can be generated by running `$ yarn workspace @hyperlane-xyz/core flatten`,
.string('source')
.describe('source', 'flattened solidity source file')
.demandOption('source')
Expand All @@ -37,7 +36,7 @@ async function main() {
// from solidity/core/hardhat.config.ts
const compilerOptions: CompilerOptions = {
codeformat: 'solidity-single-file',
compilerversion: 'v0.8.17+commit.8df45f5f',
compilerversion: 'v0.8.19+commit.7dd6d404',
optimizationUsed: '1',
runs: '999999',
};
Expand Down

0 comments on commit 821f67c

Please sign in to comment.