@atomiqlabs/chain-starknet 3.0.0-beta.6 → 3.0.0-beta.7

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.
@@ -16,9 +16,6 @@ export declare const EscrowManagerAbi: readonly [{
16
16
  readonly type: "struct";
17
17
  readonly name: "escrow_manager::structs::escrow::EscrowExecution";
18
18
  readonly members: readonly [{
19
- readonly name: "contract";
20
- readonly type: "core::starknet::contract_address::ContractAddress";
21
- }, {
22
19
  readonly name: "hash";
23
20
  readonly type: "core::felt252";
24
21
  }, {
@@ -25,10 +25,6 @@ exports.EscrowManagerAbi = [
25
25
  "type": "struct",
26
26
  "name": "escrow_manager::structs::escrow::EscrowExecution",
27
27
  "members": [
28
- {
29
- "name": "contract",
30
- "type": "core::starknet::contract_address::ContractAddress"
31
- },
32
28
  {
33
29
  "name": "hash",
34
30
  "type": "core::felt252"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atomiqlabs/chain-starknet",
3
- "version": "3.0.0-beta.6",
3
+ "version": "3.0.0-beta.7",
4
4
  "description": "Starknet specific base implementation",
5
5
  "main": "./dist/index.js",
6
6
  "types:": "./dist/index.d.ts",
@@ -22,10 +22,6 @@ export const EscrowManagerAbi = [
22
22
  "type": "struct",
23
23
  "name": "escrow_manager::structs::escrow::EscrowExecution",
24
24
  "members": [
25
- {
26
- "name": "contract",
27
- "type": "core::starknet::contract_address::ContractAddress"
28
- },
29
25
  {
30
26
  "name": "hash",
31
27
  "type": "core::felt252"