@defisaver/sdk 1.3.1-dev-linea-1 → 1.3.1-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.
@@ -526,7 +526,7 @@ export const actionAddresses = {
526
526
  // summer.fi
527
527
  SFApproveTokens: '0x03EDC9A683f37BFB7516FF234223fFb6E38D5eb9',
528
528
  },
529
- [NETWORKS.base.chainId]: {
529
+ [NETWORKS.linea.chainId]: {
530
530
  // Basic
531
531
  DFSSell: '0x0a9b2080c14daf008ae87c977dfdf5f5d6d0937f',
532
532
  DFSSellNoFee: '0x0000000000000000000000000000000000000000',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@defisaver/sdk",
3
- "version": "1.3.1-dev-linea-1",
3
+ "version": "1.3.1-dev-linea-2",
4
4
  "description": "",
5
5
  "main": "./umd/index.js",
6
6
  "module": "./esm/src/index.js",
package/src/addresses.ts CHANGED
@@ -597,7 +597,7 @@ export const actionAddresses = {
597
597
  // summer.fi
598
598
  SFApproveTokens: '0x03EDC9A683f37BFB7516FF234223fFb6E38D5eb9',
599
599
  },
600
- [NETWORKS.base.chainId]: {
600
+ [NETWORKS.linea.chainId]: {
601
601
  // Basic
602
602
  DFSSell: '0x0a9b2080c14daf008ae87c977dfdf5f5d6d0937f',
603
603
  DFSSellNoFee: '0x0000000000000000000000000000000000000000',
package/umd/index.js CHANGED
@@ -1829,7 +1829,7 @@ var actionAddresses = {
1829
1829
  // summer.fi
1830
1830
  SFApproveTokens: '0x03EDC9A683f37BFB7516FF234223fFb6E38D5eb9'
1831
1831
  },
1832
- [_config__WEBPACK_IMPORTED_MODULE_0__.NETWORKS.base.chainId]: {
1832
+ [_config__WEBPACK_IMPORTED_MODULE_0__.NETWORKS.linea.chainId]: {
1833
1833
  // Basic
1834
1834
  DFSSell: '0x0a9b2080c14daf008ae87c977dfdf5f5d6d0937f',
1835
1835
  DFSSellNoFee: '0x0000000000000000000000000000000000000000',