@defisaver/tokens 1.6.29-dev-linea-2 → 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 +1 -2
- package/esm/assets.js +1 -2
- package/package.json +1 -1
- package/src/assets.ts +1 -2
package/cjs/assets.js
CHANGED
|
@@ -1068,7 +1068,7 @@ exports.assets = [
|
|
|
1068
1068
|
10: "0x346e03f8cce9fe01dcb3d0da3e9d00dc2c0e08f0",
|
|
1069
1069
|
42161: "0x35751007a407ca6feffe80b3cb397736d2cf4dbe",
|
|
1070
1070
|
8453: "0x04c0599ae5a44757c0af6f9ec3b93da8976c150a",
|
|
1071
|
-
59144: "
|
|
1071
|
+
59144: "0x1Bf74C010E6320bab11e2e5A532b5AC15e0b8aA6",
|
|
1072
1072
|
}, decimals: 18, exchange: true }),
|
|
1073
1073
|
Object.assign(Object.assign({}, exports.assetProto), { symbol: 'USDA', name: 'USDA', addresses: {
|
|
1074
1074
|
1: '0x0000206329b97DB379d5E1Bf586BbDB969C63274',
|
|
@@ -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
|
@@ -1065,7 +1065,7 @@ export const assets = [
|
|
|
1065
1065
|
10: "0x346e03f8cce9fe01dcb3d0da3e9d00dc2c0e08f0",
|
|
1066
1066
|
42161: "0x35751007a407ca6feffe80b3cb397736d2cf4dbe",
|
|
1067
1067
|
8453: "0x04c0599ae5a44757c0af6f9ec3b93da8976c150a",
|
|
1068
|
-
59144: "
|
|
1068
|
+
59144: "0x1Bf74C010E6320bab11e2e5A532b5AC15e0b8aA6",
|
|
1069
1069
|
}, decimals: 18, exchange: true }),
|
|
1070
1070
|
Object.assign(Object.assign({}, assetProto), { symbol: 'USDA', name: 'USDA', addresses: {
|
|
1071
1071
|
1: '0x0000206329b97DB379d5E1Bf586BbDB969C63274',
|
|
@@ -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
package/src/assets.ts
CHANGED
|
@@ -2929,7 +2929,7 @@ export const assets: AssetDataBase[] = [
|
|
|
2929
2929
|
10: "0x346e03f8cce9fe01dcb3d0da3e9d00dc2c0e08f0",
|
|
2930
2930
|
42161: "0x35751007a407ca6feffe80b3cb397736d2cf4dbe",
|
|
2931
2931
|
8453: "0x04c0599ae5a44757c0af6f9ec3b93da8976c150a",
|
|
2932
|
-
59144: "
|
|
2932
|
+
59144: "0x1Bf74C010E6320bab11e2e5A532b5AC15e0b8aA6",
|
|
2933
2933
|
},
|
|
2934
2934
|
decimals: 18,
|
|
2935
2935
|
exchange: true,
|
|
@@ -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
|
{
|