@inco/js 0.1.22 → 0.1.23

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,12 +1,4 @@
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
- }, {
10
2
  readonly type: "function";
11
3
  readonly inputs: readonly [{
12
4
  readonly name: "a";
@@ -12437,17 +12437,6 @@ 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
- },
12451
12440
  {
12452
12441
  type: "function",
12453
12442
  inputs: [{ name: "a", internalType: "euint256", type: "bytes32" }],
@@ -12386,17 +12386,6 @@ 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
- },
12400
12389
  {
12401
12390
  type: "function",
12402
12391
  inputs: [{ name: "a", internalType: "euint256", type: "bytes32" }],