added verification args for bandwidth generator with nymt

This commit is contained in:
mfahampshire
2022-02-01 17:39:05 +01:00
parent ce23662270
commit 3a0e499199
@@ -0,0 +1,6 @@
// arguments for verification of bandwidth generator constructed with NYMT via hardhat-etherscan plugin
// npx hardhat verify --constructor-args ./scripts/mainnet/mainnet-nymt-bandwidth-args.js --network mainnet 0xB3BF30DD53044c9050B7309031Bbf26b2cecF3be
module.exports = [
"0xE8883BAeF3869e14E4823F46662e81D4F7d2A81F",
"0xa4108aA1Ec4967F8b52220a4f7e94A8201F2D906"
];