@snowbridge/contract-types 0.1.48-alpha.2 → 0.1.49

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.
@@ -378,15 +378,15 @@ export declare class IGatewayV2__factory {
378
378
  readonly inputs: readonly [];
379
379
  }, {
380
380
  readonly type: "error";
381
- readonly name: "InsufficientValue";
381
+ readonly name: "InsufficientGasLimit";
382
382
  readonly inputs: readonly [];
383
383
  }, {
384
384
  readonly type: "error";
385
- readonly name: "InvalidAsset";
385
+ readonly name: "InsufficientValue";
386
386
  readonly inputs: readonly [];
387
387
  }, {
388
388
  readonly type: "error";
389
- readonly name: "InvalidFee";
389
+ readonly name: "InvalidAsset";
390
390
  readonly inputs: readonly [];
391
391
  }, {
392
392
  readonly type: "error";
@@ -492,17 +492,17 @@ const _abi = [
492
492
  },
493
493
  {
494
494
  type: "error",
495
- name: "InsufficientValue",
495
+ name: "InsufficientGasLimit",
496
496
  inputs: [],
497
497
  },
498
498
  {
499
499
  type: "error",
500
- name: "InvalidAsset",
500
+ name: "InsufficientValue",
501
501
  inputs: [],
502
502
  },
503
503
  {
504
504
  type: "error",
505
- name: "InvalidFee",
505
+ name: "InvalidAsset",
506
506
  inputs: [],
507
507
  },
508
508
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snowbridge/contract-types",
3
- "version": "0.1.48-alpha.2",
3
+ "version": "0.1.49",
4
4
  "description": "Snowbridge contract type bindings",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {