@defisaver/tokens 1.7.7 → 1.7.8

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 ADDED
@@ -0,0 +1,4 @@
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
@@ -1167,6 +1167,7 @@ exports.assets = [
1167
1167
  } }),
1168
1168
  Object.assign(Object.assign({}, exports.assetProto), { symbol: 'USR', feedAvailability: { 1: true }, name: 'Resolv USD', decimals: 18, nativeChainId: 1, isStable: true, addresses: {
1169
1169
  1: '0x66a1E37c9b0eAddca17d3662D6c05F4DECf3e110',
1170
+ 9745: '0xb1b385542B6E80F77B94393Ba8342c3Af699f15c'
1170
1171
  } }),
1171
1172
  Object.assign(Object.assign({}, exports.assetProto), { symbol: 'weETHs', name: 'Super Symbiotic LRT', decimals: 18, nativeChainId: 1, isStable: true, addresses: {
1172
1173
  1: '0x917cee801a67f933f2e6b33fc0cd1ed2d5909d88',
package/esm/assets.js CHANGED
@@ -1164,6 +1164,7 @@ export const assets = [
1164
1164
  } }),
1165
1165
  Object.assign(Object.assign({}, assetProto), { symbol: 'USR', feedAvailability: { 1: true }, name: 'Resolv USD', decimals: 18, nativeChainId: 1, isStable: true, addresses: {
1166
1166
  1: '0x66a1E37c9b0eAddca17d3662D6c05F4DECf3e110',
1167
+ 9745: '0xb1b385542B6E80F77B94393Ba8342c3Af699f15c'
1167
1168
  } }),
1168
1169
  Object.assign(Object.assign({}, assetProto), { symbol: 'weETHs', name: 'Super Symbiotic LRT', decimals: 18, nativeChainId: 1, isStable: true, addresses: {
1169
1170
  1: '0x917cee801a67f933f2e6b33fc0cd1ed2d5909d88',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@defisaver/tokens",
3
- "version": "1.7.7",
3
+ "version": "1.7.8",
4
4
  "type": "module",
5
5
  "description": "Centralized asset data & utility functions",
6
6
  "main": "cjs/index.js",
package/src/assets.ts CHANGED
@@ -3227,6 +3227,7 @@ export const assets: AssetDataBase[] = [
3227
3227
  isStable: true,
3228
3228
  addresses: {
3229
3229
  1: '0x66a1E37c9b0eAddca17d3662D6c05F4DECf3e110',
3230
+ 9745: '0xb1b385542B6E80F77B94393Ba8342c3Af699f15c'
3230
3231
  }
3231
3232
  },
3232
3233
  {