Skip to content

Commit

Permalink
chore(cache): automated cache update (#462)
Browse files Browse the repository at this point in the history
Co-authored-by: sakulstra <sakulstra@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and sakulstra authored Jun 6, 2024
1 parent e87e5b5 commit 57dc540
Show file tree
Hide file tree
Showing 4 changed files with 74 additions and 4 deletions.
21 changes: 21 additions & 0 deletions src/AaveV3Ethereum.sol
Original file line number Diff line number Diff line change
Expand Up @@ -757,6 +757,27 @@ library AaveV3EthereumAssets {
// https://etherscan.io/address/0x48AF11111764E710fcDcE2750db848C63edab57B
address internal constant osETH_INTEREST_RATE_STRATEGY =
0x48AF11111764E710fcDcE2750db848C63edab57B;

// https://etherscan.io/address/0x4c9EDD5852cd905f086C759E8383e09bff1E68B3
address internal constant USDe_UNDERLYING = 0x4c9EDD5852cd905f086C759E8383e09bff1E68B3;

uint8 internal constant USDe_DECIMALS = 18;

// https://etherscan.io/address/0x4F5923Fc5FD4a93352581b38B7cD26943012DECF
address internal constant USDe_A_TOKEN = 0x4F5923Fc5FD4a93352581b38B7cD26943012DECF;

// https://etherscan.io/address/0x015396E1F286289aE23a762088E863b3ec465145
address internal constant USDe_V_TOKEN = 0x015396E1F286289aE23a762088E863b3ec465145;

// https://etherscan.io/address/0x43Cc8AD0c223b38D9c04802bB184A2D97e497D38
address internal constant USDe_S_TOKEN = 0x43Cc8AD0c223b38D9c04802bB184A2D97e497D38;

// https://etherscan.io/address/0x55B6C4D3E8A27b8A1F5a263321b602e0fdEEcC17
address internal constant USDe_ORACLE = 0x55B6C4D3E8A27b8A1F5a263321b602e0fdEEcC17;

// https://etherscan.io/address/0x4011fcd421b9E90f131B164EC1d162DBE269621C
address internal constant USDe_INTEREST_RATE_STRATEGY =
0x4011fcd421b9E90f131B164EC1d162DBE269621C;
}

library AaveV3EthereumEModes {
Expand Down
9 changes: 9 additions & 0 deletions src/ts/AaveV3Ethereum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,15 @@ export const ASSETS = {
INTEREST_RATE_STRATEGY: '0x48AF11111764E710fcDcE2750db848C63edab57B',
ORACLE: '0x0A2AF898cEc35197e6944D9E0F525C2626393442',
},
USDe: {
decimals: 18,
UNDERLYING: '0x4c9EDD5852cd905f086C759E8383e09bff1E68B3',
A_TOKEN: '0x4F5923Fc5FD4a93352581b38B7cD26943012DECF',
S_TOKEN: '0x43Cc8AD0c223b38D9c04802bB184A2D97e497D38',
V_TOKEN: '0x015396E1F286289aE23a762088E863b3ec465145',
INTEREST_RATE_STRATEGY: '0x4011fcd421b9E90f131B164EC1d162DBE269621C',
ORACLE: '0x55B6C4D3E8A27b8A1F5a263321b602e0fdEEcC17',
},
} as const;
export const E_MODES = {
NONE: 0,
Expand Down
24 changes: 22 additions & 2 deletions src/ts/tokenlist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2348,6 +2348,26 @@ export const tokenlist = {
underlying: '0xf1C9acDc66974dFB6dEcB12aA385b9cD01190E38',
},
},
{
chainId: 1,
address: '0x4c9EDD5852cd905f086C759E8383e09bff1E68B3',
name: 'USDe',
decimals: 18,
symbol: 'USDe',
tags: ['underlying'],
},
{
chainId: 1,
address: '0x4F5923Fc5FD4a93352581b38B7cD26943012DECF',
name: 'Aave Ethereum USDe',
decimals: 18,
symbol: 'aEthUSDe',
tags: ['aTokenV3', 'aaveV3'],
extensions: {
pool: '0x87870Bca3F3fD6335C3F4ce8392D69350B4fA4E2',
underlying: '0x4c9EDD5852cd905f086C759E8383e09bff1E68B3',
},
},
{
chainId: 137,
address: '0x82E64f49Ed5EC1bC6e43DAD4FC8Af9bb3A2312EE',
Expand Down Expand Up @@ -6025,6 +6045,6 @@ export const tokenlist = {
},
},
],
version: {major: 3, minor: 0, patch: 18},
timestamp: '2024-06-04T00:10:45.852Z',
version: {major: 3, minor: 0, patch: 19},
timestamp: '2024-06-06T16:07:33.483Z',
};
24 changes: 22 additions & 2 deletions tokenlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -2348,6 +2348,26 @@
"underlying": "0xf1C9acDc66974dFB6dEcB12aA385b9cD01190E38"
}
},
{
"chainId": 1,
"address": "0x4c9EDD5852cd905f086C759E8383e09bff1E68B3",
"name": "USDe",
"decimals": 18,
"symbol": "USDe",
"tags": ["underlying"]
},
{
"chainId": 1,
"address": "0x4F5923Fc5FD4a93352581b38B7cD26943012DECF",
"name": "Aave Ethereum USDe",
"decimals": 18,
"symbol": "aEthUSDe",
"tags": ["aTokenV3", "aaveV3"],
"extensions": {
"pool": "0x87870Bca3F3fD6335C3F4ce8392D69350B4fA4E2",
"underlying": "0x4c9EDD5852cd905f086C759E8383e09bff1E68B3"
}
},
{
"chainId": 137,
"address": "0x82E64f49Ed5EC1bC6e43DAD4FC8Af9bb3A2312EE",
Expand Down Expand Up @@ -6025,6 +6045,6 @@
}
}
],
"version": { "major": 3, "minor": 0, "patch": 18 },
"timestamp": "2024-06-04T00:10:45.852Z"
"version": { "major": 3, "minor": 0, "patch": 19 },
"timestamp": "2024-06-06T16:07:33.483Z"
}

0 comments on commit 57dc540

Please sign in to comment.