Skip to content

Commit

Permalink
chore: fix DummyEmptyContract location
Browse files Browse the repository at this point in the history
  • Loading branch information
tamtamchik committed Oct 7, 2024
1 parent e0cac15 commit 9743bd3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deployed-holesky.json
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@
]
},
"dummyEmptyContract": {
"contract": "contracts/0.8.9/test_helpers/DummyEmptyContract.sol",
"contract": "contracts/0.8.9/utils/DummyEmptyContract.sol",
"address": "0x5F4FEf09Cbd5ad743632Fb869E80294933473f0B",
"constructorArgs": []
},
Expand Down
2 changes: 1 addition & 1 deletion deployed-mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@
},
"dummyEmptyContract": {
"address": "0x6F6541C2203196fEeDd14CD2C09550dA1CbEDa31",
"contract": "contracts/0.8.9/test_helpers/DummyEmptyContract.sol",
"contract": "contracts/0.8.9/utils/DummyEmptyContract.sol",
"deployTx": "0x9d76786f639bd18365f10c087444761db5dafd0edc85c5c1a3e90219f2d1331d",
"constructorArgs": []
},
Expand Down
2 changes: 1 addition & 1 deletion deployed-sepolia.json
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@
"address": "0x6885E36BFcb68CB383DfE90023a462C03BCB2AE5"
},
"dummyEmptyContract": {
"contract": "contracts/0.8.9/test_helpers/DummyEmptyContract.sol",
"contract": "contracts/0.8.9/utils/DummyEmptyContract.sol",
"address": "0xF30a674935479cc6f2254BA65d7534Eab8bD6ba2",
"constructorArgs": []
},
Expand Down

0 comments on commit 9743bd3

Please sign in to comment.