@defisaver/tokens 1.7.39 → 1.7.40

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
@@ -1064,6 +1064,7 @@ exports.assets = [
1064
1064
  }, decimals: 18, exchange: true, isStable: true, is4626: true }),
1065
1065
  Object.assign(Object.assign({}, exports.assetProto), { symbol: 'USDe', feedAvailability: { 1: true }, name: 'USDe', addresses: {
1066
1066
  1: "0x4c9EDD5852cd905f086C759E8383e09bff1E68B3",
1067
+ 8453: "0x5d3a1ff2b6bab83b63cd9ad0787074081a52ef34",
1067
1068
  9745: "0x5d3a1ff2b6bab83b63cd9ad0787074081a52ef34",
1068
1069
  }, decimals: 18, exchange: true, isStable: true }),
1069
1070
  Object.assign(Object.assign({}, exports.assetProto), { symbol: 'ENA', name: 'Ethena', addresses: {
@@ -1381,4 +1382,19 @@ exports.assets = [
1381
1382
  Object.assign(Object.assign({}, exports.assetProto), { symbol: 'frxUSD', name: 'Frax USD', exchange: true, decimals: 18, addresses: {
1382
1383
  1: frxUSDAddress,
1383
1384
  }, isStable: true }),
1385
+ Object.assign(Object.assign({}, exports.assetProto), { symbol: 'kBTC', name: 'Kraken Wrapped Bitcoin', decimals: 8, exchange: true, addresses: {
1386
+ 1: "0x73E0C0d45E048D25Fc26Fa3159b0aA04BfA4Db98",
1387
+ } }),
1388
+ Object.assign(Object.assign({}, exports.assetProto), { symbol: 'cbXRP', name: 'Coinbase Wrapped XRP', nativeChainId: 8453, decimals: 6, exchange: true, addresses: {
1389
+ 8453: "0xcb585250f852C6c6bf90434AB21A00f02833a4af",
1390
+ } }),
1391
+ Object.assign(Object.assign({}, exports.assetProto), { symbol: 'USD3', name: 'Web 3 Dollar', decimals: 6, exchange: true, isStable: true, addresses: {
1392
+ 1: "0x056B269Eb1f75477a8666ae8C7fE01b64dD55eCc",
1393
+ } }),
1394
+ Object.assign(Object.assign({}, exports.assetProto), { symbol: 'stUSDS', name: 'Staked USDS', decimals: 18, exchange: true, isStable: true, addresses: {
1395
+ 1: "0x99CD4Ec3f88A45940936F469E4bB72A2A701EEB9",
1396
+ } }),
1397
+ Object.assign(Object.assign({}, exports.assetProto), { symbol: 'PRIME', name: 'Hastra PRIME', decimals: 6, exchange: true, isStable: true, addresses: {
1398
+ 1: "0x19ebb35279A16207Ec4ba82799CC64715065F7F6",
1399
+ } }),
1384
1400
  ];
package/esm/assets.js CHANGED
@@ -1061,6 +1061,7 @@ export const assets = [
1061
1061
  }, decimals: 18, exchange: true, isStable: true, is4626: true }),
1062
1062
  Object.assign(Object.assign({}, assetProto), { symbol: 'USDe', feedAvailability: { 1: true }, name: 'USDe', addresses: {
1063
1063
  1: "0x4c9EDD5852cd905f086C759E8383e09bff1E68B3",
1064
+ 8453: "0x5d3a1ff2b6bab83b63cd9ad0787074081a52ef34",
1064
1065
  9745: "0x5d3a1ff2b6bab83b63cd9ad0787074081a52ef34",
1065
1066
  }, decimals: 18, exchange: true, isStable: true }),
1066
1067
  Object.assign(Object.assign({}, assetProto), { symbol: 'ENA', name: 'Ethena', addresses: {
@@ -1378,4 +1379,19 @@ export const assets = [
1378
1379
  Object.assign(Object.assign({}, assetProto), { symbol: 'frxUSD', name: 'Frax USD', exchange: true, decimals: 18, addresses: {
1379
1380
  1: frxUSDAddress,
1380
1381
  }, isStable: true }),
1382
+ Object.assign(Object.assign({}, assetProto), { symbol: 'kBTC', name: 'Kraken Wrapped Bitcoin', decimals: 8, exchange: true, addresses: {
1383
+ 1: "0x73E0C0d45E048D25Fc26Fa3159b0aA04BfA4Db98",
1384
+ } }),
1385
+ Object.assign(Object.assign({}, assetProto), { symbol: 'cbXRP', name: 'Coinbase Wrapped XRP', nativeChainId: 8453, decimals: 6, exchange: true, addresses: {
1386
+ 8453: "0xcb585250f852C6c6bf90434AB21A00f02833a4af",
1387
+ } }),
1388
+ Object.assign(Object.assign({}, assetProto), { symbol: 'USD3', name: 'Web 3 Dollar', decimals: 6, exchange: true, isStable: true, addresses: {
1389
+ 1: "0x056B269Eb1f75477a8666ae8C7fE01b64dD55eCc",
1390
+ } }),
1391
+ Object.assign(Object.assign({}, assetProto), { symbol: 'stUSDS', name: 'Staked USDS', decimals: 18, exchange: true, isStable: true, addresses: {
1392
+ 1: "0x99CD4Ec3f88A45940936F469E4bB72A2A701EEB9",
1393
+ } }),
1394
+ Object.assign(Object.assign({}, assetProto), { symbol: 'PRIME', name: 'Hastra PRIME', decimals: 6, exchange: true, isStable: true, addresses: {
1395
+ 1: "0x19ebb35279A16207Ec4ba82799CC64715065F7F6",
1396
+ } }),
1381
1397
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@defisaver/tokens",
3
- "version": "1.7.39",
3
+ "version": "1.7.40",
4
4
  "type": "module",
5
5
  "description": "Centralized asset data & utility functions",
6
6
  "main": "cjs/index.js",
package/src/assets.ts CHANGED
@@ -2901,6 +2901,7 @@ export const assets: AssetDataBase[] = [
2901
2901
  name: 'USDe',
2902
2902
  addresses: {
2903
2903
  1: "0x4c9EDD5852cd905f086C759E8383e09bff1E68B3",
2904
+ 8453: "0x5d3a1ff2b6bab83b63cd9ad0787074081a52ef34",
2904
2905
  9745: "0x5d3a1ff2b6bab83b63cd9ad0787074081a52ef34",
2905
2906
  },
2906
2907
  decimals: 18,
@@ -3432,7 +3433,7 @@ export const assets: AssetDataBase[] = [
3432
3433
  addresses: {
3433
3434
  9745: '0x23B17d3944742ACe3d0C71586FcB320d1e4a1Ed2',
3434
3435
  }
3435
- },
3436
+ },
3436
3437
  {
3437
3438
  ...assetProto,
3438
3439
  symbol: 'USDtb',
@@ -3918,7 +3919,7 @@ export const assets: AssetDataBase[] = [
3918
3919
  exchange: true,
3919
3920
  expiryTimestamp: 1782345600,
3920
3921
  addresses: {
3921
- 1: '0x619d75e3b790ebc21c289f2805bb7177a7d732e2',
3922
+ 1: '0x619d75e3b790ebc21c289f2805bb7177a7d732e2',
3922
3923
  }
3923
3924
  },
3924
3925
  {
@@ -4132,4 +4133,58 @@ export const assets: AssetDataBase[] = [
4132
4133
  },
4133
4134
  isStable: true,
4134
4135
  },
4136
+ {
4137
+ ...assetProto,
4138
+ symbol: 'kBTC',
4139
+ name: 'Kraken Wrapped Bitcoin',
4140
+ decimals: 8,
4141
+ exchange: true,
4142
+ addresses: {
4143
+ 1: "0x73E0C0d45E048D25Fc26Fa3159b0aA04BfA4Db98",
4144
+ },
4145
+ },
4146
+ {
4147
+ ...assetProto,
4148
+ symbol: 'cbXRP',
4149
+ name: 'Coinbase Wrapped XRP',
4150
+ nativeChainId: 8453,
4151
+ decimals: 6,
4152
+ exchange: true,
4153
+ addresses: {
4154
+ 8453: "0xcb585250f852C6c6bf90434AB21A00f02833a4af",
4155
+ },
4156
+ },
4157
+ {
4158
+ ...assetProto,
4159
+ symbol: 'USD3',
4160
+ name: 'Web 3 Dollar',
4161
+ decimals: 6,
4162
+ exchange: true,
4163
+ isStable: true,
4164
+ addresses: {
4165
+ 1: "0x056B269Eb1f75477a8666ae8C7fE01b64dD55eCc",
4166
+ },
4167
+ },
4168
+ {
4169
+ ...assetProto,
4170
+ symbol: 'stUSDS',
4171
+ name: 'Staked USDS',
4172
+ decimals: 18,
4173
+ exchange: true,
4174
+ isStable: true,
4175
+ addresses: {
4176
+ 1: "0x99CD4Ec3f88A45940936F469E4bB72A2A701EEB9",
4177
+ },
4178
+ },
4179
+ {
4180
+ ...assetProto,
4181
+ symbol: 'PRIME',
4182
+ name: 'Hastra PRIME',
4183
+ decimals: 6,
4184
+ exchange: true,
4185
+ isStable: true,
4186
+ addresses: {
4187
+ 1: "0x19ebb35279A16207Ec4ba82799CC64715065F7F6",
4188
+ },
4189
+ },
4135
4190
  ];