@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 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@defisaver/tokens",
3
- "version": "1.6.29-dev-linea-3",
3
+ "version": "1.6.29-dev-linea-4",
4
4
  "type": "module",
5
5
  "description": "Centralized asset data & utility functions",
6
6
  "main": "cjs/index.js",
package/src/assets.ts CHANGED
@@ -3231,7 +3231,6 @@ export const assets: AssetDataBase[] = [
3231
3231
  isStable: true,
3232
3232
  addresses: {
3233
3233
  1: '0x917cee801a67f933f2e6b33fc0cd1ed2d5909d88',
3234
- 59144: '0x1Bf74C010E6320bab11e2e5A532b5AC15e0b8aA6',
3235
3234
  }
3236
3235
  },
3237
3236
  {