forked from blockchain-etl/ethereum-etl-airflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'blockchain-etl:master' into master
- Loading branch information
Showing
4 changed files
with
95 additions
and
1 deletion.
There are no files selected for viewing
19 changes: 19 additions & 0 deletions
19
...ages/parse/table_definitions/balancer/GearboxLinearPoolFactory_event_FactoryDisabled.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"parser": { | ||
"abi": { | ||
"anonymous": false, | ||
"inputs": [], | ||
"name": "FactoryDisabled", | ||
"type": "event" | ||
}, | ||
"contract_address": "SELECT * FROM UNNEST(['0x39a79eb449fc05c92c39aa6f0e9bfac03be8de5b', '0x2ebe41e1aa44d61c206a94474932dadc7d3fd9e3'])", | ||
"field_mapping": {}, | ||
"type": "log" | ||
}, | ||
"table": { | ||
"dataset_name": "balancer", | ||
"schema": [], | ||
"table_description": "", | ||
"table_name": "GearboxLinearPoolFactory_event_FactoryDisabled" | ||
} | ||
} |
43 changes: 43 additions & 0 deletions
43
...e/table_definitions/balancer/GearboxLinearPoolFactory_event_GearboxLinearPoolCreated.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
{ | ||
"parser": { | ||
"abi": { | ||
"anonymous": false, | ||
"inputs": [ | ||
{ | ||
"indexed": true, | ||
"internalType": "address", | ||
"name": "pool", | ||
"type": "address" | ||
}, | ||
{ | ||
"indexed": true, | ||
"internalType": "uint256", | ||
"name": "protocolId", | ||
"type": "uint256" | ||
} | ||
], | ||
"name": "GearboxLinearPoolCreated", | ||
"type": "event" | ||
}, | ||
"contract_address": "SELECT * FROM UNNEST(['0x39a79eb449fc05c92c39aa6f0e9bfac03be8de5b', '0x2ebe41e1aa44d61c206a94474932dadc7d3fd9e3'])", | ||
"field_mapping": {}, | ||
"type": "log" | ||
}, | ||
"table": { | ||
"dataset_name": "balancer", | ||
"schema": [ | ||
{ | ||
"description": "", | ||
"name": "pool", | ||
"type": "STRING" | ||
}, | ||
{ | ||
"description": "", | ||
"name": "protocolId", | ||
"type": "STRING" | ||
} | ||
], | ||
"table_description": "", | ||
"table_name": "GearboxLinearPoolFactory_event_GearboxLinearPoolCreated" | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
...s/stages/parse/table_definitions/balancer/GearboxLinearPoolFactory_event_PoolCreated.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"parser": { | ||
"abi": { | ||
"anonymous": false, | ||
"inputs": [ | ||
{ | ||
"indexed": true, | ||
"internalType": "address", | ||
"name": "pool", | ||
"type": "address" | ||
} | ||
], | ||
"name": "PoolCreated", | ||
"type": "event" | ||
}, | ||
"contract_address": "SELECT * FROM UNNEST(['0x39a79eb449fc05c92c39aa6f0e9bfac03be8de5b', '0x2ebe41e1aa44d61c206a94474932dadc7d3fd9e3'])", | ||
"field_mapping": {}, | ||
"type": "log" | ||
}, | ||
"table": { | ||
"dataset_name": "balancer", | ||
"schema": [ | ||
{ | ||
"description": "", | ||
"name": "pool", | ||
"type": "STRING" | ||
} | ||
], | ||
"table_description": "", | ||
"table_name": "GearboxLinearPoolFactory_event_PoolCreated" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters