@wormhole-foundation/sdk-aptos-tokenbridge 0.7.3-beta.0 → 0.8.0-beta.0

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.
@@ -75,7 +75,7 @@ class AptosTokenBridge {
75
75
  await this.connection.getTableItem(handle, {
76
76
  key_type: "vector<u8>",
77
77
  value_type: "u8",
78
- key: `0x${Buffer.from((0, sdk_connect_1.keccak256)(vaa.hash)).toString('hex')}`,
78
+ key: `0x${Buffer.from((0, sdk_connect_1.keccak256)(vaa.hash)).toString("hex")}`,
79
79
  });
80
80
  return true;
81
81
  }
@@ -72,7 +72,7 @@ export class AptosTokenBridge {
72
72
  await this.connection.getTableItem(handle, {
73
73
  key_type: "vector<u8>",
74
74
  value_type: "u8",
75
- key: `0x${Buffer.from(keccak256(vaa.hash)).toString('hex')}`,
75
+ key: `0x${Buffer.from(keccak256(vaa.hash)).toString("hex")}`,
76
76
  });
77
77
  return true;
78
78
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wormhole-foundation/sdk-aptos-tokenbridge",
3
- "version": "0.7.3-beta.0",
3
+ "version": "0.8.0-beta.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
@@ -45,8 +45,8 @@
45
45
  "prettier": "prettier --write ./src"
46
46
  },
47
47
  "dependencies": {
48
- "@wormhole-foundation/sdk-connect": "0.7.3-beta.0",
49
- "@wormhole-foundation/sdk-aptos": "0.7.3-beta.0"
48
+ "@wormhole-foundation/sdk-connect": "0.8.0-beta.0",
49
+ "@wormhole-foundation/sdk-aptos": "0.8.0-beta.0"
50
50
  },
51
51
  "type": "module",
52
52
  "exports": {