Skip to content

Commit

Permalink
rebuild and gas report
Browse files Browse the repository at this point in the history
  • Loading branch information
alvrs committed Sep 12, 2023
1 parent d32e4e7 commit 886dea4
Show file tree
Hide file tree
Showing 86 changed files with 4,688 additions and 45 deletions.
21 changes: 21 additions & 0 deletions packages/store/abi/ERC165.sol/ERC165.abi.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
[
{
"inputs": [
{
"internalType": "bytes4",
"name": "interfaceID",
"type": "bytes4"
}
],
"name": "supportsInterface",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "view",
"type": "function"
}
]
22 changes: 22 additions & 0 deletions packages/store/abi/ERC165.sol/ERC165.abi.json.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
declare const abi: [
{
inputs: [
{
internalType: "bytes4";
name: "interfaceID";
type: "bytes4";
}
];
name: "supportsInterface";
outputs: [
{
internalType: "bool";
name: "";
type: "bool";
}
];
stateMutability: "view";
type: "function";
}
];
export default abi;
19 changes: 19 additions & 0 deletions packages/store/abi/EchoSubscriber.sol/EchoSubscriber.abi.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,5 +179,24 @@
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes4",
"name": "interfaceId",
"type": "bytes4"
}
],
"name": "supportsInterface",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "pure",
"type": "function"
}
]
19 changes: 19 additions & 0 deletions packages/store/abi/EchoSubscriber.sol/EchoSubscriber.abi.json.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,25 @@ declare const abi: [
outputs: [];
stateMutability: "nonpayable";
type: "function";
},
{
inputs: [
{
internalType: "bytes4";
name: "interfaceId";
type: "bytes4";
}
];
name: "supportsInterface";
outputs: [
{
internalType: "bool";
name: "";
type: "bool";
}
];
stateMutability: "pure";
type: "function";
}
];
export default abi;
Original file line number Diff line number Diff line change
Expand Up @@ -166,5 +166,24 @@
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes4",
"name": "interfaceID",
"type": "bytes4"
}
],
"name": "supportsInterface",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "view",
"type": "function"
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,25 @@ declare const abi: [
outputs: [];
stateMutability: "nonpayable";
type: "function";
},
{
inputs: [
{
internalType: "bytes4";
name: "interfaceID";
type: "bytes4";
}
];
name: "supportsInterface";
outputs: [
{
internalType: "bool";
name: "";
type: "bool";
}
];
stateMutability: "view";
type: "function";
}
];
export default abi;
19 changes: 19 additions & 0 deletions packages/store/abi/MirrorSubscriber.sol/MirrorSubscriber.abi.json
Original file line number Diff line number Diff line change
Expand Up @@ -261,5 +261,24 @@
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes4",
"name": "interfaceId",
"type": "bytes4"
}
],
"name": "supportsInterface",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "pure",
"type": "function"
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,25 @@ declare const abi: [
outputs: [];
stateMutability: "nonpayable";
type: "function";
},
{
inputs: [
{
internalType: "bytes4";
name: "interfaceId";
type: "bytes4";
}
];
name: "supportsInterface";
outputs: [
{
internalType: "bool";
name: "";
type: "bool";
}
];
stateMutability: "pure";
type: "function";
}
];
export default abi;
19 changes: 19 additions & 0 deletions packages/store/abi/RevertSubscriber.sol/RevertSubscriber.abi.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,5 +166,24 @@
"outputs": [],
"stateMutability": "pure",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes4",
"name": "interfaceId",
"type": "bytes4"
}
],
"name": "supportsInterface",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "pure",
"type": "function"
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,25 @@ declare const abi: [
outputs: [];
stateMutability: "pure";
type: "function";
},
{
inputs: [
{
internalType: "bytes4";
name: "interfaceId";
type: "bytes4";
}
];
name: "supportsInterface";
outputs: [
{
internalType: "bool";
name: "";
type: "bool";
}
];
stateMutability: "pure";
type: "function";
}
];
export default abi;
Loading

0 comments on commit 886dea4

Please sign in to comment.