@keep-network/tbtc-v2 0.1.1-dev.120 → 0.1.1-dev.122
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/artifacts/BLS.json +1 -1
- package/artifacts/Bank.json +11 -11
- package/artifacts/BeaconAuthorization.json +1 -1
- package/artifacts/BeaconDkg.json +1 -1
- package/artifacts/BeaconDkgValidator.json +1 -1
- package/artifacts/BeaconInactivity.json +1 -1
- package/artifacts/BeaconSortitionPool.json +3 -3
- package/artifacts/Bridge.json +32 -32
- package/artifacts/BridgeGovernance.json +16 -16
- package/artifacts/BridgeGovernanceParameters.json +6 -6
- package/artifacts/Deposit.json +6 -6
- package/artifacts/DepositSweep.json +6 -6
- package/artifacts/EcdsaDkgValidator.json +7 -7
- package/artifacts/EcdsaInactivity.json +6 -6
- package/artifacts/EcdsaSortitionPool.json +15 -15
- package/artifacts/Fraud.json +6 -6
- package/artifacts/KeepRegistry.json +1 -1
- package/artifacts/KeepStake.json +2 -2
- package/artifacts/KeepToken.json +2 -2
- package/artifacts/KeepTokenStaking.json +1 -1
- package/artifacts/LightRelay.json +11 -11
- package/artifacts/MaintainerProxy.json +12 -12
- package/artifacts/MovingFunds.json +6 -6
- package/artifacts/NuCypherStakingEscrow.json +1 -1
- package/artifacts/NuCypherToken.json +2 -2
- package/artifacts/RandomBeacon.json +73 -73
- package/artifacts/RandomBeaconChaosnet.json +297 -0
- package/artifacts/RandomBeaconGovernance.json +53 -53
- package/artifacts/Redemption.json +6 -6
- package/artifacts/ReimbursementPool.json +5 -5
- package/artifacts/T.json +2 -2
- package/artifacts/TBTC.json +11 -11
- package/artifacts/TBTCToken.json +11 -11
- package/artifacts/TBTCVault.json +14 -14
- package/artifacts/TokenStaking.json +1 -1
- package/artifacts/TokenholderGovernor.json +9 -9
- package/artifacts/TokenholderTimelock.json +8 -8
- package/artifacts/VendingMachine.json +12 -12
- package/artifacts/VendingMachineKeep.json +1 -1
- package/artifacts/VendingMachineNuCypher.json +1 -1
- package/artifacts/WalletRegistry.json +28 -28
- package/artifacts/WalletRegistryGovernance.json +12 -12
- package/artifacts/Wallets.json +6 -6
- package/deploy/06_disable_fraud_challenges.ts +45 -0
- package/deploy/07_disable_redemptions.ts +46 -0
- package/deploy/{06_deploy_tbtc_vault.ts → 08_deploy_tbtc_vault.ts} +0 -0
- package/deploy/{07_deploy_bridge_governance.ts → 09_deploy_bridge_governance.ts} +0 -0
- package/deploy/{08_deploy_maintainer_proxy.ts → 10_deploy_maintainer_proxy.ts} +0 -0
- package/deploy/{09_bank_update_bridge.ts → 11_bank_update_bridge.ts} +0 -0
- package/deploy/{10_authorize_spv_maintainer_in_bridge.ts → 12_authorize_spv_maintainer_in_bridge.ts} +0 -0
- package/deploy/{11_transfer_bank_ownership.ts → 13_transfer_bank_ownership.ts} +0 -0
- package/deploy/{12_transfer_bridge_governance.ts → 14_transfer_bridge_governance.ts} +0 -0
- package/deploy/{13_transfer_bridge_governance_ownership.ts → 15_transfer_bridge_governance_ownership.ts} +0 -0
- package/deploy/{14_transfer_tbtc_vault_ownership.ts → 16_transfer_tbtc_vault_ownership.ts} +0 -0
- package/deploy/{15_transfer_maintainer_proxy_ownership.ts → 17_transfer_maintainer_proxy_ownership.ts} +0 -0
- package/deploy/{16_transfer_proxy_admin_ownership.ts → 18_transfer_proxy_admin_ownership.ts} +0 -0
- package/deploy/{17_authorize_maintainer_proxy_in_bridge.ts → 19_authorize_maintainer_proxy_in_bridge.ts} +0 -0
- package/deploy/{18_authorize_maintainer_proxy_in_reimbursement_pool.ts → 20_authorize_maintainer_proxy_in_reimbursement_pool.ts} +0 -0
- package/deploy/{19_authorize_bridge_in_reimbursement_pool.ts → 21_authorize_bridge_in_reimbursement_pool.ts} +0 -0
- package/deploy/{20_deploy_proxy_admin_with_deputy.ts → 22_deploy_proxy_admin_with_deputy.ts} +0 -0
- package/export/deploy/06_disable_fraud_challenges.js +68 -0
- package/export/deploy/07_disable_redemptions.js +68 -0
- package/export/deploy/{06_deploy_tbtc_vault.js → 08_deploy_tbtc_vault.js} +0 -0
- package/export/deploy/{07_deploy_bridge_governance.js → 09_deploy_bridge_governance.js} +0 -0
- package/export/deploy/{08_deploy_maintainer_proxy.js → 10_deploy_maintainer_proxy.js} +0 -0
- package/export/deploy/{09_bank_update_bridge.js → 11_bank_update_bridge.js} +0 -0
- package/export/deploy/{10_authorize_spv_maintainer_in_bridge.js → 12_authorize_spv_maintainer_in_bridge.js} +0 -0
- package/export/deploy/{11_transfer_bank_ownership.js → 13_transfer_bank_ownership.js} +0 -0
- package/export/deploy/{12_transfer_bridge_governance.js → 14_transfer_bridge_governance.js} +0 -0
- package/export/deploy/{13_transfer_bridge_governance_ownership.js → 15_transfer_bridge_governance_ownership.js} +0 -0
- package/export/deploy/{14_transfer_tbtc_vault_ownership.js → 16_transfer_tbtc_vault_ownership.js} +0 -0
- package/export/deploy/{15_transfer_maintainer_proxy_ownership.js → 17_transfer_maintainer_proxy_ownership.js} +0 -0
- package/export/deploy/{16_transfer_proxy_admin_ownership.js → 18_transfer_proxy_admin_ownership.js} +0 -0
- package/export/deploy/{17_authorize_maintainer_proxy_in_bridge.js → 19_authorize_maintainer_proxy_in_bridge.js} +0 -0
- package/export/deploy/{18_authorize_maintainer_proxy_in_reimbursement_pool.js → 20_authorize_maintainer_proxy_in_reimbursement_pool.js} +0 -0
- package/export/deploy/{19_authorize_bridge_in_reimbursement_pool.js → 21_authorize_bridge_in_reimbursement_pool.js} +0 -0
- package/export/deploy/{20_deploy_proxy_admin_with_deputy.js → 22_deploy_proxy_admin_with_deputy.js} +0 -0
- package/package.json +2 -2
package/artifacts/TBTCVault.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0x7798A400cBe0Ca14a7D614ECa1CD15adE5055413",
|
|
3
3
|
"abi": [
|
|
4
4
|
{
|
|
5
5
|
"inputs": [
|
|
@@ -1074,22 +1074,22 @@
|
|
|
1074
1074
|
"type": "function"
|
|
1075
1075
|
}
|
|
1076
1076
|
],
|
|
1077
|
-
"transactionHash": "
|
|
1077
|
+
"transactionHash": "0xcd0282749d44efab5aefe93944acc4ebbeb2076cc6a1e93c026dcd5625e3dd00",
|
|
1078
1078
|
"receipt": {
|
|
1079
1079
|
"to": null,
|
|
1080
1080
|
"from": "0x70997970C51812dc3A010C7d01b50e0d17dc79C8",
|
|
1081
|
-
"contractAddress": "
|
|
1081
|
+
"contractAddress": "0x7798A400cBe0Ca14a7D614ECa1CD15adE5055413",
|
|
1082
1082
|
"transactionIndex": 0,
|
|
1083
1083
|
"gasUsed": "3279918",
|
|
1084
|
-
"logsBloom": "
|
|
1085
|
-
"blockHash": "
|
|
1086
|
-
"transactionHash": "
|
|
1084
|
+
"logsBloom": "0x00000000000000000002010000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000800020000000000000000000800000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000001000000100000000000000000000000",
|
|
1085
|
+
"blockHash": "0xe1b91f7fe9364becc28738b8bb64e01f69e477b5e1acbc80abcdb98cd60ab314",
|
|
1086
|
+
"transactionHash": "0xcd0282749d44efab5aefe93944acc4ebbeb2076cc6a1e93c026dcd5625e3dd00",
|
|
1087
1087
|
"logs": [
|
|
1088
1088
|
{
|
|
1089
1089
|
"transactionIndex": 0,
|
|
1090
|
-
"blockNumber":
|
|
1091
|
-
"transactionHash": "
|
|
1092
|
-
"address": "
|
|
1090
|
+
"blockNumber": 68,
|
|
1091
|
+
"transactionHash": "0xcd0282749d44efab5aefe93944acc4ebbeb2076cc6a1e93c026dcd5625e3dd00",
|
|
1092
|
+
"address": "0x7798A400cBe0Ca14a7D614ECa1CD15adE5055413",
|
|
1093
1093
|
"topics": [
|
|
1094
1094
|
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
1095
1095
|
"0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
@@ -1097,18 +1097,18 @@
|
|
|
1097
1097
|
],
|
|
1098
1098
|
"data": "0x",
|
|
1099
1099
|
"logIndex": 0,
|
|
1100
|
-
"blockHash": "
|
|
1100
|
+
"blockHash": "0xe1b91f7fe9364becc28738b8bb64e01f69e477b5e1acbc80abcdb98cd60ab314"
|
|
1101
1101
|
}
|
|
1102
1102
|
],
|
|
1103
|
-
"blockNumber":
|
|
1103
|
+
"blockNumber": 68,
|
|
1104
1104
|
"cumulativeGasUsed": "3279918",
|
|
1105
1105
|
"status": 1,
|
|
1106
1106
|
"byzantium": true
|
|
1107
1107
|
},
|
|
1108
1108
|
"args": [
|
|
1109
|
-
"
|
|
1110
|
-
"
|
|
1111
|
-
"
|
|
1109
|
+
"0xA82ED5224ba72f2f776e09B11DC99E30Ee65Da8d",
|
|
1110
|
+
"0x1D99a347B5EcdbAa3C5365470d461Cf66B77ECd2",
|
|
1111
|
+
"0x1dBDba33dfA381bCC89FCe74DFF69Aa96B53b503"
|
|
1112
1112
|
],
|
|
1113
1113
|
"numDeployments": 1,
|
|
1114
1114
|
"solcInputHash": "3b4450d68d0d01f700596a0744428791",
|
|
@@ -1596,7 +1596,7 @@
|
|
|
1596
1596
|
"transactionIndex": 0,
|
|
1597
1597
|
"gasUsed": "5285427",
|
|
1598
1598
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
1599
|
-
"blockHash": "
|
|
1599
|
+
"blockHash": "0x5b58da8371894c9c19e9cc00cb6e21bc49e37afbc731b1b6709d103671e19cfc",
|
|
1600
1600
|
"transactionHash": "0x8debc57ad18c6eb9208778fff06495cace02fa144c13fe549b41129829a2e44f",
|
|
1601
1601
|
"logs": [],
|
|
1602
1602
|
"blockNumber": 15,
|
|
@@ -1269,7 +1269,7 @@
|
|
|
1269
1269
|
"transactionIndex": 0,
|
|
1270
1270
|
"gasUsed": "3456607",
|
|
1271
1271
|
"logsBloom": "0x00002004000000000102000000001000000040000000000000000000000008000000000020000000000000000000000000000000000000000000000400400000000000000000000000000000000000000000000000000000000010000000000010000800020000000002000000000800000000000000000000000000000000001000002000000000200002000040000000000000000008000000000000000202000000001040000000000000000000000000000004000000001000000000000000000000000000000000000040000000000000001000000100080000800020000000000000000000000000000000000001000000000000000000000000002000",
|
|
1272
|
-
"blockHash": "
|
|
1272
|
+
"blockHash": "0xd32008401861e880de1160469b112830a3394afcfa071594508bcfa34f99a056",
|
|
1273
1273
|
"transactionHash": "0xcb02a40eb220a8d0cb30392196f3c3bf58a283a200727b0b3c79983870bddab5",
|
|
1274
1274
|
"logs": [
|
|
1275
1275
|
{
|
|
@@ -1282,7 +1282,7 @@
|
|
|
1282
1282
|
],
|
|
1283
1283
|
"data": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000096",
|
|
1284
1284
|
"logIndex": 0,
|
|
1285
|
-
"blockHash": "
|
|
1285
|
+
"blockHash": "0xd32008401861e880de1160469b112830a3394afcfa071594508bcfa34f99a056"
|
|
1286
1286
|
},
|
|
1287
1287
|
{
|
|
1288
1288
|
"transactionIndex": 0,
|
|
@@ -1294,7 +1294,7 @@
|
|
|
1294
1294
|
],
|
|
1295
1295
|
"data": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000019",
|
|
1296
1296
|
"logIndex": 1,
|
|
1297
|
-
"blockHash": "
|
|
1297
|
+
"blockHash": "0xd32008401861e880de1160469b112830a3394afcfa071594508bcfa34f99a056"
|
|
1298
1298
|
},
|
|
1299
1299
|
{
|
|
1300
1300
|
"transactionIndex": 0,
|
|
@@ -1306,7 +1306,7 @@
|
|
|
1306
1306
|
],
|
|
1307
1307
|
"data": "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000033ec",
|
|
1308
1308
|
"logIndex": 2,
|
|
1309
|
-
"blockHash": "
|
|
1309
|
+
"blockHash": "0xd32008401861e880de1160469b112830a3394afcfa071594508bcfa34f99a056"
|
|
1310
1310
|
},
|
|
1311
1311
|
{
|
|
1312
1312
|
"transactionIndex": 0,
|
|
@@ -1318,7 +1318,7 @@
|
|
|
1318
1318
|
],
|
|
1319
1319
|
"data": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001039d",
|
|
1320
1320
|
"logIndex": 3,
|
|
1321
|
-
"blockHash": "
|
|
1321
|
+
"blockHash": "0xd32008401861e880de1160469b112830a3394afcfa071594508bcfa34f99a056"
|
|
1322
1322
|
},
|
|
1323
1323
|
{
|
|
1324
1324
|
"transactionIndex": 0,
|
|
@@ -1330,7 +1330,7 @@
|
|
|
1330
1330
|
],
|
|
1331
1331
|
"data": "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000033ec",
|
|
1332
1332
|
"logIndex": 4,
|
|
1333
|
-
"blockHash": "
|
|
1333
|
+
"blockHash": "0xd32008401861e880de1160469b112830a3394afcfa071594508bcfa34f99a056"
|
|
1334
1334
|
},
|
|
1335
1335
|
{
|
|
1336
1336
|
"transactionIndex": 0,
|
|
@@ -1342,7 +1342,7 @@
|
|
|
1342
1342
|
],
|
|
1343
1343
|
"data": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000005c7c905b505f0cf40ab6600d05e677f717916f6b",
|
|
1344
1344
|
"logIndex": 5,
|
|
1345
|
-
"blockHash": "
|
|
1345
|
+
"blockHash": "0xd32008401861e880de1160469b112830a3394afcfa071594508bcfa34f99a056"
|
|
1346
1346
|
},
|
|
1347
1347
|
{
|
|
1348
1348
|
"transactionIndex": 0,
|
|
@@ -1357,7 +1357,7 @@
|
|
|
1357
1357
|
],
|
|
1358
1358
|
"data": "0x",
|
|
1359
1359
|
"logIndex": 6,
|
|
1360
|
-
"blockHash": "
|
|
1360
|
+
"blockHash": "0xd32008401861e880de1160469b112830a3394afcfa071594508bcfa34f99a056"
|
|
1361
1361
|
},
|
|
1362
1362
|
{
|
|
1363
1363
|
"transactionIndex": 0,
|
|
@@ -1372,7 +1372,7 @@
|
|
|
1372
1372
|
],
|
|
1373
1373
|
"data": "0x",
|
|
1374
1374
|
"logIndex": 7,
|
|
1375
|
-
"blockHash": "
|
|
1375
|
+
"blockHash": "0xd32008401861e880de1160469b112830a3394afcfa071594508bcfa34f99a056"
|
|
1376
1376
|
}
|
|
1377
1377
|
],
|
|
1378
1378
|
"blockNumber": 19,
|
|
@@ -750,7 +750,7 @@
|
|
|
750
750
|
"transactionIndex": 0,
|
|
751
751
|
"gasUsed": "1617384",
|
|
752
752
|
"logsBloom": "0x000000040000000008020000000000000a0000000000000080000000000000000000000000000000000000000001000000000000000000000200000010600000000000000000000000000000000000000010000000000000000000000001000000000800020000400000000000000800000000000000000000020000000000000000000000000000000000000000000000000000000008080000000000000000000000000020000000000000000000000000000004000000001000000000000000000000000000004000000000000000000200000000000100000000000020000000000000001000000000000000000001400000000000000000000000000000",
|
|
753
|
-
"blockHash": "
|
|
753
|
+
"blockHash": "0x5cbc0a5353d8f0bfb6915324855b00022cda0a8fd9c05fb8faa7410a80f6eca3",
|
|
754
754
|
"transactionHash": "0xebcda2c70b5e49631d4a83bd96710fd1541e6dcd4236db8bb70b69e3fee9addc",
|
|
755
755
|
"logs": [
|
|
756
756
|
{
|
|
@@ -766,7 +766,7 @@
|
|
|
766
766
|
],
|
|
767
767
|
"data": "0x",
|
|
768
768
|
"logIndex": 0,
|
|
769
|
-
"blockHash": "
|
|
769
|
+
"blockHash": "0x5cbc0a5353d8f0bfb6915324855b00022cda0a8fd9c05fb8faa7410a80f6eca3"
|
|
770
770
|
},
|
|
771
771
|
{
|
|
772
772
|
"transactionIndex": 0,
|
|
@@ -781,7 +781,7 @@
|
|
|
781
781
|
],
|
|
782
782
|
"data": "0x",
|
|
783
783
|
"logIndex": 1,
|
|
784
|
-
"blockHash": "
|
|
784
|
+
"blockHash": "0x5cbc0a5353d8f0bfb6915324855b00022cda0a8fd9c05fb8faa7410a80f6eca3"
|
|
785
785
|
},
|
|
786
786
|
{
|
|
787
787
|
"transactionIndex": 0,
|
|
@@ -796,7 +796,7 @@
|
|
|
796
796
|
],
|
|
797
797
|
"data": "0x",
|
|
798
798
|
"logIndex": 2,
|
|
799
|
-
"blockHash": "
|
|
799
|
+
"blockHash": "0x5cbc0a5353d8f0bfb6915324855b00022cda0a8fd9c05fb8faa7410a80f6eca3"
|
|
800
800
|
},
|
|
801
801
|
{
|
|
802
802
|
"transactionIndex": 0,
|
|
@@ -811,7 +811,7 @@
|
|
|
811
811
|
],
|
|
812
812
|
"data": "0x",
|
|
813
813
|
"logIndex": 3,
|
|
814
|
-
"blockHash": "
|
|
814
|
+
"blockHash": "0x5cbc0a5353d8f0bfb6915324855b00022cda0a8fd9c05fb8faa7410a80f6eca3"
|
|
815
815
|
},
|
|
816
816
|
{
|
|
817
817
|
"transactionIndex": 0,
|
|
@@ -826,7 +826,7 @@
|
|
|
826
826
|
],
|
|
827
827
|
"data": "0x",
|
|
828
828
|
"logIndex": 4,
|
|
829
|
-
"blockHash": "
|
|
829
|
+
"blockHash": "0x5cbc0a5353d8f0bfb6915324855b00022cda0a8fd9c05fb8faa7410a80f6eca3"
|
|
830
830
|
},
|
|
831
831
|
{
|
|
832
832
|
"transactionIndex": 0,
|
|
@@ -841,7 +841,7 @@
|
|
|
841
841
|
],
|
|
842
842
|
"data": "0x",
|
|
843
843
|
"logIndex": 5,
|
|
844
|
-
"blockHash": "
|
|
844
|
+
"blockHash": "0x5cbc0a5353d8f0bfb6915324855b00022cda0a8fd9c05fb8faa7410a80f6eca3"
|
|
845
845
|
},
|
|
846
846
|
{
|
|
847
847
|
"transactionIndex": 0,
|
|
@@ -853,7 +853,7 @@
|
|
|
853
853
|
],
|
|
854
854
|
"data": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002a300",
|
|
855
855
|
"logIndex": 6,
|
|
856
|
-
"blockHash": "
|
|
856
|
+
"blockHash": "0x5cbc0a5353d8f0bfb6915324855b00022cda0a8fd9c05fb8faa7410a80f6eca3"
|
|
857
857
|
}
|
|
858
858
|
],
|
|
859
859
|
"blockNumber": 18,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0x84227190685c25c4aF662EE1bD0E4cd82e57360D",
|
|
3
3
|
"abi": [
|
|
4
4
|
{
|
|
5
5
|
"inputs": [
|
|
@@ -509,22 +509,22 @@
|
|
|
509
509
|
"type": "function"
|
|
510
510
|
}
|
|
511
511
|
],
|
|
512
|
-
"transactionHash": "
|
|
512
|
+
"transactionHash": "0x7aa5f97db2f0d8730d94d8f965a8ec6d30477331d240f583601808d01ab496d9",
|
|
513
513
|
"receipt": {
|
|
514
514
|
"to": null,
|
|
515
515
|
"from": "0x70997970C51812dc3A010C7d01b50e0d17dc79C8",
|
|
516
|
-
"contractAddress": "
|
|
516
|
+
"contractAddress": "0x84227190685c25c4aF662EE1bD0E4cd82e57360D",
|
|
517
517
|
"transactionIndex": 0,
|
|
518
518
|
"gasUsed": "1456351",
|
|
519
|
-
"logsBloom": "
|
|
520
|
-
"blockHash": "
|
|
521
|
-
"transactionHash": "
|
|
519
|
+
"logsBloom": "0x00000000000000000002000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000800020000000000000000000800000000000000000000000000000000400080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002010000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000001000000000000000000000000000000",
|
|
520
|
+
"blockHash": "0x1a8bc589c4dd27739cae32c9ceba434018daed6ee61061268d235270a7b6cecd",
|
|
521
|
+
"transactionHash": "0x7aa5f97db2f0d8730d94d8f965a8ec6d30477331d240f583601808d01ab496d9",
|
|
522
522
|
"logs": [
|
|
523
523
|
{
|
|
524
524
|
"transactionIndex": 0,
|
|
525
|
-
"blockNumber":
|
|
526
|
-
"transactionHash": "
|
|
527
|
-
"address": "
|
|
525
|
+
"blockNumber": 57,
|
|
526
|
+
"transactionHash": "0x7aa5f97db2f0d8730d94d8f965a8ec6d30477331d240f583601808d01ab496d9",
|
|
527
|
+
"address": "0x84227190685c25c4aF662EE1bD0E4cd82e57360D",
|
|
528
528
|
"topics": [
|
|
529
529
|
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
530
530
|
"0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
@@ -532,17 +532,17 @@
|
|
|
532
532
|
],
|
|
533
533
|
"data": "0x",
|
|
534
534
|
"logIndex": 0,
|
|
535
|
-
"blockHash": "
|
|
535
|
+
"blockHash": "0x1a8bc589c4dd27739cae32c9ceba434018daed6ee61061268d235270a7b6cecd"
|
|
536
536
|
}
|
|
537
537
|
],
|
|
538
|
-
"blockNumber":
|
|
538
|
+
"blockNumber": 57,
|
|
539
539
|
"cumulativeGasUsed": "1456351",
|
|
540
540
|
"status": 1,
|
|
541
541
|
"byzantium": true
|
|
542
542
|
},
|
|
543
543
|
"args": [
|
|
544
|
-
"0x35D2F51DBC8b401B11fA3FE04423E0f5cd9fEDb4",
|
|
545
544
|
"0x49FcbCC4E425add3a45AFC82F4dD0E5c227A0Ff8",
|
|
545
|
+
"0x1D99a347B5EcdbAa3C5365470d461Cf66B77ECd2",
|
|
546
546
|
0
|
|
547
547
|
],
|
|
548
548
|
"numDeployments": 1,
|
|
@@ -272,7 +272,7 @@
|
|
|
272
272
|
"transactionIndex": 0,
|
|
273
273
|
"gasUsed": "804148",
|
|
274
274
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
275
|
-
"blockHash": "
|
|
275
|
+
"blockHash": "0x7ad875c8d020802891aea36383cadef9ade8cbd53cfb2b9c8439dd044b798269",
|
|
276
276
|
"transactionHash": "0x1fa2edd54ffe85f0c76ff2a5c2242c208fe52f4144b5a916cf7be8efa5dc44d4",
|
|
277
277
|
"logs": [],
|
|
278
278
|
"blockNumber": 10,
|
|
@@ -272,7 +272,7 @@
|
|
|
272
272
|
"transactionIndex": 0,
|
|
273
273
|
"gasUsed": "804160",
|
|
274
274
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
275
|
-
"blockHash": "
|
|
275
|
+
"blockHash": "0x7192c5218f8b0c0f60db06342e9e6934058c134cd2c50ae823ce19d1f1e41a88",
|
|
276
276
|
"transactionHash": "0xdc9a0b9fe0ff91fb7ccf6bc9f4d48430e56764f684f2d527e5ba8e327ade9260",
|
|
277
277
|
"logs": [],
|
|
278
278
|
"blockNumber": 11,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0xc63d2a04762529edB649d7a4cC3E57A0085e8544",
|
|
3
3
|
"abi": [
|
|
4
4
|
{
|
|
5
5
|
"inputs": [
|
|
@@ -1883,80 +1883,80 @@
|
|
|
1883
1883
|
"type": "function"
|
|
1884
1884
|
}
|
|
1885
1885
|
],
|
|
1886
|
-
"transactionHash": "
|
|
1886
|
+
"transactionHash": "0xd3807c6b6cb8d9004608d9d265db4ac1e40471b222356e454cb20ddc93230319",
|
|
1887
1887
|
"receipt": {
|
|
1888
1888
|
"to": null,
|
|
1889
1889
|
"from": "0x70997970C51812dc3A010C7d01b50e0d17dc79C8",
|
|
1890
|
-
"contractAddress": "
|
|
1890
|
+
"contractAddress": "0xc63d2a04762529edB649d7a4cC3E57A0085e8544",
|
|
1891
1891
|
"transactionIndex": 0,
|
|
1892
1892
|
"gasUsed": "1047233",
|
|
1893
|
-
"logsBloom": "
|
|
1894
|
-
"blockHash": "
|
|
1895
|
-
"transactionHash": "
|
|
1893
|
+
"logsBloom": "0x00000000000000000000000000000000400000004040000000000000000000200040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000800000000000000000000000000000000000000000000000000000000800000000008000008000000000000000000000000000000000000000000000000000080000000000000800000000000000000000000000000000400000000000000000000000000000000000000000020000000020000000000040000000000000400000000000000000000000000000000000000000800000000000000000000000000000000000000000000",
|
|
1894
|
+
"blockHash": "0xfd39dca158b9516a46f183615ab89ce18801e1c4f3b9ed0f1f38538a4828a26a",
|
|
1895
|
+
"transactionHash": "0xd3807c6b6cb8d9004608d9d265db4ac1e40471b222356e454cb20ddc93230319",
|
|
1896
1896
|
"logs": [
|
|
1897
1897
|
{
|
|
1898
1898
|
"transactionIndex": 0,
|
|
1899
|
-
"blockNumber":
|
|
1900
|
-
"transactionHash": "
|
|
1901
|
-
"address": "
|
|
1899
|
+
"blockNumber": 44,
|
|
1900
|
+
"transactionHash": "0xd3807c6b6cb8d9004608d9d265db4ac1e40471b222356e454cb20ddc93230319",
|
|
1901
|
+
"address": "0xc63d2a04762529edB649d7a4cC3E57A0085e8544",
|
|
1902
1902
|
"topics": [
|
|
1903
1903
|
"0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b",
|
|
1904
|
-
"
|
|
1904
|
+
"0x0000000000000000000000007290f72b5c67052dde8e6e179f7803c493e90d3f"
|
|
1905
1905
|
],
|
|
1906
1906
|
"data": "0x",
|
|
1907
1907
|
"logIndex": 0,
|
|
1908
|
-
"blockHash": "
|
|
1908
|
+
"blockHash": "0xfd39dca158b9516a46f183615ab89ce18801e1c4f3b9ed0f1f38538a4828a26a"
|
|
1909
1909
|
},
|
|
1910
1910
|
{
|
|
1911
1911
|
"transactionIndex": 0,
|
|
1912
|
-
"blockNumber":
|
|
1913
|
-
"transactionHash": "
|
|
1914
|
-
"address": "
|
|
1912
|
+
"blockNumber": 44,
|
|
1913
|
+
"transactionHash": "0xd3807c6b6cb8d9004608d9d265db4ac1e40471b222356e454cb20ddc93230319",
|
|
1914
|
+
"address": "0xc63d2a04762529edB649d7a4cC3E57A0085e8544",
|
|
1915
1915
|
"topics": [
|
|
1916
1916
|
"0x5f56bee8cffbe9a78652a74a60705edede02af10b0bbb888ca44b79a0d42ce80"
|
|
1917
1917
|
],
|
|
1918
1918
|
"data": "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8",
|
|
1919
1919
|
"logIndex": 1,
|
|
1920
|
-
"blockHash": "
|
|
1920
|
+
"blockHash": "0xfd39dca158b9516a46f183615ab89ce18801e1c4f3b9ed0f1f38538a4828a26a"
|
|
1921
1921
|
},
|
|
1922
1922
|
{
|
|
1923
1923
|
"transactionIndex": 0,
|
|
1924
|
-
"blockNumber":
|
|
1925
|
-
"transactionHash": "
|
|
1926
|
-
"address": "
|
|
1924
|
+
"blockNumber": 44,
|
|
1925
|
+
"transactionHash": "0xd3807c6b6cb8d9004608d9d265db4ac1e40471b222356e454cb20ddc93230319",
|
|
1926
|
+
"address": "0xc63d2a04762529edB649d7a4cC3E57A0085e8544",
|
|
1927
1927
|
"topics": [
|
|
1928
1928
|
"0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"
|
|
1929
1929
|
],
|
|
1930
1930
|
"data": "0x0000000000000000000000000000000000000000000000000000000000000001",
|
|
1931
1931
|
"logIndex": 2,
|
|
1932
|
-
"blockHash": "
|
|
1932
|
+
"blockHash": "0xfd39dca158b9516a46f183615ab89ce18801e1c4f3b9ed0f1f38538a4828a26a"
|
|
1933
1933
|
},
|
|
1934
1934
|
{
|
|
1935
1935
|
"transactionIndex": 0,
|
|
1936
|
-
"blockNumber":
|
|
1937
|
-
"transactionHash": "
|
|
1938
|
-
"address": "
|
|
1936
|
+
"blockNumber": 44,
|
|
1937
|
+
"transactionHash": "0xd3807c6b6cb8d9004608d9d265db4ac1e40471b222356e454cb20ddc93230319",
|
|
1938
|
+
"address": "0xc63d2a04762529edB649d7a4cC3E57A0085e8544",
|
|
1939
1939
|
"topics": [
|
|
1940
1940
|
"0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"
|
|
1941
1941
|
],
|
|
1942
|
-
"data": "
|
|
1942
|
+
"data": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000afdacd509e73115ea1654b1a770f1a807e7c9c0",
|
|
1943
1943
|
"logIndex": 3,
|
|
1944
|
-
"blockHash": "
|
|
1944
|
+
"blockHash": "0xfd39dca158b9516a46f183615ab89ce18801e1c4f3b9ed0f1f38538a4828a26a"
|
|
1945
1945
|
}
|
|
1946
1946
|
],
|
|
1947
|
-
"blockNumber":
|
|
1947
|
+
"blockNumber": 44,
|
|
1948
1948
|
"cumulativeGasUsed": "1047233",
|
|
1949
1949
|
"status": 1,
|
|
1950
1950
|
"byzantium": true
|
|
1951
1951
|
},
|
|
1952
1952
|
"args": [
|
|
1953
|
-
"
|
|
1953
|
+
"0xE5BD5bDC03371fB239956dbbF40bD185D6c2ea28",
|
|
1954
1954
|
"0x73eccD6288e117cAcA738BDAD4FEC51312166C1A"
|
|
1955
1955
|
],
|
|
1956
1956
|
"numDeployments": 1,
|
|
1957
1957
|
"libraries": {
|
|
1958
|
-
"EcdsaInactivity": "
|
|
1958
|
+
"EcdsaInactivity": "0x55cb3b67D9E65F0Cf4eABCAC84564a1bE6E3b06A"
|
|
1959
1959
|
},
|
|
1960
|
-
"implementation": "
|
|
1960
|
+
"implementation": "0x7290f72B5C67052DDE8e6E179F7803c493e90d3f",
|
|
1961
1961
|
"devdoc": "Contract deployed as upgradable proxy"
|
|
1962
1962
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0x34ee84036C47d852901b7069aBD80171D9A489a6",
|
|
3
3
|
"abi": [
|
|
4
4
|
{
|
|
5
5
|
"inputs": [
|
|
@@ -1955,22 +1955,22 @@
|
|
|
1955
1955
|
"type": "function"
|
|
1956
1956
|
}
|
|
1957
1957
|
],
|
|
1958
|
-
"transactionHash": "
|
|
1958
|
+
"transactionHash": "0x5f5bfd4423d64cd19c1989acdca423b2dbe61639526e5db963470c05bc0a0461",
|
|
1959
1959
|
"receipt": {
|
|
1960
1960
|
"to": null,
|
|
1961
1961
|
"from": "0x70997970C51812dc3A010C7d01b50e0d17dc79C8",
|
|
1962
|
-
"contractAddress": "
|
|
1962
|
+
"contractAddress": "0x34ee84036C47d852901b7069aBD80171D9A489a6",
|
|
1963
1963
|
"transactionIndex": 0,
|
|
1964
1964
|
"gasUsed": "3938527",
|
|
1965
|
-
"logsBloom": "
|
|
1966
|
-
"blockHash": "
|
|
1967
|
-
"transactionHash": "
|
|
1965
|
+
"logsBloom": "0x00000000000000000002000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000002000800020000000000000000000800000000000000000000000000000000400000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000001000002000000000000000000000000",
|
|
1966
|
+
"blockHash": "0x184951b09720c18a634abf0b713226ab203eac629a7224436072634b306b3160",
|
|
1967
|
+
"transactionHash": "0x5f5bfd4423d64cd19c1989acdca423b2dbe61639526e5db963470c05bc0a0461",
|
|
1968
1968
|
"logs": [
|
|
1969
1969
|
{
|
|
1970
1970
|
"transactionIndex": 0,
|
|
1971
|
-
"blockNumber":
|
|
1972
|
-
"transactionHash": "
|
|
1973
|
-
"address": "
|
|
1971
|
+
"blockNumber": 48,
|
|
1972
|
+
"transactionHash": "0x5f5bfd4423d64cd19c1989acdca423b2dbe61639526e5db963470c05bc0a0461",
|
|
1973
|
+
"address": "0x34ee84036C47d852901b7069aBD80171D9A489a6",
|
|
1974
1974
|
"topics": [
|
|
1975
1975
|
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
1976
1976
|
"0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
@@ -1978,16 +1978,16 @@
|
|
|
1978
1978
|
],
|
|
1979
1979
|
"data": "0x",
|
|
1980
1980
|
"logIndex": 0,
|
|
1981
|
-
"blockHash": "
|
|
1981
|
+
"blockHash": "0x184951b09720c18a634abf0b713226ab203eac629a7224436072634b306b3160"
|
|
1982
1982
|
}
|
|
1983
1983
|
],
|
|
1984
|
-
"blockNumber":
|
|
1984
|
+
"blockNumber": 48,
|
|
1985
1985
|
"cumulativeGasUsed": "3938527",
|
|
1986
1986
|
"status": 1,
|
|
1987
1987
|
"byzantium": true
|
|
1988
1988
|
},
|
|
1989
1989
|
"args": [
|
|
1990
|
-
"
|
|
1990
|
+
"0xc63d2a04762529edB649d7a4cC3E57A0085e8544",
|
|
1991
1991
|
604800
|
|
1992
1992
|
],
|
|
1993
1993
|
"numDeployments": 1,
|
package/artifacts/Wallets.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
2
|
+
"address": "0xf69E1dFAc3D43F438Bae80090b8E186B0231CFeb",
|
|
3
3
|
"abi": [
|
|
4
4
|
{
|
|
5
5
|
"anonymous": false,
|
|
@@ -103,18 +103,18 @@
|
|
|
103
103
|
"type": "event"
|
|
104
104
|
}
|
|
105
105
|
],
|
|
106
|
-
"transactionHash": "
|
|
106
|
+
"transactionHash": "0xbd2ed7457ebca3a621c96fe7a9de0049555250e32ba9de5d7af2b7a17ed36be0",
|
|
107
107
|
"receipt": {
|
|
108
108
|
"to": null,
|
|
109
109
|
"from": "0x70997970C51812dc3A010C7d01b50e0d17dc79C8",
|
|
110
|
-
"contractAddress": "
|
|
110
|
+
"contractAddress": "0xf69E1dFAc3D43F438Bae80090b8E186B0231CFeb",
|
|
111
111
|
"transactionIndex": 0,
|
|
112
112
|
"gasUsed": "911756",
|
|
113
113
|
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
114
|
-
"blockHash": "
|
|
115
|
-
"transactionHash": "
|
|
114
|
+
"blockHash": "0x13679d258e6d6669e6201360bd4eb06390f52da6cdf76391fe79a78f689b149a",
|
|
115
|
+
"transactionHash": "0xbd2ed7457ebca3a621c96fe7a9de0049555250e32ba9de5d7af2b7a17ed36be0",
|
|
116
116
|
"logs": [],
|
|
117
|
-
"blockNumber":
|
|
117
|
+
"blockNumber": 63,
|
|
118
118
|
"cumulativeGasUsed": "911756",
|
|
119
119
|
"status": 1,
|
|
120
120
|
"byzantium": true
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import type { HardhatRuntimeEnvironment } from "hardhat/types"
|
|
2
|
+
import type { DeployFunction } from "hardhat-deploy/types"
|
|
3
|
+
|
|
4
|
+
const func: DeployFunction = async (hre: HardhatRuntimeEnvironment) => {
|
|
5
|
+
const { deployments, ethers, getNamedAccounts } = hre
|
|
6
|
+
const { execute, read } = deployments
|
|
7
|
+
const { deployer } = await getNamedAccounts()
|
|
8
|
+
|
|
9
|
+
deployments.log("disabling fraud challenges in the Bridge")
|
|
10
|
+
|
|
11
|
+
// To disable the fraud challenge mechanism, we need to make the fraud
|
|
12
|
+
// challenge deposit extremely high. The deposit value is determined by the
|
|
13
|
+
// fraudChallengeDepositAmount governance parameter. This parameter is uint96.
|
|
14
|
+
// The maximum value for the uint96 is 2^96-1 = 79228162514264337593543950335.
|
|
15
|
+
const fraudChallengeDepositAmount = ethers.BigNumber.from(
|
|
16
|
+
"79228162514264337593543950335"
|
|
17
|
+
)
|
|
18
|
+
|
|
19
|
+
// To emphasize the fact that frauds are disabled, we set the
|
|
20
|
+
// fraudChallengeDefeatTimeout to uint32 max value (2^32-1 = 4294967295) and
|
|
21
|
+
// fraudSlashingAmount to zero.
|
|
22
|
+
const fraudChallengeDefeatTimeout = ethers.BigNumber.from("4294967295")
|
|
23
|
+
const fraudSlashingAmount = ethers.BigNumber.from("0")
|
|
24
|
+
|
|
25
|
+
// Fetch the current values of other fraud parameters to keep them unchanged.
|
|
26
|
+
const fraudParameters = await read("Bridge", "fraudParameters")
|
|
27
|
+
|
|
28
|
+
await execute(
|
|
29
|
+
"Bridge",
|
|
30
|
+
{ from: deployer, log: true, waitConfirmations: 1 },
|
|
31
|
+
"updateFraudParameters",
|
|
32
|
+
fraudChallengeDepositAmount,
|
|
33
|
+
fraudChallengeDefeatTimeout,
|
|
34
|
+
fraudSlashingAmount,
|
|
35
|
+
fraudParameters.fraudNotifierRewardMultiplier
|
|
36
|
+
)
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
export default func
|
|
40
|
+
|
|
41
|
+
func.tags = ["DisableFraudChallenges"]
|
|
42
|
+
func.dependencies = ["Bridge"]
|
|
43
|
+
|
|
44
|
+
func.skip = async (hre: HardhatRuntimeEnvironment): Promise<boolean> =>
|
|
45
|
+
hre.network.name !== "mainnet"
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import type { HardhatRuntimeEnvironment } from "hardhat/types"
|
|
2
|
+
import type { DeployFunction } from "hardhat-deploy/types"
|
|
3
|
+
|
|
4
|
+
const func: DeployFunction = async (hre: HardhatRuntimeEnvironment) => {
|
|
5
|
+
const { deployments, ethers, getNamedAccounts } = hre
|
|
6
|
+
const { execute, read } = deployments
|
|
7
|
+
const { deployer } = await getNamedAccounts()
|
|
8
|
+
|
|
9
|
+
deployments.log("disabling redemptions in the Bridge")
|
|
10
|
+
|
|
11
|
+
// To disable redemptions, we need to make the redemption dust threshold
|
|
12
|
+
// extremely high. The redemption dust threshold value is determined by the
|
|
13
|
+
// redemptionDustThreshold governance parameter. This parameter is uint64.
|
|
14
|
+
// The maximum value for the uint64 is 2^64-1 = 18446744073709551615.
|
|
15
|
+
const redemptionDustThreshold = ethers.BigNumber.from("18446744073709551615")
|
|
16
|
+
|
|
17
|
+
// To emphasize the fact that redemptions are disabled, we set the
|
|
18
|
+
// redemptionTimeout to uint32 max value (2^32-1 = 4294967295) and
|
|
19
|
+
// redemptionTimeoutSlashingAmount to zero.
|
|
20
|
+
const redemptionTimeout = ethers.BigNumber.from("4294967295")
|
|
21
|
+
const redemptionTimeoutSlashingAmount = ethers.BigNumber.from("0")
|
|
22
|
+
|
|
23
|
+
// Fetch the current values of other redemption parameters to keep them unchanged.
|
|
24
|
+
const redemptionParameters = await read("Bridge", "redemptionParameters")
|
|
25
|
+
|
|
26
|
+
await execute(
|
|
27
|
+
"Bridge",
|
|
28
|
+
{ from: deployer, log: true, waitConfirmations: 1 },
|
|
29
|
+
"updateRedemptionParameters",
|
|
30
|
+
redemptionDustThreshold,
|
|
31
|
+
redemptionParameters.redemptionTreasuryFeeDivisor,
|
|
32
|
+
redemptionParameters.redemptionTxMaxFee,
|
|
33
|
+
redemptionParameters.redemptionTxMaxTotalFee,
|
|
34
|
+
redemptionTimeout,
|
|
35
|
+
redemptionTimeoutSlashingAmount,
|
|
36
|
+
redemptionParameters.redemptionTimeoutNotifierRewardMultiplier
|
|
37
|
+
)
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
export default func
|
|
41
|
+
|
|
42
|
+
func.tags = ["DisableRedemptions"]
|
|
43
|
+
func.dependencies = ["Bridge"]
|
|
44
|
+
|
|
45
|
+
func.skip = async (hre: HardhatRuntimeEnvironment): Promise<boolean> =>
|
|
46
|
+
hre.network.name !== "mainnet"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/deploy/{10_authorize_spv_maintainer_in_bridge.ts → 12_authorize_spv_maintainer_in_bridge.ts}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/deploy/{16_transfer_proxy_admin_ownership.ts → 18_transfer_proxy_admin_ownership.ts}
RENAMED
|
File without changes
|