@inco/js 0.1.23 → 0.1.24

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.
@@ -1,4 +1,12 @@
1
1
  export declare const addTwoAbi: readonly [{
2
+ readonly type: "constructor";
3
+ readonly inputs: readonly [{
4
+ readonly name: "_inco";
5
+ readonly internalType: "contract IncoLightning";
6
+ readonly type: "address";
7
+ }];
8
+ readonly stateMutability: "nonpayable";
9
+ }, {
2
10
  readonly type: "function";
3
11
  readonly inputs: readonly [{
4
12
  readonly name: "a";
@@ -12437,6 +12437,17 @@ var stdStorageSafeAbi = [
12437
12437
  ];
12438
12438
  // src/generated/abis/addTwo.ts
12439
12439
  var addTwoAbi = [
12440
+ {
12441
+ type: "constructor",
12442
+ inputs: [
12443
+ {
12444
+ name: "_inco",
12445
+ internalType: "contract IncoLightning",
12446
+ type: "address"
12447
+ }
12448
+ ],
12449
+ stateMutability: "nonpayable"
12450
+ },
12440
12451
  {
12441
12452
  type: "function",
12442
12453
  inputs: [{ name: "a", internalType: "euint256", type: "bytes32" }],
@@ -12386,6 +12386,17 @@ var stdStorageSafeAbi = [
12386
12386
  ];
12387
12387
  // src/generated/abis/addTwo.ts
12388
12388
  var addTwoAbi = [
12389
+ {
12390
+ type: "constructor",
12391
+ inputs: [
12392
+ {
12393
+ name: "_inco",
12394
+ internalType: "contract IncoLightning",
12395
+ type: "address"
12396
+ }
12397
+ ],
12398
+ stateMutability: "nonpayable"
12399
+ },
12389
12400
  {
12390
12401
  type: "function",
12391
12402
  inputs: [{ name: "a", internalType: "euint256", type: "bytes32" }],