From 689f7156d42c0038f5fe0b8b481de1c32a15f101 Mon Sep 17 00:00:00 2001 From: wderose Date: Thu, 15 Aug 2024 16:27:23 -0700 Subject: [PATCH] Add Cove GaugeFactory deployment event (#773) --- ...GaugeFactory_event_CoveGaugesDeployed.json | 65 +++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 dags/resources/stages/parse/table_definitions/cove/CoveYearnGaugeFactory_event_CoveGaugesDeployed.json diff --git a/dags/resources/stages/parse/table_definitions/cove/CoveYearnGaugeFactory_event_CoveGaugesDeployed.json b/dags/resources/stages/parse/table_definitions/cove/CoveYearnGaugeFactory_event_CoveGaugesDeployed.json new file mode 100644 index 00000000..1cfe4e44 --- /dev/null +++ b/dags/resources/stages/parse/table_definitions/cove/CoveYearnGaugeFactory_event_CoveGaugesDeployed.json @@ -0,0 +1,65 @@ +{ + "parser": { + "abi": { + "anonymous": false, + "inputs": [ + { + "indexed": false, + "internalType": "address", + "name": "yearnGauge", + "type": "address" + }, + { + "indexed": false, + "internalType": "address", + "name": "coveYearnStrategy", + "type": "address" + }, + { + "indexed": false, + "internalType": "address", + "name": "autoCompoundingGauge", + "type": "address" + }, + { + "indexed": false, + "internalType": "address", + "name": "nonAutoCompoundingGauge", + "type": "address" + } + ], + "name": "CoveGaugesDeployed", + "type": "event" + }, + "contract_address": "0x842b22eb2a1c1c54344eddbe6959f787c2d15844", + "field_mapping": {}, + "type": "log" + }, + "table": { + "dataset_name": "cove", + "schema": [ + { + "description": "", + "name": "yearnGauge", + "type": "STRING" + }, + { + "description": "", + "name": "coveYearnStrategy", + "type": "STRING" + }, + { + "description": "", + "name": "autoCompoundingGauge", + "type": "STRING" + }, + { + "description": "", + "name": "nonAutoCompoundingGauge", + "type": "STRING" + } + ], + "table_description": "", + "table_name": "CoveYearnGaugeFactory_event_CoveGaugesDeployed" + } +} \ No newline at end of file