Skip to content

Commit

Permalink
add LogCollectedFees (ArrakisV2) (#761)
Browse files Browse the repository at this point in the history
* removing deprecating feeds

* add ArrakisV2_event_LogCollectedFees.json

---------

Co-authored-by: qshao-gauntlet <[email protected]>
Co-authored-by: Qi Shao <[email protected]>
Co-authored-by: prateekeng <[email protected]>
Co-authored-by: walter <[email protected]>
Co-authored-by: zigzag2002 <[email protected]>
Co-authored-by: katiebk <[email protected]>
  • Loading branch information
7 people authored Jul 9, 2024
1 parent 2abda50 commit a828d12
Showing 1 changed file with 43 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "uint256",
"name": "fee0",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "fee1",
"type": "uint256"
}
],
"name": "LogCollectedFees",
"type": "event"
},
"contract_address": "0x7f346f1eb7a65ff83f51b3fd76dcc70979e6df38",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "arrakis",
"schema": [
{
"description": "",
"name": "fee0",
"type": "STRING"
},
{
"description": "",
"name": "fee1",
"type": "STRING"
}
],
"table_description": "",
"table_name": "ArrakisV2_event_LogCollectedFees"
}
}

0 comments on commit a828d12

Please sign in to comment.