@gfxlabs/oku-chains 1.11.21 → 1.11.22

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/dist/browser.js CHANGED
@@ -1793,7 +1793,7 @@
1793
1793
  nativeWrappedName: "ETH",
1794
1794
  },
1795
1795
  },
1796
- defaultPool: viem.zeroAddress,
1796
+ defaultPool: "0xF3F77fb85A74f49a3DCb082347D7FEFa8aBA596f",
1797
1797
  defaultToken0: "0x4200000000000000000000000000000000000006",
1798
1798
  defaultToken1: "0x5b32c997211621d55a89Cc5abAF1cC21F3A6ddF5",
1799
1799
  tokenList: [
package/dist/index-mjs.js CHANGED
@@ -1790,7 +1790,7 @@ const gensyn = makeConfig({
1790
1790
  nativeWrappedName: "ETH",
1791
1791
  },
1792
1792
  },
1793
- defaultPool: zeroAddress,
1793
+ defaultPool: "0xF3F77fb85A74f49a3DCb082347D7FEFa8aBA596f",
1794
1794
  defaultToken0: "0x4200000000000000000000000000000000000006",
1795
1795
  defaultToken1: "0x5b32c997211621d55a89Cc5abAF1cC21F3A6ddF5",
1796
1796
  tokenList: [
package/dist/index.js CHANGED
@@ -1792,7 +1792,7 @@ const gensyn = makeConfig({
1792
1792
  nativeWrappedName: "ETH",
1793
1793
  },
1794
1794
  },
1795
- defaultPool: viem.zeroAddress,
1795
+ defaultPool: "0xF3F77fb85A74f49a3DCb082347D7FEFa8aBA596f",
1796
1796
  defaultToken0: "0x4200000000000000000000000000000000000006",
1797
1797
  defaultToken1: "0x5b32c997211621d55a89Cc5abAF1cC21F3A6ddF5",
1798
1798
  tokenList: [
@@ -48,7 +48,7 @@ export declare const gensyn: Readonly<{
48
48
  nativeWrappedName: string;
49
49
  };
50
50
  };
51
- defaultPool: "0x0000000000000000000000000000000000000000";
51
+ defaultPool: "0xF3F77fb85A74f49a3DCb082347D7FEFa8aBA596f";
52
52
  defaultToken0: "0x4200000000000000000000000000000000000006";
53
53
  defaultToken1: "0x5b32c997211621d55a89Cc5abAF1cC21F3A6ddF5";
54
54
  tokenList: ({
@@ -10509,7 +10509,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
10509
10509
  nativeWrappedName: string;
10510
10510
  };
10511
10511
  };
10512
- defaultPool: "0x0000000000000000000000000000000000000000";
10512
+ defaultPool: "0xF3F77fb85A74f49a3DCb082347D7FEFa8aBA596f";
10513
10513
  defaultToken0: "0x4200000000000000000000000000000000000006";
10514
10514
  defaultToken1: "0x5b32c997211621d55a89Cc5abAF1cC21F3A6ddF5";
10515
10515
  tokenList: ({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gfxlabs/oku-chains",
3
- "version": "1.11.21",
3
+ "version": "1.11.22",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index-mjs.js",