Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(cache): automated cache update - updated addresses #830

Merged
merged 1 commit into from
Feb 11, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions safe.csv
Original file line number Diff line number Diff line change
Expand Up @@ -1668,6 +1668,11 @@ address,name,chainId
0x86AB1C62A8bf868E1b3E1ab87d587Aba6fbCbDC5,AaveV3Base ASSETS ezETH INTEREST_RATE_STRATEGY,8453
0x438e24f5FCDC1A66ecb25D19B5543e0Cb91A44D4,AaveV3Base ASSETS ezETH ORACLE,8453
0xF8F10f39116716e89498c1c5E94137ADa11b2BC7,AaveV3Base ASSETS ezETH STATA_TOKEN,8453
0x6Bb7a212910682DCFdbd5BCBb3e28FB4E8da10Ee,AaveV3Base ASSETS GHO UNDERLYING,8453
0x067ae75628177FD257c2B1e500993e1a0baBcBd1,AaveV3Base ASSETS GHO A_TOKEN,8453
0x38e59ADE183BbEb94583d44213c8f3297e9933e9,AaveV3Base ASSETS GHO V_TOKEN,8453
0x86AB1C62A8bf868E1b3E1ab87d587Aba6fbCbDC5,AaveV3Base ASSETS GHO INTEREST_RATE_STRATEGY,8453
0xfc421aD3C883Bf9E7C4f42dE845C4e4405799e73,AaveV3Base ASSETS GHO ORACLE,8453
0x12DEB4025b79f2B43f6aeF079F9D77C3f9a67bb6,AaveV3Base CAPS_PLUS_RISK_STEWARD,8453
0xBA9424d650A4F5c80a0dA641254d1AcCE2A37057,AaveV3Base COLLECTOR,8453
0xD828E29E2268f56309dDbbAB697ae85DCEb43B9d,AaveV3Base CONFIG_ENGINE,8453
Expand Down
17 changes: 17 additions & 0 deletions src/AaveV3Base.sol
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,23 @@ library AaveV3BaseAssets {

// https://basescan.org/address/0xF8F10f39116716e89498c1c5E94137ADa11b2BC7
address internal constant ezETH_STATA_TOKEN = 0xF8F10f39116716e89498c1c5E94137ADa11b2BC7;

// https://basescan.org/address/0x6Bb7a212910682DCFdbd5BCBb3e28FB4E8da10Ee
address internal constant GHO_UNDERLYING = 0x6Bb7a212910682DCFdbd5BCBb3e28FB4E8da10Ee;

uint8 internal constant GHO_DECIMALS = 18;

// https://basescan.org/address/0x067ae75628177FD257c2B1e500993e1a0baBcBd1
address internal constant GHO_A_TOKEN = 0x067ae75628177FD257c2B1e500993e1a0baBcBd1;

// https://basescan.org/address/0x38e59ADE183BbEb94583d44213c8f3297e9933e9
address internal constant GHO_V_TOKEN = 0x38e59ADE183BbEb94583d44213c8f3297e9933e9;

// https://basescan.org/address/0xfc421aD3C883Bf9E7C4f42dE845C4e4405799e73
address internal constant GHO_ORACLE = 0xfc421aD3C883Bf9E7C4f42dE845C4e4405799e73;

// https://basescan.org/address/0x86AB1C62A8bf868E1b3E1ab87d587Aba6fbCbDC5
address internal constant GHO_INTEREST_RATE_STRATEGY = 0x86AB1C62A8bf868E1b3E1ab87d587Aba6fbCbDC5;
}
library AaveV3BaseEModes {
uint8 internal constant NONE = 0;
Expand Down
9 changes: 9 additions & 0 deletions src/ts/AaveV3Base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,15 @@ export const ASSETS = {
ORACLE: '0x438e24f5FCDC1A66ecb25D19B5543e0Cb91A44D4',
STATA_TOKEN: '0xF8F10f39116716e89498c1c5E94137ADa11b2BC7',
},
GHO: {
decimals: 18,
id: 8,
UNDERLYING: '0x6Bb7a212910682DCFdbd5BCBb3e28FB4E8da10Ee',
A_TOKEN: '0x067ae75628177FD257c2B1e500993e1a0baBcBd1',
V_TOKEN: '0x38e59ADE183BbEb94583d44213c8f3297e9933e9',
INTEREST_RATE_STRATEGY: '0x86AB1C62A8bf868E1b3E1ab87d587Aba6fbCbDC5',
ORACLE: '0xfc421aD3C883Bf9E7C4f42dE845C4e4405799e73',
},
} as const;
export const E_MODES = {
'1': {
Expand Down
26 changes: 24 additions & 2 deletions tokenlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -4396,6 +4396,28 @@
"underlyingAToken": "0xDD5745756C2de109183c6B5bB886F9207bEF114D"
}
},
{
"chainId": 8453,
"address": "0x6Bb7a212910682DCFdbd5BCBb3e28FB4E8da10Ee",
"name": "Gho Token",
"decimals": 18,
"symbol": "GHO",
"tags": ["underlying"],
"logoURI": "https://raw.githubusercontent.com/bgd-labs/web3-icons/main/icons/full/gho.svg"
},
{
"chainId": 8453,
"address": "0x067ae75628177FD257c2B1e500993e1a0baBcBd1",
"name": "Aave Base GHO",
"decimals": 18,
"symbol": "aBasGHO",
"tags": ["aTokenV3", "aaveV3"],
"logoURI": "https://raw.githubusercontent.com/bgd-labs/web3-icons/main/icons/full/agho.svg",
"extensions": {
"pool": "0xA238Dd80C259a72e81d7e4664a9801593F98d1c5",
"underlying": "0x6Bb7a212910682DCFdbd5BCBb3e28FB4E8da10Ee"
}
},
{
"chainId": 1088,
"address": "0x4c078361FC9BbB78DF910800A991C7c3DD2F6ce0",
Expand Down Expand Up @@ -7404,6 +7426,6 @@
}
}
],
"version": { "major": 3, "minor": 0, "patch": 80 },
"timestamp": "2025-01-30T12:01:43.440Z"
"version": { "major": 3, "minor": 0, "patch": 81 },
"timestamp": "2025-02-11T00:13:11.255Z"
}
Loading