@defisaver/tokens 1.6.25 → 1.6.27

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/.env CHANGED
@@ -1,4 +1,4 @@
1
- RPC=
2
- MAINNET_RPC=
3
- OPTIMISM_RPC=
4
- ARBITRUM_RPC=
1
+ RPC=https://eth-mainnet.alchemyapi.io/v2/Pwh-hdbsP7Bf0CP_UMw4_Pw-NfHhSpIA
2
+ MAINNET_RPC=https://eth-mainnet.alchemyapi.io/v2/Pwh-hdbsP7Bf0CP_UMw4_Pw-NfHhSpIA
3
+ OPTIMISM_RPC=https://opt-mainnet.g.alchemy.com/v2/Pwh-hdbsP7Bf0CP_UMw4_Pw-NfHhSpIA
4
+ ARBITRUM_RPC=https://arb-mainnet.g.alchemy.com/v2/Pwh-hdbsP7Bf0CP_UMw4_Pw-NfHhSpIA
package/cjs/assets.js CHANGED
@@ -1025,7 +1025,6 @@ exports.assets = [
1025
1025
  }, nativeChainId: 1, decimals: 18, isStable: true }),
1026
1026
  Object.assign(Object.assign({}, exports.assetProto), { symbol: 'tBTC', feedAvailability: { 1: true }, name: 'tBTC', addresses: {
1027
1027
  1: tBTCAddress,
1028
- 10: '0x236aa50979D5f3De3Bd1Eeb40E81137F22ab794b',
1029
1028
  8453: '0x236aa50979D5f3De3Bd1Eeb40E81137F22ab794b',
1030
1029
  42161: '0x6c84a8f1c29108F47a79964b5Fe888D4f4D0dE40',
1031
1030
  }, decimals: 18 }),
@@ -1230,4 +1229,7 @@ exports.assets = [
1230
1229
  Object.assign(Object.assign({}, exports.assetProto), { symbol: 'PT USDe Sep', name: 'PT Ethena USDe September', underlyingAsset: 'USDe', feedAvailability: { 1: true }, decimals: 18, nativeChainId: 1, isStable: true, isPendle: true, exchange: true, expiryTimestamp: 1758758400, addresses: {
1231
1230
  1: '0xBC6736d346a5eBC0dEbc997397912CD9b8FAe10a',
1232
1231
  } }),
1232
+ Object.assign(Object.assign({}, exports.assetProto), { symbol: 'XAUt', name: 'Tether Gold', decimals: 6, nativeChainId: 1, exchange: true, addresses: {
1233
+ 1: '0x68749665FF8D2d112Fa859AA293F07A622782F38',
1234
+ } })
1233
1235
  ];
package/esm/assets.js CHANGED
@@ -1022,7 +1022,6 @@ export const assets = [
1022
1022
  }, nativeChainId: 1, decimals: 18, isStable: true }),
1023
1023
  Object.assign(Object.assign({}, assetProto), { symbol: 'tBTC', feedAvailability: { 1: true }, name: 'tBTC', addresses: {
1024
1024
  1: tBTCAddress,
1025
- 10: '0x236aa50979D5f3De3Bd1Eeb40E81137F22ab794b',
1026
1025
  8453: '0x236aa50979D5f3De3Bd1Eeb40E81137F22ab794b',
1027
1026
  42161: '0x6c84a8f1c29108F47a79964b5Fe888D4f4D0dE40',
1028
1027
  }, decimals: 18 }),
@@ -1227,4 +1226,7 @@ export const assets = [
1227
1226
  Object.assign(Object.assign({}, assetProto), { symbol: 'PT USDe Sep', name: 'PT Ethena USDe September', underlyingAsset: 'USDe', feedAvailability: { 1: true }, decimals: 18, nativeChainId: 1, isStable: true, isPendle: true, exchange: true, expiryTimestamp: 1758758400, addresses: {
1228
1227
  1: '0xBC6736d346a5eBC0dEbc997397912CD9b8FAe10a',
1229
1228
  } }),
1229
+ Object.assign(Object.assign({}, assetProto), { symbol: 'XAUt', name: 'Tether Gold', decimals: 6, nativeChainId: 1, exchange: true, addresses: {
1230
+ 1: '0x68749665FF8D2d112Fa859AA293F07A622782F38',
1231
+ } })
1230
1232
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@defisaver/tokens",
3
- "version": "1.6.25",
3
+ "version": "1.6.27",
4
4
  "type": "module",
5
5
  "description": "Centralized asset data & utility functions",
6
6
  "main": "cjs/index.js",