@gfxlabs/oku-chains 1.1.275 → 1.1.277

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
@@ -1330,7 +1330,9 @@
1330
1330
  externalId: {
1331
1331
  tenderly: "true",
1332
1332
  },
1333
- markets: {},
1333
+ markets: {
1334
+ threeroute: true,
1335
+ },
1334
1336
  bridges: {
1335
1337
  stargate: {
1336
1338
  endpointID: 30292,
@@ -4616,7 +4618,7 @@
4616
4618
  uniswap: {
4617
4619
  deployBlock: 322744,
4618
4620
  poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D",
4619
- permit2: "0xB952578f3520EE8Ea45b7914994dcf4702cEe578",
4621
+ permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3",
4620
4622
  multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435",
4621
4623
  tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641",
4622
4624
  nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
package/dist/index-mjs.js CHANGED
@@ -1327,7 +1327,9 @@ const etherlink = makeConfig({
1327
1327
  externalId: {
1328
1328
  tenderly: "true",
1329
1329
  },
1330
- markets: {},
1330
+ markets: {
1331
+ threeroute: true,
1332
+ },
1331
1333
  bridges: {
1332
1334
  stargate: {
1333
1335
  endpointID: 30292,
@@ -4613,7 +4615,7 @@ const sonic = makeConfig({
4613
4615
  uniswap: {
4614
4616
  deployBlock: 322744,
4615
4617
  poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D",
4616
- permit2: "0xB952578f3520EE8Ea45b7914994dcf4702cEe578",
4618
+ permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3",
4617
4619
  multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435",
4618
4620
  tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641",
4619
4621
  nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
package/dist/index.js CHANGED
@@ -1329,7 +1329,9 @@ const etherlink = makeConfig({
1329
1329
  externalId: {
1330
1330
  tenderly: "true",
1331
1331
  },
1332
- markets: {},
1332
+ markets: {
1333
+ threeroute: true,
1334
+ },
1333
1335
  bridges: {
1334
1336
  stargate: {
1335
1337
  endpointID: 30292,
@@ -4615,7 +4617,7 @@ const sonic = makeConfig({
4615
4617
  uniswap: {
4616
4618
  deployBlock: 322744,
4617
4619
  poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D",
4618
- permit2: "0xB952578f3520EE8Ea45b7914994dcf4702cEe578",
4620
+ permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3",
4619
4621
  multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435",
4620
4622
  tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641",
4621
4623
  nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
@@ -2866,7 +2866,9 @@ declare const etherlink: Readonly<{
2866
2866
  externalId: {
2867
2867
  tenderly: string;
2868
2868
  };
2869
- markets: {};
2869
+ markets: {
2870
+ threeroute: true;
2871
+ };
2870
2872
  bridges: {
2871
2873
  stargate: {
2872
2874
  endpointID: number;
@@ -6927,7 +6929,7 @@ declare const sonic: Readonly<{
6927
6929
  uniswap: {
6928
6930
  deployBlock: number;
6929
6931
  poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
6930
- permit2: "0xB952578f3520EE8Ea45b7914994dcf4702cEe578";
6932
+ permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
6931
6933
  multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
6932
6934
  tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641";
6933
6935
  nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
@@ -9013,6 +9015,7 @@ interface Markets {
9013
9015
  routerContract: string;
9014
9016
  };
9015
9017
  propellerswap?: string;
9018
+ threeroute?: boolean;
9016
9019
  usor?: any;
9017
9020
  zeroex?: boolean;
9018
9021
  cowswap?: string;
@@ -14730,7 +14733,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
14730
14733
  uniswap: {
14731
14734
  deployBlock: number;
14732
14735
  poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
14733
- permit2: "0xB952578f3520EE8Ea45b7914994dcf4702cEe578";
14736
+ permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
14734
14737
  multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
14735
14738
  tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641";
14736
14739
  nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
@@ -17283,7 +17286,9 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
17283
17286
  externalId: {
17284
17287
  tenderly: string;
17285
17288
  };
17286
- markets: {};
17289
+ markets: {
17290
+ threeroute: true;
17291
+ };
17287
17292
  bridges: {
17288
17293
  stargate: {
17289
17294
  endpointID: number;
@@ -2866,7 +2866,9 @@ declare const etherlink: Readonly<{
2866
2866
  externalId: {
2867
2867
  tenderly: string;
2868
2868
  };
2869
- markets: {};
2869
+ markets: {
2870
+ threeroute: true;
2871
+ };
2870
2872
  bridges: {
2871
2873
  stargate: {
2872
2874
  endpointID: number;
@@ -6927,7 +6929,7 @@ declare const sonic: Readonly<{
6927
6929
  uniswap: {
6928
6930
  deployBlock: number;
6929
6931
  poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
6930
- permit2: "0xB952578f3520EE8Ea45b7914994dcf4702cEe578";
6932
+ permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
6931
6933
  multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
6932
6934
  tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641";
6933
6935
  nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
@@ -9013,6 +9015,7 @@ interface Markets {
9013
9015
  routerContract: string;
9014
9016
  };
9015
9017
  propellerswap?: string;
9018
+ threeroute?: boolean;
9016
9019
  usor?: any;
9017
9020
  zeroex?: boolean;
9018
9021
  cowswap?: string;
@@ -14730,7 +14733,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
14730
14733
  uniswap: {
14731
14734
  deployBlock: number;
14732
14735
  poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
14733
- permit2: "0xB952578f3520EE8Ea45b7914994dcf4702cEe578";
14736
+ permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
14734
14737
  multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
14735
14738
  tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641";
14736
14739
  nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
@@ -17283,7 +17286,9 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
17283
17286
  externalId: {
17284
17287
  tenderly: string;
17285
17288
  };
17286
- markets: {};
17289
+ markets: {
17290
+ threeroute: true;
17291
+ };
17287
17292
  bridges: {
17288
17293
  stargate: {
17289
17294
  endpointID: number;
@@ -2866,7 +2866,9 @@ declare const etherlink: Readonly<{
2866
2866
  externalId: {
2867
2867
  tenderly: string;
2868
2868
  };
2869
- markets: {};
2869
+ markets: {
2870
+ threeroute: true;
2871
+ };
2870
2872
  bridges: {
2871
2873
  stargate: {
2872
2874
  endpointID: number;
@@ -6927,7 +6929,7 @@ declare const sonic: Readonly<{
6927
6929
  uniswap: {
6928
6930
  deployBlock: number;
6929
6931
  poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
6930
- permit2: "0xB952578f3520EE8Ea45b7914994dcf4702cEe578";
6932
+ permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
6931
6933
  multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
6932
6934
  tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641";
6933
6935
  nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
@@ -9013,6 +9015,7 @@ interface Markets {
9013
9015
  routerContract: string;
9014
9016
  };
9015
9017
  propellerswap?: string;
9018
+ threeroute?: boolean;
9016
9019
  usor?: any;
9017
9020
  zeroex?: boolean;
9018
9021
  cowswap?: string;
@@ -14730,7 +14733,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
14730
14733
  uniswap: {
14731
14734
  deployBlock: number;
14732
14735
  poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
14733
- permit2: "0xB952578f3520EE8Ea45b7914994dcf4702cEe578";
14736
+ permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
14734
14737
  multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
14735
14738
  tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641";
14736
14739
  nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
@@ -17283,7 +17286,9 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
17283
17286
  externalId: {
17284
17287
  tenderly: string;
17285
17288
  };
17286
- markets: {};
17289
+ markets: {
17290
+ threeroute: true;
17291
+ };
17287
17292
  bridges: {
17288
17293
  stargate: {
17289
17294
  endpointID: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gfxlabs/oku-chains",
3
- "version": "1.1.275",
3
+ "version": "1.1.277",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index-mjs.js",