File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4553,6 +4553,7 @@ export enum UnderlyingAsset {
45534553 'eth:zk' = 'eth:zk' ,
45544554 'eth:grove' = 'eth:grove' ,
45554555 'eth:scx' = 'eth:scx' ,
4556+ 'eth:waethusdc' = 'eth:waethusdc' ,
45564557 // ADA testnet tokens
45574558 'tada:water' = 'tada:water' ,
45584559 'tada:tusda' = 'tada:tusda' ,
Original file line number Diff line number Diff line change @@ -15097,6 +15097,19 @@ export const erc20Coins = [
1509715097 '0x6781d5631bfe47432b089e64e3eab3b6edd26177' ,
1509815098 UnderlyingAsset [ 'eth:jpysc' ]
1509915099 ) ,
15100+ // Aave V3 StataTokenV2 (ERC-4626) USDC wrapper — vault share token for the
15101+ // ETH_USDC_AAVE_V3 DeFi Earn vault (DEFI-794, TDD - Aave V3 §11.3). Share
15102+ // token, not a spendable asset: pricing/balances derive from convertToAssets()
15103+ // against the USDC underlying (0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48).
15104+ erc20 (
15105+ '8c2a071a-f3cc-4024-9d66-99bed562e562' ,
15106+ 'eth:waethusdc' ,
15107+ 'Wrapped Aave Ethereum USDC' ,
15108+ 6 ,
15109+ '0xd4fa2d31b7968e448877f69a96de69f5de8cd23e' ,
15110+ UnderlyingAsset [ 'eth:waethusdc' ] ,
15111+ [ ...ACCOUNT_COIN_DEFAULT_FEATURES , CoinFeature . EIP1559 , CoinFeature . RECEIPT_TOKEN ]
15112+ ) ,
1510015113 terc20 (
1510115114 '0c333619-e5a6-4f9d-8bbc-5b0e5dc64d03' ,
1510215115 'hteth:grtxp' ,
You can’t perform that action at this time.
0 commit comments