-
-
Notifications
You must be signed in to change notification settings - Fork 195
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Data 3184 protocol dataset aave prime ethereum aave prime on ethereum…
… 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
1 parent
3371de8
commit af6c996
Showing
29 changed files
with
1,467 additions
and
0 deletions.
There are no files selected for viewing
54 changes: 54 additions & 0 deletions
54
.../parse/table_definitions/aave_v3_prime/PoolConfiguratorInstance_event_ATokenUpgraded.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,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" | ||
} | ||
} |
54 changes: 54 additions & 0 deletions
54
...finitions/aave_v3_prime/PoolConfiguratorInstance_event_AssetBorrowableInEModeChanged.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,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" | ||
} | ||
} |
54 changes: 54 additions & 0 deletions
54
...finitions/aave_v3_prime/PoolConfiguratorInstance_event_AssetCollateralInEModeChanged.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,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" | ||
} | ||
} |
54 changes: 54 additions & 0 deletions
54
...arse/table_definitions/aave_v3_prime/PoolConfiguratorInstance_event_BorrowCapChanged.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,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" | ||
} | ||
} |
43 changes: 43 additions & 0 deletions
43
...efinitions/aave_v3_prime/PoolConfiguratorInstance_event_BorrowableInIsolationChanged.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": 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" | ||
} | ||
} |
43 changes: 43 additions & 0 deletions
43
...le_definitions/aave_v3_prime/PoolConfiguratorInstance_event_BridgeProtocolFeeUpdated.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": 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" | ||
} | ||
} |
65 changes: 65 additions & 0 deletions
65
...initions/aave_v3_prime/PoolConfiguratorInstance_event_CollateralConfigurationChanged.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,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" | ||
} | ||
} |
Oops, something went wrong.