@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: "
|
|
381
|
+
readonly name: "InsufficientGasLimit";
|
|
382
382
|
readonly inputs: readonly [];
|
|
383
383
|
}, {
|
|
384
384
|
readonly type: "error";
|
|
385
|
-
readonly name: "
|
|
385
|
+
readonly name: "InsufficientValue";
|
|
386
386
|
readonly inputs: readonly [];
|
|
387
387
|
}, {
|
|
388
388
|
readonly type: "error";
|
|
389
|
-
readonly name: "
|
|
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: "
|
|
495
|
+
name: "InsufficientGasLimit",
|
|
496
496
|
inputs: [],
|
|
497
497
|
},
|
|
498
498
|
{
|
|
499
499
|
type: "error",
|
|
500
|
-
name: "
|
|
500
|
+
name: "InsufficientValue",
|
|
501
501
|
inputs: [],
|
|
502
502
|
},
|
|
503
503
|
{
|
|
504
504
|
type: "error",
|
|
505
|
-
name: "
|
|
505
|
+
name: "InvalidAsset",
|
|
506
506
|
inputs: [],
|
|
507
507
|
},
|
|
508
508
|
{
|