@keep-network/tbtc-v2 0.1.1-dev.4 → 0.1.1-dev.5

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.
@@ -532,7 +532,7 @@
532
532
  "transactionIndex": 0,
533
533
  "gasUsed": "2909515",
534
534
  "logsBloom": "0x00000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000020000000000000100000800000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000001000000000002000000000000000000020000000000000000000000000000000000000000000000000800000000000000000",
535
- "blockHash": "0x8660f42566039e62354c9781ff5497fe9858bbd1c387013c417737c139c7558b",
535
+ "blockHash": "0x2097d60f8d3a4e97b3424d2b9f78a5e557bc1c99127df1f8cb38e3a38b759fcd",
536
536
  "transactionHash": "0x88135895c7767f5368638d5900a59a16ee5c98216c6477e362beccbfb6eccec2",
537
537
  "logs": [
538
538
  {
@@ -547,7 +547,7 @@
547
547
  ],
548
548
  "data": "0x",
549
549
  "logIndex": 0,
550
- "blockHash": "0x8660f42566039e62354c9781ff5497fe9858bbd1c387013c417737c139c7558b"
550
+ "blockHash": "0x2097d60f8d3a4e97b3424d2b9f78a5e557bc1c99127df1f8cb38e3a38b759fcd"
551
551
  }
552
552
  ],
553
553
  "blockNumber": 2,
@@ -507,7 +507,7 @@
507
507
  "transactionIndex": 0,
508
508
  "gasUsed": "2440817",
509
509
  "logsBloom": "0x00000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000040020000000000000100000800000000000000000000000000000000400000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000040000000200000000000000000000000002000000000000000000020000000000000000000000000000000000000000000000000000000000000000000",
510
- "blockHash": "0x23ad9babbea4b83505ede6ee8990405d012b42d6bb4ab6fddb3eadbe309fb227",
510
+ "blockHash": "0xbe399d61b8ae2abf50129aff326bea21d973bf8bba0a41dfc4f4e1bdbc726783",
511
511
  "transactionHash": "0x83ff83c7c85ac1a6c012049719f163c3e5ede6fa4d97608a91504a83934875a0",
512
512
  "logs": [
513
513
  {
@@ -522,7 +522,7 @@
522
522
  ],
523
523
  "data": "0x",
524
524
  "logIndex": 0,
525
- "blockHash": "0x23ad9babbea4b83505ede6ee8990405d012b42d6bb4ab6fddb3eadbe309fb227"
525
+ "blockHash": "0xbe399d61b8ae2abf50129aff326bea21d973bf8bba0a41dfc4f4e1bdbc726783"
526
526
  }
527
527
  ],
528
528
  "blockNumber": 1,
@@ -517,7 +517,7 @@
517
517
  "transactionIndex": 0,
518
518
  "gasUsed": "2359612",
519
519
  "logsBloom": "0x00000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000040200000000000000000000000000000000000000000000000000001000000000000000000000000000000000000020000000000000100000800000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000002000000000000000000020000000000000000000000000000000000000000000000000400000000000000000",
520
- "blockHash": "0xf51f0f8429a639c41c98409a30e7055339f71a4557d025ab722f204b5d53c7e2",
520
+ "blockHash": "0x83ccdd79d79cacd2db839dc3942b9bd41cc105ecf2d1aeb2c508e7df6a42f958",
521
521
  "transactionHash": "0x3123be8b80e752f7b96e78007e5423cd94a5e96f3b394c7ef606e3d6b7b0be7b",
522
522
  "logs": [
523
523
  {
@@ -532,7 +532,7 @@
532
532
  ],
533
533
  "data": "0x",
534
534
  "logIndex": 0,
535
- "blockHash": "0xf51f0f8429a639c41c98409a30e7055339f71a4557d025ab722f204b5d53c7e2"
535
+ "blockHash": "0x83ccdd79d79cacd2db839dc3942b9bd41cc105ecf2d1aeb2c508e7df6a42f958"
536
536
  }
537
537
  ],
538
538
  "blockNumber": 3,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keep-network/tbtc-v2",
3
- "version": "0.1.1-dev.4+main.eb81aee2070bc7ec075c974011ac571313a5bfd7",
3
+ "version": "0.1.1-dev.5+main.3acedd01fc600bf979696aa8c68149bd44794418",
4
4
  "license": "MIT",
5
5
  "files": [
6
6
  "artifacts/",
@@ -26,7 +26,7 @@
26
26
  "prepublishOnly": "./scripts/prepare-artifacts.sh --network $npm_config_network"
27
27
  },
28
28
  "dependencies": {
29
- "@keep-network/tbtc": ">1.1.2-dev <1.1.2-ropsten",
29
+ "@keep-network/tbtc": ">1.1.2-dev <1.1.2-pre",
30
30
  "@openzeppelin/contracts": "^4.1.0",
31
31
  "@tenderly/hardhat-tenderly": "^1.0.12",
32
32
  "@thesis/solidity-contracts": "github:thesis/solidity-contracts#4985bcf"