@defisaver/tokens 1.7.30 → 1.7.31

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/cjs/assets.js CHANGED
@@ -1238,7 +1238,13 @@ exports.assets = [
1238
1238
  1: '0xCcE7D12f683c6dAe700154f0BAdf779C0bA1F89A',
1239
1239
  } }),
1240
1240
  Object.assign(Object.assign({}, exports.assetProto), { symbol: 'aEthWETH', name: 'Aave Ethereum WETH', underlyingAsset: 'WETH', decimals: 18, nativeChainId: 1, exchange: false, addresses: {
1241
- 1: '0x4d5F47FA6A74757f35C14fD3a6Ef8E3C9BC514E8'
1241
+ 1: '0x4d5F47FA6A74757f35C14fD3a6Ef8E3C9BC514E8',
1242
+ } }),
1243
+ Object.assign(Object.assign({}, exports.assetProto), { symbol: 'aBasWETH', name: 'Aave Base WETH', underlyingAsset: 'WETH', decimals: 18, nativeChainId: 1, exchange: false, addresses: {
1244
+ 8453: '0xD4a0e0b9149BCee3C920d2E00b5dE09138fd8bb7',
1245
+ } }),
1246
+ Object.assign(Object.assign({}, exports.assetProto), { symbol: 'aArbWETH', name: 'Aave Arbitrum WETH', underlyingAsset: 'WETH', decimals: 18, nativeChainId: 1, exchange: false, addresses: {
1247
+ 42161: '0xe50fA9b3c56FfB159cB0FCA61F5c9D750e8128c8',
1242
1248
  } }),
1243
1249
  Object.assign(Object.assign({}, exports.assetProto), { symbol: 'aEthUSDC', name: 'Aave Ethereum USDC', underlyingAsset: 'USDC', decimals: 6, nativeChainId: 1, exchange: false, addresses: {
1244
1250
  1: '0x98C23E9d8f34FEFb1B7BD6a91B7FF122F4e16F5c'
package/esm/assets.js CHANGED
@@ -1235,7 +1235,13 @@ export const assets = [
1235
1235
  1: '0xCcE7D12f683c6dAe700154f0BAdf779C0bA1F89A',
1236
1236
  } }),
1237
1237
  Object.assign(Object.assign({}, assetProto), { symbol: 'aEthWETH', name: 'Aave Ethereum WETH', underlyingAsset: 'WETH', decimals: 18, nativeChainId: 1, exchange: false, addresses: {
1238
- 1: '0x4d5F47FA6A74757f35C14fD3a6Ef8E3C9BC514E8'
1238
+ 1: '0x4d5F47FA6A74757f35C14fD3a6Ef8E3C9BC514E8',
1239
+ } }),
1240
+ Object.assign(Object.assign({}, assetProto), { symbol: 'aBasWETH', name: 'Aave Base WETH', underlyingAsset: 'WETH', decimals: 18, nativeChainId: 1, exchange: false, addresses: {
1241
+ 8453: '0xD4a0e0b9149BCee3C920d2E00b5dE09138fd8bb7',
1242
+ } }),
1243
+ Object.assign(Object.assign({}, assetProto), { symbol: 'aArbWETH', name: 'Aave Arbitrum WETH', underlyingAsset: 'WETH', decimals: 18, nativeChainId: 1, exchange: false, addresses: {
1244
+ 42161: '0xe50fA9b3c56FfB159cB0FCA61F5c9D750e8128c8',
1239
1245
  } }),
1240
1246
  Object.assign(Object.assign({}, assetProto), { symbol: 'aEthUSDC', name: 'Aave Ethereum USDC', underlyingAsset: 'USDC', decimals: 6, nativeChainId: 1, exchange: false, addresses: {
1241
1247
  1: '0x98C23E9d8f34FEFb1B7BD6a91B7FF122F4e16F5c'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@defisaver/tokens",
3
- "version": "1.7.30",
3
+ "version": "1.7.31",
4
4
  "type": "module",
5
5
  "description": "Centralized asset data & utility functions",
6
6
  "main": "cjs/index.js",
package/src/assets.ts CHANGED
@@ -3514,7 +3514,32 @@ export const assets: AssetDataBase[] = [
3514
3514
  nativeChainId: 1,
3515
3515
  exchange: false,
3516
3516
  addresses: {
3517
- 1: '0x4d5F47FA6A74757f35C14fD3a6Ef8E3C9BC514E8'
3517
+ 1: '0x4d5F47FA6A74757f35C14fD3a6Ef8E3C9BC514E8',
3518
+ }
3519
+ },
3520
+ {
3521
+ ...assetProto,
3522
+ symbol: 'aBasWETH',
3523
+ name: 'Aave Base WETH',
3524
+ underlyingAsset: 'WETH',
3525
+ decimals: 18,
3526
+ nativeChainId: 1,
3527
+ exchange: false,
3528
+ addresses: {
3529
+ 8453: '0xD4a0e0b9149BCee3C920d2E00b5dE09138fd8bb7',
3530
+
3531
+ }
3532
+ },
3533
+ {
3534
+ ...assetProto,
3535
+ symbol: 'aArbWETH',
3536
+ name: 'Aave Arbitrum WETH',
3537
+ underlyingAsset: 'WETH',
3538
+ decimals: 18,
3539
+ nativeChainId: 1,
3540
+ exchange: false,
3541
+ addresses: {
3542
+ 42161: '0xe50fA9b3c56FfB159cB0FCA61F5c9D750e8128c8',
3518
3543
  }
3519
3544
  },
3520
3545
  {