We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49bc518 commit e48b38cCopy full SHA for e48b38c
scripts/args.ts
@@ -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