Skip to content

Commit 0ae8174

Browse files
fix(cache): automated cache update - updated addresses (#984)
Co-authored-by: Cache-bot <[email protected]>
1 parent 52dd617 commit 0ae8174

File tree

4 files changed

+21
-2
lines changed

4 files changed

+21
-2
lines changed

safe.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3518,6 +3518,7 @@ address,name,chainId
35183518
0x38d693cE1dF5AaDF7bC62595A37D667aD57922e5,AaveV3Avalanche ASSETS GHO V_TOKEN,43114
35193519
0xCe1C5509f2f4d755aA64B8D135B15ec6F12a93da,AaveV3Avalanche ASSETS GHO INTEREST_RATE_STRATEGY,43114
35203520
0x360d8aa8F6b09B7BC57aF34db2Eb84dD87bf4d12,AaveV3Avalanche ASSETS GHO ORACLE,43114
3521+
0x79459f4C9AfC902488109D058C3E76ed0B037c41,AaveV3Avalanche ASSETS GHO STATA_TOKEN,43114
35213522
0xD2C92b5A793e196aB11dBefBe3Af6BddeD6c3DD5,AaveV3Avalanche CAPS_PLUS_RISK_STEWARD,43114
35223523
0x6c2B732cB368322E460D718df3CD4F553d5fbAde,AaveV3Avalanche CLINIC_STEWARD,43114
35233524
0x5ba7fd868c40c16f7aDfAe6CF87121E13FC2F7a0,AaveV3Avalanche COLLECTOR,43114

src/AaveV3Avalanche.sol

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,9 @@ library AaveV3AvalancheAssets {
444444

445445
// https://snowtrace.io/address/0xCe1C5509f2f4d755aA64B8D135B15ec6F12a93da
446446
address internal constant GHO_INTEREST_RATE_STRATEGY = 0xCe1C5509f2f4d755aA64B8D135B15ec6F12a93da;
447+
448+
// https://snowtrace.io/address/0x79459f4C9AfC902488109D058C3E76ed0B037c41
449+
address internal constant GHO_STATA_TOKEN = 0x79459f4C9AfC902488109D058C3E76ed0B037c41;
447450
}
448451
library AaveV3AvalancheEModes {
449452
uint8 internal constant NONE = 0;

src/ts/AaveV3Avalanche.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ export const ASSETS = {
260260
V_TOKEN: '0x38d693cE1dF5AaDF7bC62595A37D667aD57922e5',
261261
INTEREST_RATE_STRATEGY: '0xCe1C5509f2f4d755aA64B8D135B15ec6F12a93da',
262262
ORACLE: '0x360d8aa8F6b09B7BC57aF34db2Eb84dD87bf4d12',
263+
STATA_TOKEN: '0x79459f4C9AfC902488109D058C3E76ed0B037c41',
263264
},
264265
} as const;
265266
export const E_MODES = {

tokenlist.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4430,6 +4430,20 @@
44304430
"underlying": "0xfc421aD3C883Bf9E7C4f42dE845C4e4405799e73"
44314431
}
44324432
},
4433+
{
4434+
"chainId": 43114,
4435+
"address": "0x79459f4C9AfC902488109D058C3E76ed0B037c41",
4436+
"name": "Wrapped Aave Avalanche GHO",
4437+
"decimals": 18,
4438+
"symbol": "waAvaGHO",
4439+
"tags": ["aaveV3", "stataToken"],
4440+
"logoURI": "https://raw.githubusercontent.com/bgd-labs/web3-icons/main/icons/full/statagho.svg",
4441+
"extensions": {
4442+
"pool": "0x794a61358D6845594F94dc1DB02A252b5b4814aD",
4443+
"underlying": "0xfc421aD3C883Bf9E7C4f42dE845C4e4405799e73",
4444+
"underlyingAToken": "0xf611aEb5013fD2c0511c9CD55c7dc5C1140741A6"
4445+
}
4446+
},
44334447
{
44344448
"chainId": 8453,
44354449
"address": "0x4200000000000000000000000000000000000006",
@@ -8330,6 +8344,6 @@
83308344
}
83318345
}
83328346
],
8333-
"version": { "major": 3, "minor": 0, "patch": 120 },
8334-
"timestamp": "2025-06-26T08:41:56.360Z"
8347+
"version": { "major": 3, "minor": 0, "patch": 121 },
8348+
"timestamp": "2025-06-26T16:04:15.645Z"
83358349
}

0 commit comments

Comments
 (0)