Skip to content

Commit

Permalink
chore(cache): automated cache update (#484)
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 committed Jul 2, 2024
1 parent 4d208ed commit c10c06e
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 4 deletions.
20 changes: 20 additions & 0 deletions src/AaveV3Arbitrum.sol
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,26 @@ library AaveV3ArbitrumAssets {
// https://arbiscan.io/address/0x4011fcd421b9E90f131B164EC1d162DBE269621C
address internal constant weETH_INTEREST_RATE_STRATEGY =
0x4011fcd421b9E90f131B164EC1d162DBE269621C;

// https://arbiscan.io/address/0x7dfF72693f6A4149b17e7C6314655f6A9F7c8B33
address internal constant GHO_UNDERLYING = 0x7dfF72693f6A4149b17e7C6314655f6A9F7c8B33;

uint8 internal constant GHO_DECIMALS = 18;

// https://arbiscan.io/address/0xeBe517846d0F36eCEd99C735cbF6131e1fEB775D
address internal constant GHO_A_TOKEN = 0xeBe517846d0F36eCEd99C735cbF6131e1fEB775D;

// https://arbiscan.io/address/0x18248226C16BF76c032817854E7C83a2113B4f06
address internal constant GHO_V_TOKEN = 0x18248226C16BF76c032817854E7C83a2113B4f06;

// https://arbiscan.io/address/0x687871030477bf974725232F764aa04318A8b9c8
address internal constant GHO_S_TOKEN = 0x687871030477bf974725232F764aa04318A8b9c8;

// https://arbiscan.io/address/0xB05984aD83C20b3ADE7bf97a9a0Cb539DDE28DBb
address internal constant GHO_ORACLE = 0xB05984aD83C20b3ADE7bf97a9a0Cb539DDE28DBb;

// https://arbiscan.io/address/0x36d32fD7a72AD600be60Ccb71D3718E455025CaA
address internal constant GHO_INTEREST_RATE_STRATEGY = 0x36d32fD7a72AD600be60Ccb71D3718E455025CaA;
}

library AaveV3ArbitrumEModes {
Expand Down
9 changes: 9 additions & 0 deletions src/ts/AaveV3Arbitrum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,15 @@ export const ASSETS = {
INTEREST_RATE_STRATEGY: '0x4011fcd421b9E90f131B164EC1d162DBE269621C',
ORACLE: '0x517276B5972C4Db7E88B9F76Ee500E888a2D73C3',
},
GHO: {
decimals: 18,
UNDERLYING: '0x7dfF72693f6A4149b17e7C6314655f6A9F7c8B33',
A_TOKEN: '0xeBe517846d0F36eCEd99C735cbF6131e1fEB775D',
S_TOKEN: '0x687871030477bf974725232F764aa04318A8b9c8',
V_TOKEN: '0x18248226C16BF76c032817854E7C83a2113B4f06',
INTEREST_RATE_STRATEGY: '0x36d32fD7a72AD600be60Ccb71D3718E455025CaA',
ORACLE: '0xB05984aD83C20b3ADE7bf97a9a0Cb539DDE28DBb',
},
} as const;
export const E_MODES = {
NONE: 0,
Expand Down
26 changes: 24 additions & 2 deletions src/ts/tokenlist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4874,6 +4874,28 @@ export const tokenlist = {
underlying: '0x35751007a407ca6FEFfE80b3cB397736D2cf4dbe',
},
},
{
chainId: 42161,
address: '0x7dfF72693f6A4149b17e7C6314655f6A9F7c8B33',
name: 'Gho Token',
decimals: 18,
symbol: 'GHO',
tags: ['underlying'],
logoURI: 'ipfs://Qmcrt9HVLmyPaizcn3LPvpFzSE94QtK5iZRRVzqzDbr8X8',
},
{
chainId: 42161,
address: '0xeBe517846d0F36eCEd99C735cbF6131e1fEB775D',
name: 'Aave Arbitrum GHO',
decimals: 18,
symbol: 'aArbGHO',
tags: ['aTokenV3', 'aaveV3'],
logoURI: 'ipfs://QmeRyqK1GAa2b8qxviLsdYz43m7C4gG2cC7se9Z5CEvLv1',
extensions: {
pool: '0x794a61358D6845594F94dc1DB02A252b5b4814aD',
underlying: '0x7dfF72693f6A4149b17e7C6314655f6A9F7c8B33',
},
},
{
chainId: 10,
address: '0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1',
Expand Down Expand Up @@ -6091,6 +6113,6 @@ export const tokenlist = {
},
},
],
version: {major: 3, minor: 0, patch: 23},
timestamp: '2024-06-28T00:11:05.915Z',
version: {major: 3, minor: 0, patch: 24},
timestamp: '2024-07-02T16:07:16.550Z',
};
26 changes: 24 additions & 2 deletions tokenlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -4874,6 +4874,28 @@
"underlying": "0x35751007a407ca6FEFfE80b3cB397736D2cf4dbe"
}
},
{
"chainId": 42161,
"address": "0x7dfF72693f6A4149b17e7C6314655f6A9F7c8B33",
"name": "Gho Token",
"decimals": 18,
"symbol": "GHO",
"tags": ["underlying"],
"logoURI": "ipfs://Qmcrt9HVLmyPaizcn3LPvpFzSE94QtK5iZRRVzqzDbr8X8"
},
{
"chainId": 42161,
"address": "0xeBe517846d0F36eCEd99C735cbF6131e1fEB775D",
"name": "Aave Arbitrum GHO",
"decimals": 18,
"symbol": "aArbGHO",
"tags": ["aTokenV3", "aaveV3"],
"logoURI": "ipfs://QmeRyqK1GAa2b8qxviLsdYz43m7C4gG2cC7se9Z5CEvLv1",
"extensions": {
"pool": "0x794a61358D6845594F94dc1DB02A252b5b4814aD",
"underlying": "0x7dfF72693f6A4149b17e7C6314655f6A9F7c8B33"
}
},
{
"chainId": 10,
"address": "0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1",
Expand Down Expand Up @@ -6091,6 +6113,6 @@
}
}
],
"version": { "major": 3, "minor": 0, "patch": 23 },
"timestamp": "2024-06-28T00:11:05.915Z"
"version": { "major": 3, "minor": 0, "patch": 24 },
"timestamp": "2024-07-02T16:07:16.550Z"
}

0 comments on commit c10c06e

Please sign in to comment.