@defisaver/tokens 1.6.29-dev-linea-1 → 1.6.29-dev-linea-2

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