Skip to content

Commit e48b38c

Browse files
committed
add args.ts
1 parent 49bc518 commit e48b38c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

scripts/args.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
/**
2+
* This file contains the constructor arguments for verifying the contracts.
3+
* @example
4+
* ```bash
5+
* yarn hardhat verify --network polygonMainnet --constructor-args scripts/args.ts --contract contracts/SBTProxy.sol:SBTProxy <CONTRACT_ADDRESS>
6+
* ```
7+
*/
8+
export default [
9+
'0x748161365d3b6F1032efe0066c8594728974cD14',
10+
'0x02021C49DdBdf5349dFc42bE4D4a8e01Bc476342',
11+
'0x',
12+
]

0 commit comments

Comments
 (0)