Skip to content

Commit

Permalink
Data 3184 protocol dataset aave prime ethereum aave prime on ethereum…
Browse files Browse the repository at this point in the history
… dataset backed by legacy config driven etl (#809)

* removing deprecating feeds

* Add static json files for AAVE v3 prime

* Remove PoolInstance json files for now

* Remove dataset_name from json files

* Add aave_v3_prime as the dataset name

---------

Co-authored-by: qshao-gauntlet <qi.shao@gauntlet.network>
Co-authored-by: Qi Shao <123761078+qshao-gauntlet@users.noreply.github.com>
Co-authored-by: prateekeng <118216760+prateekeng@users.noreply.github.com>
Co-authored-by: walter <87556716+ringwraith10@users.noreply.github.com>
  • Loading branch information
5 people authored Jan 14, 2025
1 parent 3371de8 commit af6c996
Show file tree
Hide file tree
Showing 29 changed files with 1,467 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "asset",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "proxy",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "implementation",
"type": "address"
}
],
"name": "ATokenUpgraded",
"type": "event"
},
"contract_address": "0x4816b2c2895f97fb918f1ae7da403750a0ee372e",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "aave_v3_prime",
"schema": [
{
"description": "",
"name": "asset",
"type": "STRING"
},
{
"description": "",
"name": "proxy",
"type": "STRING"
},
{
"description": "",
"name": "implementation",
"type": "STRING"
}
],
"table_description": "",
"table_name": "PoolConfiguratorInstance_event_ATokenUpgraded"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "asset",
"type": "address"
},
{
"indexed": false,
"internalType": "uint8",
"name": "categoryId",
"type": "uint8"
},
{
"indexed": false,
"internalType": "bool",
"name": "borrowable",
"type": "bool"
}
],
"name": "AssetBorrowableInEModeChanged",
"type": "event"
},
"contract_address": "0x4816b2c2895f97fb918f1ae7da403750a0ee372e",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "aave_v3_prime",
"schema": [
{
"description": "",
"name": "asset",
"type": "STRING"
},
{
"description": "",
"name": "categoryId",
"type": "STRING"
},
{
"description": "",
"name": "borrowable",
"type": "STRING"
}
],
"table_description": "",
"table_name": "PoolConfiguratorInstance_event_AssetBorrowableInEModeChanged"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "asset",
"type": "address"
},
{
"indexed": false,
"internalType": "uint8",
"name": "categoryId",
"type": "uint8"
},
{
"indexed": false,
"internalType": "bool",
"name": "collateral",
"type": "bool"
}
],
"name": "AssetCollateralInEModeChanged",
"type": "event"
},
"contract_address": "0x4816b2c2895f97fb918f1ae7da403750a0ee372e",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "aave_v3_prime",
"schema": [
{
"description": "",
"name": "asset",
"type": "STRING"
},
{
"description": "",
"name": "categoryId",
"type": "STRING"
},
{
"description": "",
"name": "collateral",
"type": "STRING"
}
],
"table_description": "",
"table_name": "PoolConfiguratorInstance_event_AssetCollateralInEModeChanged"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "asset",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "oldBorrowCap",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "newBorrowCap",
"type": "uint256"
}
],
"name": "BorrowCapChanged",
"type": "event"
},
"contract_address": "0x4816b2c2895f97fb918f1ae7da403750a0ee372e",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "aave_v3_prime",
"schema": [
{
"description": "",
"name": "asset",
"type": "STRING"
},
{
"description": "",
"name": "oldBorrowCap",
"type": "STRING"
},
{
"description": "",
"name": "newBorrowCap",
"type": "STRING"
}
],
"table_description": "",
"table_name": "PoolConfiguratorInstance_event_BorrowCapChanged"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "address",
"name": "asset",
"type": "address"
},
{
"indexed": false,
"internalType": "bool",
"name": "borrowable",
"type": "bool"
}
],
"name": "BorrowableInIsolationChanged",
"type": "event"
},
"contract_address": "0x4816b2c2895f97fb918f1ae7da403750a0ee372e",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "aave_v3_prime",
"schema": [
{
"description": "",
"name": "asset",
"type": "STRING"
},
{
"description": "",
"name": "borrowable",
"type": "STRING"
}
],
"table_description": "",
"table_name": "PoolConfiguratorInstance_event_BorrowableInIsolationChanged"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "uint256",
"name": "oldBridgeProtocolFee",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "newBridgeProtocolFee",
"type": "uint256"
}
],
"name": "BridgeProtocolFeeUpdated",
"type": "event"
},
"contract_address": "0x4816b2c2895f97fb918f1ae7da403750a0ee372e",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "aave_v3_prime",
"schema": [
{
"description": "",
"name": "oldBridgeProtocolFee",
"type": "STRING"
},
{
"description": "",
"name": "newBridgeProtocolFee",
"type": "STRING"
}
],
"table_description": "",
"table_name": "PoolConfiguratorInstance_event_BridgeProtocolFeeUpdated"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"parser": {
"abi": {
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "asset",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "ltv",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "liquidationThreshold",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "liquidationBonus",
"type": "uint256"
}
],
"name": "CollateralConfigurationChanged",
"type": "event"
},
"contract_address": "0x4816b2c2895f97fb918f1ae7da403750a0ee372e",
"field_mapping": {},
"type": "log"
},
"table": {
"dataset_name": "aave_v3_prime",
"schema": [
{
"description": "",
"name": "asset",
"type": "STRING"
},
{
"description": "",
"name": "ltv",
"type": "STRING"
},
{
"description": "",
"name": "liquidationThreshold",
"type": "STRING"
},
{
"description": "",
"name": "liquidationBonus",
"type": "STRING"
}
],
"table_description": "",
"table_name": "PoolConfiguratorInstance_event_CollateralConfigurationChanged"
}
}
Loading

0 comments on commit af6c996

Please sign in to comment.