Commit 9f41818
authored
Merge pull request #93 from threshold-network/fix-keep-registry-resolve-2
Use deployer as a fallback to call approveOperatorContract
For ropsten we expect that approveOperatorContract will be called by the
account that is defined as keepRegistryKeeper in the hardhat config,
but for hardhat local network and for usage in external project it's
just fine to assume the deployer will be used as a fallback, so the
external project doesn't have to define keepRegistryKeeper.
This is a continuation of #921 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments