@inco/js 0.1.38 → 0.1.40

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.
@@ -2416,6 +2416,18 @@ export declare const deployUtilsAbi: readonly [{
2416
2416
  readonly name: "pepper";
2417
2417
  readonly internalType: "string";
2418
2418
  readonly type: "string";
2419
+ }, {
2420
+ readonly name: "majorVersion";
2421
+ readonly internalType: "uint8";
2422
+ readonly type: "uint8";
2423
+ }, {
2424
+ readonly name: "minorVersion";
2425
+ readonly internalType: "uint8";
2426
+ readonly type: "uint8";
2427
+ }, {
2428
+ readonly name: "patchVersion";
2429
+ readonly internalType: "uint8";
2430
+ readonly type: "uint8";
2419
2431
  }];
2420
2432
  readonly name: "computeIncoLightningAddress";
2421
2433
  readonly outputs: readonly [{
@@ -8323,6 +8335,18 @@ export declare const incoTestAbi: readonly [{
8323
8335
  readonly name: "pepper";
8324
8336
  readonly internalType: "string";
8325
8337
  readonly type: "string";
8338
+ }, {
8339
+ readonly name: "majorVersion";
8340
+ readonly internalType: "uint8";
8341
+ readonly type: "uint8";
8342
+ }, {
8343
+ readonly name: "minorVersion";
8344
+ readonly internalType: "uint8";
8345
+ readonly type: "uint8";
8346
+ }, {
8347
+ readonly name: "patchVersion";
8348
+ readonly internalType: "uint8";
8349
+ readonly type: "uint8";
8326
8350
  }];
8327
8351
  readonly name: "computeIncoLightningAddress";
8328
8352
  readonly outputs: readonly [{
@@ -10761,6 +10785,18 @@ export declare const testAddTwoAbi: readonly [{
10761
10785
  readonly name: "pepper";
10762
10786
  readonly internalType: "string";
10763
10787
  readonly type: "string";
10788
+ }, {
10789
+ readonly name: "majorVersion";
10790
+ readonly internalType: "uint8";
10791
+ readonly type: "uint8";
10792
+ }, {
10793
+ readonly name: "minorVersion";
10794
+ readonly internalType: "uint8";
10795
+ readonly type: "uint8";
10796
+ }, {
10797
+ readonly name: "patchVersion";
10798
+ readonly internalType: "uint8";
10799
+ readonly type: "uint8";
10764
10800
  }];
10765
10801
  readonly name: "computeIncoLightningAddress";
10766
10802
  readonly outputs: readonly [{
@@ -11815,6 +11851,18 @@ export declare const testDeployAbi: readonly [{
11815
11851
  readonly name: "pepper";
11816
11852
  readonly internalType: "string";
11817
11853
  readonly type: "string";
11854
+ }, {
11855
+ readonly name: "majorVersion";
11856
+ readonly internalType: "uint8";
11857
+ readonly type: "uint8";
11858
+ }, {
11859
+ readonly name: "minorVersion";
11860
+ readonly internalType: "uint8";
11861
+ readonly type: "uint8";
11862
+ }, {
11863
+ readonly name: "patchVersion";
11864
+ readonly internalType: "uint8";
11865
+ readonly type: "uint8";
11818
11866
  }];
11819
11867
  readonly name: "computeIncoLightningAddress";
11820
11868
  readonly outputs: readonly [{
@@ -12794,6 +12842,18 @@ export declare const testFakeInfraAbi: readonly [{
12794
12842
  readonly name: "pepper";
12795
12843
  readonly internalType: "string";
12796
12844
  readonly type: "string";
12845
+ }, {
12846
+ readonly name: "majorVersion";
12847
+ readonly internalType: "uint8";
12848
+ readonly type: "uint8";
12849
+ }, {
12850
+ readonly name: "minorVersion";
12851
+ readonly internalType: "uint8";
12852
+ readonly type: "uint8";
12853
+ }, {
12854
+ readonly name: "patchVersion";
12855
+ readonly internalType: "uint8";
12856
+ readonly type: "uint8";
12797
12857
  }];
12798
12858
  readonly name: "computeIncoLightningAddress";
12799
12859
  readonly outputs: readonly [{