@defisaver/tokens 1.6.29-dev-linea-3 → 1.6.29-dev-linea-4
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 +0 -1
- package/esm/assets.js +0 -1
- package/package.json +1 -1
- package/src/assets.ts +0 -1
package/cjs/assets.js
CHANGED
|
@@ -1163,7 +1163,6 @@ exports.assets = [
|
|
|
1163
1163
|
} }),
|
|
1164
1164
|
Object.assign(Object.assign({}, exports.assetProto), { symbol: 'weETHs', name: 'Super Symbiotic LRT', decimals: 18, nativeChainId: 1, isStable: true, addresses: {
|
|
1165
1165
|
1: '0x917cee801a67f933f2e6b33fc0cd1ed2d5909d88',
|
|
1166
|
-
59144: '0x1Bf74C010E6320bab11e2e5A532b5AC15e0b8aA6',
|
|
1167
1166
|
} }),
|
|
1168
1167
|
Object.assign(Object.assign({}, exports.assetProto), { symbol: 'KING', name: 'King', decimals: 18, nativeChainId: 1, isStable: false, addresses: {
|
|
1169
1168
|
1: kingAddress,
|
package/esm/assets.js
CHANGED
|
@@ -1160,7 +1160,6 @@ export const assets = [
|
|
|
1160
1160
|
} }),
|
|
1161
1161
|
Object.assign(Object.assign({}, assetProto), { symbol: 'weETHs', name: 'Super Symbiotic LRT', decimals: 18, nativeChainId: 1, isStable: true, addresses: {
|
|
1162
1162
|
1: '0x917cee801a67f933f2e6b33fc0cd1ed2d5909d88',
|
|
1163
|
-
59144: '0x1Bf74C010E6320bab11e2e5A532b5AC15e0b8aA6',
|
|
1164
1163
|
} }),
|
|
1165
1164
|
Object.assign(Object.assign({}, assetProto), { symbol: 'KING', name: 'King', decimals: 18, nativeChainId: 1, isStable: false, addresses: {
|
|
1166
1165
|
1: kingAddress,
|
package/package.json
CHANGED