Skip to content

Commit

Permalink
fix: abi
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanAmenechi committed Sep 26, 2022
1 parent 4a379a0 commit cced229
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions artifacts/CTFExchange.json
Original file line number Diff line number Diff line change
Expand Up @@ -223,13 +223,13 @@
{
"indexed": false,
"internalType": "uint256",
"name": "filled",
"name": "makerAmountFilled",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "remaining",
"name": "takerAmountFilled",
"type": "uint256"
},
{
Expand Down

0 comments on commit cced229

Please sign in to comment.