@keep-network/tbtc-v2 0.1.1-dev.114 → 0.1.1-dev.115

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.
Files changed (44) hide show
  1. package/artifacts/BLS.json +1 -1
  2. package/artifacts/Bank.json +2 -2
  3. package/artifacts/BeaconAuthorization.json +6 -6
  4. package/artifacts/BeaconDkg.json +6 -6
  5. package/artifacts/BeaconDkgValidator.json +7 -7
  6. package/artifacts/BeaconInactivity.json +6 -6
  7. package/artifacts/BeaconSortitionPool.json +10 -10
  8. package/artifacts/Bridge.json +5 -5
  9. package/artifacts/BridgeGovernance.json +2 -2
  10. package/artifacts/BridgeGovernanceParameters.json +1 -1
  11. package/artifacts/Deposit.json +1 -1
  12. package/artifacts/DepositSweep.json +1 -1
  13. package/artifacts/EcdsaDkgValidator.json +7 -7
  14. package/artifacts/EcdsaInactivity.json +6 -6
  15. package/artifacts/EcdsaSortitionPool.json +11 -11
  16. package/artifacts/Fraud.json +1 -1
  17. package/artifacts/KeepRegistry.json +1 -1
  18. package/artifacts/KeepStake.json +2 -2
  19. package/artifacts/KeepToken.json +2 -2
  20. package/artifacts/KeepTokenStaking.json +1 -1
  21. package/artifacts/MaintainerProxy.json +2 -2
  22. package/artifacts/MovingFunds.json +1 -1
  23. package/artifacts/NuCypherStakingEscrow.json +1 -1
  24. package/artifacts/NuCypherToken.json +2 -2
  25. package/artifacts/RandomBeacon.json +108 -108
  26. package/artifacts/RandomBeaconGovernance.json +62 -62
  27. package/artifacts/Redemption.json +1 -1
  28. package/artifacts/ReimbursementPool.json +14 -14
  29. package/artifacts/Relay.json +1 -1
  30. package/artifacts/T.json +2 -2
  31. package/artifacts/TBTC.json +2 -2
  32. package/artifacts/TBTCToken.json +2 -2
  33. package/artifacts/TBTCVault.json +2 -2
  34. package/artifacts/TokenStaking.json +1 -1
  35. package/artifacts/TokenholderGovernor.json +9 -9
  36. package/artifacts/TokenholderTimelock.json +8 -8
  37. package/artifacts/VendingMachine.json +2 -2
  38. package/artifacts/VendingMachineKeep.json +1 -1
  39. package/artifacts/VendingMachineNuCypher.json +1 -1
  40. package/artifacts/WalletRegistry.json +5 -5
  41. package/artifacts/WalletRegistryGovernance.json +53 -53
  42. package/artifacts/Wallets.json +1 -1
  43. package/export/hardhat.config.js +0 -1
  44. package/package.json +3 -3
@@ -111,7 +111,7 @@
111
111
  "transactionIndex": 0,
112
112
  "gasUsed": "915419",
113
113
  "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
114
- "blockHash": "0x196a355c5e893b9120fdf33bfee56c66a8b382ce899514303e498c33be0c1fa4",
114
+ "blockHash": "0x56609fa9186114b5c6886547fe0449c1e510ccd943a46e867ab5dc9075eae4d1",
115
115
  "transactionHash": "0x99f89cf5d113be088aedd08bfb6ec8dc757a17fbca321e1183702592b4e377c4",
116
116
  "logs": [],
117
117
  "blockNumber": 59,
@@ -130,7 +130,6 @@ var config = {
130
130
  deployments: {
131
131
  // For development environment we expect the local dependencies to be
132
132
  // linked with `yarn link` command.
133
- development: ["node_modules/@keep-network/tbtc/artifacts"],
134
133
  ropsten: ["node_modules/@keep-network/tbtc/artifacts"],
135
134
  mainnet: ["./external/mainnet"],
136
135
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keep-network/tbtc-v2",
3
- "version": "0.1.1-dev.114+main.b44cb85e93b2997edc9ea5191f4a497ae68bc0f3",
3
+ "version": "0.1.1-dev.115+main.984f52989acc5ae9d72378f619bdfea0ee2ea7ef",
4
4
  "license": "MIT",
5
5
  "files": [
6
6
  "artifacts/",
@@ -31,8 +31,8 @@
31
31
  },
32
32
  "dependencies": {
33
33
  "@keep-network/bitcoin-spv-sol": "3.4.0-solc-0.8",
34
- "@keep-network/ecdsa": "2.0.0-dev.52",
35
- "@keep-network/random-beacon": "2.0.0-dev.50",
34
+ "@keep-network/ecdsa": "2.0.0-dev.54",
35
+ "@keep-network/random-beacon": "2.0.0-dev.52",
36
36
  "@keep-network/tbtc": ">1.1.2-dev <1.1.2-pre",
37
37
  "@openzeppelin/contracts": "^4.6.0",
38
38
  "@openzeppelin/contracts-upgradeable": "^4.6.0",