@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 +4 -0
- package/cjs/assets.js +1 -0
- package/esm/assets.js +1 -0
- package/package.json +1 -1
- package/src/assets.ts +1 -0
- package/umd/index.js +3719 -0
- package/yarn-error.log +5325 -0
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