Skip to content

Commit 47c27ab

Browse files
committed
[cow protocol] update abi
1 parent 54c5368 commit 47c27ab

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

src/contracts/abis/Erc20Abi.json

-25
Original file line numberDiff line numberDiff line change
@@ -42,31 +42,6 @@
4242
"stateMutability": "view",
4343
"type": "function"
4444
},
45-
{
46-
"anonymous": false,
47-
"inputs": [
48-
{
49-
"indexed": true,
50-
"internalType": "address",
51-
"name": "from",
52-
"type": "address"
53-
},
54-
{
55-
"indexed": true,
56-
"internalType": "address",
57-
"name": "to",
58-
"type": "address"
59-
},
60-
{
61-
"indexed": false,
62-
"internalType": "uint256",
63-
"name": "value",
64-
"type": "uint256"
65-
}
66-
],
67-
"name": "Transfer",
68-
"type": "event"
69-
},
7045
{
7146
"inputs": [
7247
{

0 commit comments

Comments
 (0)