Skip to content

Commit

Permalink
Revert "Updating json file for getReserves call function (nansen-ai#309
Browse files Browse the repository at this point in the history
  • Loading branch information
charlielewisme authored Jul 4, 2024
1 parent 6aa7c6d commit 8334076
Showing 1 changed file with 4 additions and 49 deletions.
53 changes: 4 additions & 49 deletions parse/table_definitions_base/aerodrome/Pool_call_getReserves.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,58 +24,13 @@
"type": "function"
},
"contract_address": "SELECT pool FROM ref('PoolFactory_event_PoolCreated')",
"field_mapping": {
"_reserve0": "reserve0",
"_reserve1": "reserve1",
"_blockTimestampLast": "blockTimestampLast"
},
"field_mapping": {},
"type": "trace"
},
"table": {
"dataset_name": "aerodrome",
"schema": [
{
"name": "block_timestamp",
"type": "TIMESTAMP"
},
{
"name": "block_number",
"type": "INTEGER"
},
{
"name": "transaction_hash",
"type": "STRING"
},
{
"name": "transaction_index",
"type": "INTEGER"
},
{
"name": "trace_address",
"type": "STRING"
},
{
"name": "to_address",
"type": "STRING"
},
{
"name": "status",
"type": "INTEGER"
},
{
"name": "reserve0",
"type": "STRING"
},
{
"name": "reserve1",
"type": "STRING"
},
{
"name": "blockTimestampLast",
"type": "STRING"
}
],
"table_description": "Table containing the reserves of the pool",
"schema": [],
"table_description": "",
"table_name": "Pool_call_getReserves"
}
}
}

0 comments on commit 8334076

Please sign in to comment.