Skip to content

Commit

Permalink
add args.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
aggre committed Apr 6, 2024
1 parent 49bc518 commit e48b38c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions scripts/args.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/**
* This file contains the constructor arguments for verifying the contracts.
* @example
* ```bash
* yarn hardhat verify --network polygonMainnet --constructor-args scripts/args.ts --contract contracts/SBTProxy.sol:SBTProxy <CONTRACT_ADDRESS>
* ```
*/
export default [
'0x748161365d3b6F1032efe0066c8594728974cD14',
'0x02021C49DdBdf5349dFc42bE4D4a8e01Bc476342',
'0x',
]

0 comments on commit e48b38c

Please sign in to comment.