Skip to content

Commit b62e317

Browse files
committed
fix: add/remove missing and obsolete abis
1 parent dbe0c3f commit b62e317

7 files changed

+36
-1183
lines changed

abi/ArbitrableTCRView.json

-80
This file was deleted.

abi/BytesLib.json

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[]

abi/ERC165.json

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
[
2+
{
3+
"inputs": [],
4+
"payable": false,
5+
"stateMutability": "nonpayable",
6+
"type": "constructor"
7+
},
8+
{
9+
"constant": true,
10+
"inputs": [
11+
{
12+
"internalType": "bytes4",
13+
"name": "interfaceId",
14+
"type": "bytes4"
15+
}
16+
],
17+
"name": "supportsInterface",
18+
"outputs": [
19+
{
20+
"internalType": "bool",
21+
"name": "",
22+
"type": "bool"
23+
}
24+
],
25+
"payable": false,
26+
"stateMutability": "view",
27+
"type": "function"
28+
}
29+
]

0 commit comments

Comments
 (0)