@gfxlabs/oku-chains 1.1.0 → 1.1.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/dist/browser.js CHANGED
@@ -10,6 +10,7 @@
10
10
 
11
11
  const arbitrum = makeConfig({
12
12
  ...chains.arbitrum,
13
+ name: "Arbitrum",
13
14
  sortIndex: 1,
14
15
  blockTimeSeconds: 0.25,
15
16
  logoUrl: "https://assets.oku.trade/arbitrum-logo.svg",
@@ -18,7 +19,7 @@
18
19
  uniswap: {
19
20
  deployBlock: 165,
20
21
  poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984",
21
- multicall2: "0x5BA1e12693Dc8F9c48aAD8770482f4739bEeD696",
22
+ multicall2: "0xBF69a56D35B8d6f5A8e0e96B245a72F735751e54",
22
23
  proxyAdmin: "0xB753548F6E010e7e680BA186F9Ca1BdAB2E90cf2",
23
24
  tickLens: "0xbfd8137f7d1516D3ea5cA83523914859ec47F573",
24
25
  quoter: "0xb27308f9F90D607463bb33eA1BeBb41C27CE5AB6",
@@ -342,7 +343,7 @@
342
343
  nativeWrappedName: "ETH",
343
344
  },
344
345
  },
345
- defaultPool: "0x0000000000000000000000000000000000000000",
346
+ defaultPool: "0xf52b4b69123cbcf07798ae8265642793b2e8990c",
346
347
  defaultToken0: "0x4300000000000000000000000000000000000003",
347
348
  defaultToken1: "0x4300000000000000000000000000000000000004",
348
349
  tokenList: [
@@ -352,7 +353,7 @@
352
353
  stables: [
353
354
  "0x4300000000000000000000000000000000000003",
354
355
  ],
355
- watchlist: [],
356
+ watchlist: ["0xf52b4b69123cbcf07798ae8265642793b2e8990c"],
356
357
  internalName: "blast",
357
358
  contracts: {
358
359
  ...chains.blast.contracts,
@@ -373,6 +374,7 @@
373
374
 
374
375
  const boba = makeConfig({
375
376
  ...chains.boba,
377
+ name: "Boba",
376
378
  sortIndex: 11,
377
379
  blockTimeSeconds: 300,
378
380
  logoUrl: "https://assets.oku.trade/boba-logo.svg",
@@ -452,6 +454,7 @@
452
454
 
453
455
  const bsc = makeConfig({
454
456
  ...chains.bsc,
457
+ name: "BSC",
455
458
  sortIndex: 9,
456
459
  blockTimeSeconds: 3,
457
460
  logoUrl: "https://assets.oku.trade/bsc-logo.svg",
@@ -460,7 +463,7 @@
460
463
  uniswap: {
461
464
  deployBlock: 969351,
462
465
  poolFactory: "0xFFCd7Aed9C627E82A765c3247d562239507f6f1B",
463
- multicall2: "0xd213Ff319F8d28Fe31EbDB75b23aA61a2b905320",
466
+ multicall2: "0xed386Fe855C1EFf2f843B910923Dd8846E45C5A4",
464
467
  proxyAdmin: "0xE8B5DaE430189ea6ccffF4eEeC58a98556525fB4",
465
468
  tickLens: "0x36EBd44350E4406E67C5579026950793b8528402",
466
469
  quoter: "0x483fc90DDC7aC847D4a752055DCF73483B6d97FD",
@@ -1033,6 +1036,7 @@
1033
1036
 
1034
1037
  const optimism = makeConfig({
1035
1038
  ...chains.optimism,
1039
+ name: "Optimism",
1036
1040
  blockTimeSeconds: 0.5,
1037
1041
  sortIndex: 2,
1038
1042
  logoUrl: "https://assets.oku.trade/optimism-logo.svg",
@@ -1157,7 +1161,7 @@
1157
1161
  uniswap: {
1158
1162
  deployBlock: 0,
1159
1163
  poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984",
1160
- multicall2: "0x5BA1e12693Dc8F9c48aAD8770482f4739bEeD696",
1164
+ multicall2: "0xD9bfE9979e9CA4b2fe84bA5d4Cf963bBcB376974",
1161
1165
  proxyAdmin: "0xB753548F6E010e7e680BA186F9Ca1BdAB2E90cf2",
1162
1166
  tickLens: "0xbfd8137f7d1516D3ea5cA83523914859ec47F573",
1163
1167
  quoter: "0xb27308f9F90D607463bb33eA1BeBb41C27CE5AB6",
@@ -1258,7 +1262,7 @@
1258
1262
  uniswap: {
1259
1263
  deployBlock: 22757547,
1260
1264
  poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984",
1261
- multicall2: "0xca11bde05977b3631167028862be2a173976ca11",
1265
+ multicall2: "0xed386Fe855C1EFf2f843B910923Dd8846E45C5A4",
1262
1266
  proxyAdmin: "0xB753548F6E010e7e680BA186F9Ca1BdAB2E90cf2",
1263
1267
  tickLens: "0xbfd8137f7d1516D3ea5cA83523914859ec47F573",
1264
1268
  quoter: "0xb27308f9F90D607463bb33eA1BeBb41C27CE5AB6",
package/dist/index-mjs.js CHANGED
@@ -6,6 +6,7 @@ const makeConfig = (x) => {
6
6
 
7
7
  const arbitrum = makeConfig({
8
8
  ...arbitrum$1,
9
+ name: "Arbitrum",
9
10
  sortIndex: 1,
10
11
  blockTimeSeconds: 0.25,
11
12
  logoUrl: "https://assets.oku.trade/arbitrum-logo.svg",
@@ -14,7 +15,7 @@ const arbitrum = makeConfig({
14
15
  uniswap: {
15
16
  deployBlock: 165,
16
17
  poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984",
17
- multicall2: "0x5BA1e12693Dc8F9c48aAD8770482f4739bEeD696",
18
+ multicall2: "0xBF69a56D35B8d6f5A8e0e96B245a72F735751e54",
18
19
  proxyAdmin: "0xB753548F6E010e7e680BA186F9Ca1BdAB2E90cf2",
19
20
  tickLens: "0xbfd8137f7d1516D3ea5cA83523914859ec47F573",
20
21
  quoter: "0xb27308f9F90D607463bb33eA1BeBb41C27CE5AB6",
@@ -338,7 +339,7 @@ const blast = makeConfig({
338
339
  nativeWrappedName: "ETH",
339
340
  },
340
341
  },
341
- defaultPool: "0x0000000000000000000000000000000000000000",
342
+ defaultPool: "0xf52b4b69123cbcf07798ae8265642793b2e8990c",
342
343
  defaultToken0: "0x4300000000000000000000000000000000000003",
343
344
  defaultToken1: "0x4300000000000000000000000000000000000004",
344
345
  tokenList: [
@@ -348,7 +349,7 @@ const blast = makeConfig({
348
349
  stables: [
349
350
  "0x4300000000000000000000000000000000000003",
350
351
  ],
351
- watchlist: [],
352
+ watchlist: ["0xf52b4b69123cbcf07798ae8265642793b2e8990c"],
352
353
  internalName: "blast",
353
354
  contracts: {
354
355
  ...blast$1.contracts,
@@ -369,6 +370,7 @@ const blast = makeConfig({
369
370
 
370
371
  const boba = makeConfig({
371
372
  ...boba$1,
373
+ name: "Boba",
372
374
  sortIndex: 11,
373
375
  blockTimeSeconds: 300,
374
376
  logoUrl: "https://assets.oku.trade/boba-logo.svg",
@@ -448,6 +450,7 @@ const boba = makeConfig({
448
450
 
449
451
  const bsc = makeConfig({
450
452
  ...bsc$1,
453
+ name: "BSC",
451
454
  sortIndex: 9,
452
455
  blockTimeSeconds: 3,
453
456
  logoUrl: "https://assets.oku.trade/bsc-logo.svg",
@@ -456,7 +459,7 @@ const bsc = makeConfig({
456
459
  uniswap: {
457
460
  deployBlock: 969351,
458
461
  poolFactory: "0xFFCd7Aed9C627E82A765c3247d562239507f6f1B",
459
- multicall2: "0xd213Ff319F8d28Fe31EbDB75b23aA61a2b905320",
462
+ multicall2: "0xed386Fe855C1EFf2f843B910923Dd8846E45C5A4",
460
463
  proxyAdmin: "0xE8B5DaE430189ea6ccffF4eEeC58a98556525fB4",
461
464
  tickLens: "0x36EBd44350E4406E67C5579026950793b8528402",
462
465
  quoter: "0x483fc90DDC7aC847D4a752055DCF73483B6d97FD",
@@ -1029,6 +1032,7 @@ const moonbeam = makeConfig({
1029
1032
 
1030
1033
  const optimism = makeConfig({
1031
1034
  ...optimism$1,
1035
+ name: "Optimism",
1032
1036
  blockTimeSeconds: 0.5,
1033
1037
  sortIndex: 2,
1034
1038
  logoUrl: "https://assets.oku.trade/optimism-logo.svg",
@@ -1153,7 +1157,7 @@ const optimism = makeConfig({
1153
1157
  uniswap: {
1154
1158
  deployBlock: 0,
1155
1159
  poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984",
1156
- multicall2: "0x5BA1e12693Dc8F9c48aAD8770482f4739bEeD696",
1160
+ multicall2: "0xD9bfE9979e9CA4b2fe84bA5d4Cf963bBcB376974",
1157
1161
  proxyAdmin: "0xB753548F6E010e7e680BA186F9Ca1BdAB2E90cf2",
1158
1162
  tickLens: "0xbfd8137f7d1516D3ea5cA83523914859ec47F573",
1159
1163
  quoter: "0xb27308f9F90D607463bb33eA1BeBb41C27CE5AB6",
@@ -1254,7 +1258,7 @@ const polygon = makeConfig({
1254
1258
  uniswap: {
1255
1259
  deployBlock: 22757547,
1256
1260
  poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984",
1257
- multicall2: "0xca11bde05977b3631167028862be2a173976ca11",
1261
+ multicall2: "0xed386Fe855C1EFf2f843B910923Dd8846E45C5A4",
1258
1262
  proxyAdmin: "0xB753548F6E010e7e680BA186F9Ca1BdAB2E90cf2",
1259
1263
  tickLens: "0xbfd8137f7d1516D3ea5cA83523914859ec47F573",
1260
1264
  quoter: "0xb27308f9F90D607463bb33eA1BeBb41C27CE5AB6",
package/dist/index.js CHANGED
@@ -8,6 +8,7 @@ const makeConfig = (x) => {
8
8
 
9
9
  const arbitrum = makeConfig({
10
10
  ...chains.arbitrum,
11
+ name: "Arbitrum",
11
12
  sortIndex: 1,
12
13
  blockTimeSeconds: 0.25,
13
14
  logoUrl: "https://assets.oku.trade/arbitrum-logo.svg",
@@ -16,7 +17,7 @@ const arbitrum = makeConfig({
16
17
  uniswap: {
17
18
  deployBlock: 165,
18
19
  poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984",
19
- multicall2: "0x5BA1e12693Dc8F9c48aAD8770482f4739bEeD696",
20
+ multicall2: "0xBF69a56D35B8d6f5A8e0e96B245a72F735751e54",
20
21
  proxyAdmin: "0xB753548F6E010e7e680BA186F9Ca1BdAB2E90cf2",
21
22
  tickLens: "0xbfd8137f7d1516D3ea5cA83523914859ec47F573",
22
23
  quoter: "0xb27308f9F90D607463bb33eA1BeBb41C27CE5AB6",
@@ -340,7 +341,7 @@ const blast = makeConfig({
340
341
  nativeWrappedName: "ETH",
341
342
  },
342
343
  },
343
- defaultPool: "0x0000000000000000000000000000000000000000",
344
+ defaultPool: "0xf52b4b69123cbcf07798ae8265642793b2e8990c",
344
345
  defaultToken0: "0x4300000000000000000000000000000000000003",
345
346
  defaultToken1: "0x4300000000000000000000000000000000000004",
346
347
  tokenList: [
@@ -350,7 +351,7 @@ const blast = makeConfig({
350
351
  stables: [
351
352
  "0x4300000000000000000000000000000000000003",
352
353
  ],
353
- watchlist: [],
354
+ watchlist: ["0xf52b4b69123cbcf07798ae8265642793b2e8990c"],
354
355
  internalName: "blast",
355
356
  contracts: {
356
357
  ...chains.blast.contracts,
@@ -371,6 +372,7 @@ const blast = makeConfig({
371
372
 
372
373
  const boba = makeConfig({
373
374
  ...chains.boba,
375
+ name: "Boba",
374
376
  sortIndex: 11,
375
377
  blockTimeSeconds: 300,
376
378
  logoUrl: "https://assets.oku.trade/boba-logo.svg",
@@ -450,6 +452,7 @@ const boba = makeConfig({
450
452
 
451
453
  const bsc = makeConfig({
452
454
  ...chains.bsc,
455
+ name: "BSC",
453
456
  sortIndex: 9,
454
457
  blockTimeSeconds: 3,
455
458
  logoUrl: "https://assets.oku.trade/bsc-logo.svg",
@@ -458,7 +461,7 @@ const bsc = makeConfig({
458
461
  uniswap: {
459
462
  deployBlock: 969351,
460
463
  poolFactory: "0xFFCd7Aed9C627E82A765c3247d562239507f6f1B",
461
- multicall2: "0xd213Ff319F8d28Fe31EbDB75b23aA61a2b905320",
464
+ multicall2: "0xed386Fe855C1EFf2f843B910923Dd8846E45C5A4",
462
465
  proxyAdmin: "0xE8B5DaE430189ea6ccffF4eEeC58a98556525fB4",
463
466
  tickLens: "0x36EBd44350E4406E67C5579026950793b8528402",
464
467
  quoter: "0x483fc90DDC7aC847D4a752055DCF73483B6d97FD",
@@ -1031,6 +1034,7 @@ const moonbeam = makeConfig({
1031
1034
 
1032
1035
  const optimism = makeConfig({
1033
1036
  ...chains.optimism,
1037
+ name: "Optimism",
1034
1038
  blockTimeSeconds: 0.5,
1035
1039
  sortIndex: 2,
1036
1040
  logoUrl: "https://assets.oku.trade/optimism-logo.svg",
@@ -1155,7 +1159,7 @@ const optimism = makeConfig({
1155
1159
  uniswap: {
1156
1160
  deployBlock: 0,
1157
1161
  poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984",
1158
- multicall2: "0x5BA1e12693Dc8F9c48aAD8770482f4739bEeD696",
1162
+ multicall2: "0xD9bfE9979e9CA4b2fe84bA5d4Cf963bBcB376974",
1159
1163
  proxyAdmin: "0xB753548F6E010e7e680BA186F9Ca1BdAB2E90cf2",
1160
1164
  tickLens: "0xbfd8137f7d1516D3ea5cA83523914859ec47F573",
1161
1165
  quoter: "0xb27308f9F90D607463bb33eA1BeBb41C27CE5AB6",
@@ -1256,7 +1260,7 @@ const polygon = makeConfig({
1256
1260
  uniswap: {
1257
1261
  deployBlock: 22757547,
1258
1262
  poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984",
1259
- multicall2: "0xca11bde05977b3631167028862be2a173976ca11",
1263
+ multicall2: "0xed386Fe855C1EFf2f843B910923Dd8846E45C5A4",
1260
1264
  proxyAdmin: "0xB753548F6E010e7e680BA186F9Ca1BdAB2E90cf2",
1261
1265
  tickLens: "0xbfd8137f7d1516D3ea5cA83523914859ec47F573",
1262
1266
  quoter: "0xb27308f9F90D607463bb33eA1BeBb41C27CE5AB6",
@@ -1,5 +1,6 @@
1
1
  import { Address, Chain, ChainContract } from "viem";
2
2
  declare const arbitrum: Readonly<{
3
+ name: "Arbitrum";
3
4
  sortIndex: 1;
4
5
  blockTimeSeconds: 0.25;
5
6
  logoUrl: "https://assets.oku.trade/arbitrum-logo.svg";
@@ -8,7 +9,7 @@ declare const arbitrum: Readonly<{
8
9
  uniswap: {
9
10
  deployBlock: number;
10
11
  poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984";
11
- multicall2: "0x5BA1e12693Dc8F9c48aAD8770482f4739bEeD696";
12
+ multicall2: "0xBF69a56D35B8d6f5A8e0e96B245a72F735751e54";
12
13
  proxyAdmin: "0xB753548F6E010e7e680BA186F9Ca1BdAB2E90cf2";
13
14
  tickLens: "0xbfd8137f7d1516D3ea5cA83523914859ec47F573";
14
15
  quoter: "0xb27308f9F90D607463bb33eA1BeBb41C27CE5AB6";
@@ -95,7 +96,6 @@ declare const arbitrum: Readonly<{
95
96
  };
96
97
  };
97
98
  id: 42161;
98
- name: "Arbitrum One";
99
99
  nativeCurrency: {
100
100
  readonly name: "Ether";
101
101
  readonly symbol: "ETH";
@@ -1020,7 +1020,7 @@ declare const blast: Readonly<{
1020
1020
  nativeWrappedName: string;
1021
1021
  };
1022
1022
  };
1023
- defaultPool: "0x0000000000000000000000000000000000000000";
1023
+ defaultPool: "0xf52b4b69123cbcf07798ae8265642793b2e8990c";
1024
1024
  defaultToken0: "0x4300000000000000000000000000000000000003";
1025
1025
  defaultToken1: "0x4300000000000000000000000000000000000004";
1026
1026
  tokenList: ({
@@ -1031,7 +1031,7 @@ declare const blast: Readonly<{
1031
1031
  address: "0x4300000000000000000000000000000000000003";
1032
1032
  })[];
1033
1033
  stables: "0x4300000000000000000000000000000000000003"[];
1034
- watchlist: never[];
1034
+ watchlist: "0xf52b4b69123cbcf07798ae8265642793b2e8990c"[];
1035
1035
  internalName: "blast";
1036
1036
  contracts: {
1037
1037
  limitOrder: {
@@ -1079,6 +1079,7 @@ declare const blast: Readonly<{
1079
1079
  fees?: import("viem").ChainFees<undefined> | undefined;
1080
1080
  }>;
1081
1081
  declare const boba: Readonly<{
1082
+ name: "Boba";
1082
1083
  sortIndex: 11;
1083
1084
  blockTimeSeconds: 300;
1084
1085
  logoUrl: "https://assets.oku.trade/boba-logo.svg";
@@ -1159,7 +1160,6 @@ declare const boba: Readonly<{
1159
1160
  };
1160
1161
  };
1161
1162
  id: 288;
1162
- name: "Boba Network";
1163
1163
  nativeCurrency: {
1164
1164
  readonly decimals: 18;
1165
1165
  readonly name: "Boba";
@@ -1180,6 +1180,7 @@ declare const boba: Readonly<{
1180
1180
  fees?: import("viem").ChainFees<undefined> | undefined;
1181
1181
  }>;
1182
1182
  declare const bsc: Readonly<{
1183
+ name: "BSC";
1183
1184
  sortIndex: 9;
1184
1185
  blockTimeSeconds: 3;
1185
1186
  logoUrl: "https://assets.oku.trade/bsc-logo.svg";
@@ -1188,7 +1189,7 @@ declare const bsc: Readonly<{
1188
1189
  uniswap: {
1189
1190
  deployBlock: number;
1190
1191
  poolFactory: "0xFFCd7Aed9C627E82A765c3247d562239507f6f1B";
1191
- multicall2: "0xd213Ff319F8d28Fe31EbDB75b23aA61a2b905320";
1192
+ multicall2: "0xed386Fe855C1EFf2f843B910923Dd8846E45C5A4";
1192
1193
  proxyAdmin: "0xE8B5DaE430189ea6ccffF4eEeC58a98556525fB4";
1193
1194
  tickLens: "0x36EBd44350E4406E67C5579026950793b8528402";
1194
1195
  quoter: "0x483fc90DDC7aC847D4a752055DCF73483B6d97FD";
@@ -1253,7 +1254,6 @@ declare const bsc: Readonly<{
1253
1254
  };
1254
1255
  };
1255
1256
  id: 56;
1256
- name: "BNB Smart Chain";
1257
1257
  nativeCurrency: {
1258
1258
  readonly decimals: 18;
1259
1259
  readonly name: "BNB";
@@ -1676,6 +1676,7 @@ declare const moonbeam: Readonly<{
1676
1676
  fees?: import("viem").ChainFees<undefined> | undefined;
1677
1677
  }>;
1678
1678
  declare const optimism: Readonly<{
1679
+ name: "Optimism";
1679
1680
  blockTimeSeconds: 0.5;
1680
1681
  sortIndex: 2;
1681
1682
  logoUrl: "https://assets.oku.trade/optimism-logo.svg";
@@ -1697,7 +1698,7 @@ declare const optimism: Readonly<{
1697
1698
  uniswap: {
1698
1699
  deployBlock: number;
1699
1700
  poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984";
1700
- multicall2: "0x5BA1e12693Dc8F9c48aAD8770482f4739bEeD696";
1701
+ multicall2: "0xD9bfE9979e9CA4b2fe84bA5d4Cf963bBcB376974";
1701
1702
  proxyAdmin: "0xB753548F6E010e7e680BA186F9Ca1BdAB2E90cf2";
1702
1703
  tickLens: "0xbfd8137f7d1516D3ea5cA83523914859ec47F573";
1703
1704
  quoter: "0xb27308f9F90D607463bb33eA1BeBb41C27CE5AB6";
@@ -1799,7 +1800,6 @@ declare const optimism: Readonly<{
1799
1800
  };
1800
1801
  };
1801
1802
  id: 10;
1802
- name: "OP Mainnet";
1803
1803
  nativeCurrency: {
1804
1804
  readonly name: "Ether";
1805
1805
  readonly symbol: "ETH";
@@ -2579,7 +2579,7 @@ declare const polygon: Readonly<{
2579
2579
  uniswap: {
2580
2580
  deployBlock: number;
2581
2581
  poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984";
2582
- multicall2: "0xca11bde05977b3631167028862be2a173976ca11";
2582
+ multicall2: "0xed386Fe855C1EFf2f843B910923Dd8846E45C5A4";
2583
2583
  proxyAdmin: "0xB753548F6E010e7e680BA186F9Ca1BdAB2E90cf2";
2584
2584
  tickLens: "0xbfd8137f7d1516D3ea5cA83523914859ec47F573";
2585
2585
  quoter: "0xb27308f9F90D607463bb33eA1BeBb41C27CE5AB6";
@@ -3750,6 +3750,7 @@ interface IChainInfo extends Chain {
3750
3750
  };
3751
3751
  }
3752
3752
  declare const MAINNET_CHAINS: readonly [Readonly<{
3753
+ name: "Arbitrum";
3753
3754
  sortIndex: 1;
3754
3755
  blockTimeSeconds: 0.25;
3755
3756
  logoUrl: "https://assets.oku.trade/arbitrum-logo.svg";
@@ -3758,7 +3759,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
3758
3759
  uniswap: {
3759
3760
  deployBlock: number;
3760
3761
  poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984";
3761
- multicall2: "0x5BA1e12693Dc8F9c48aAD8770482f4739bEeD696";
3762
+ multicall2: "0xBF69a56D35B8d6f5A8e0e96B245a72F735751e54";
3762
3763
  proxyAdmin: "0xB753548F6E010e7e680BA186F9Ca1BdAB2E90cf2";
3763
3764
  tickLens: "0xbfd8137f7d1516D3ea5cA83523914859ec47F573";
3764
3765
  quoter: "0xb27308f9F90D607463bb33eA1BeBb41C27CE5AB6";
@@ -3843,7 +3844,6 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
3843
3844
  };
3844
3845
  };
3845
3846
  id: 42161;
3846
- name: "Arbitrum One";
3847
3847
  nativeCurrency: {
3848
3848
  readonly name: "Ether";
3849
3849
  readonly symbol: "ETH";
@@ -4732,6 +4732,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
4732
4732
  };
4733
4733
  fees?: import("viem").ChainFees<undefined> | undefined;
4734
4734
  }>, Readonly<{
4735
+ name: "Boba";
4735
4736
  sortIndex: 11;
4736
4737
  blockTimeSeconds: 300;
4737
4738
  logoUrl: "https://assets.oku.trade/boba-logo.svg";
@@ -4812,7 +4813,6 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
4812
4813
  };
4813
4814
  };
4814
4815
  id: 288;
4815
- name: "Boba Network";
4816
4816
  nativeCurrency: {
4817
4817
  readonly decimals: 18;
4818
4818
  readonly name: "Boba";
@@ -4857,7 +4857,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
4857
4857
  nativeWrappedName: string;
4858
4858
  };
4859
4859
  };
4860
- defaultPool: "0x0000000000000000000000000000000000000000";
4860
+ defaultPool: "0xf52b4b69123cbcf07798ae8265642793b2e8990c";
4861
4861
  defaultToken0: "0x4300000000000000000000000000000000000003";
4862
4862
  defaultToken1: "0x4300000000000000000000000000000000000004";
4863
4863
  tokenList: ({
@@ -4868,7 +4868,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
4868
4868
  address: "0x4300000000000000000000000000000000000003";
4869
4869
  })[];
4870
4870
  stables: "0x4300000000000000000000000000000000000003"[];
4871
- watchlist: never[];
4871
+ watchlist: "0xf52b4b69123cbcf07798ae8265642793b2e8990c"[];
4872
4872
  internalName: "blast";
4873
4873
  contracts: {
4874
4874
  limitOrder: {
@@ -4913,6 +4913,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
4913
4913
  serializers?: import("viem").ChainSerializers<undefined> | undefined;
4914
4914
  fees?: import("viem").ChainFees<undefined> | undefined;
4915
4915
  }>, Readonly<{
4916
+ name: "BSC";
4916
4917
  sortIndex: 9;
4917
4918
  blockTimeSeconds: 3;
4918
4919
  logoUrl: "https://assets.oku.trade/bsc-logo.svg";
@@ -4921,7 +4922,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
4921
4922
  uniswap: {
4922
4923
  deployBlock: number;
4923
4924
  poolFactory: "0xFFCd7Aed9C627E82A765c3247d562239507f6f1B";
4924
- multicall2: "0xd213Ff319F8d28Fe31EbDB75b23aA61a2b905320";
4925
+ multicall2: "0xed386Fe855C1EFf2f843B910923Dd8846E45C5A4";
4925
4926
  proxyAdmin: "0xE8B5DaE430189ea6ccffF4eEeC58a98556525fB4";
4926
4927
  tickLens: "0x36EBd44350E4406E67C5579026950793b8528402";
4927
4928
  quoter: "0x483fc90DDC7aC847D4a752055DCF73483B6d97FD";
@@ -4986,7 +4987,6 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
4986
4987
  };
4987
4988
  };
4988
4989
  id: 56;
4989
- name: "BNB Smart Chain";
4990
4990
  nativeCurrency: {
4991
4991
  readonly decimals: 18;
4992
4992
  readonly name: "BNB";
@@ -5299,6 +5299,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
5299
5299
  serializers?: import("viem").ChainSerializers<undefined> | undefined;
5300
5300
  fees?: import("viem").ChainFees<undefined> | undefined;
5301
5301
  }>, Readonly<{
5302
+ name: "Optimism";
5302
5303
  blockTimeSeconds: 0.5;
5303
5304
  sortIndex: 2;
5304
5305
  logoUrl: "https://assets.oku.trade/optimism-logo.svg";
@@ -5320,7 +5321,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
5320
5321
  uniswap: {
5321
5322
  deployBlock: number;
5322
5323
  poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984";
5323
- multicall2: "0x5BA1e12693Dc8F9c48aAD8770482f4739bEeD696";
5324
+ multicall2: "0xD9bfE9979e9CA4b2fe84bA5d4Cf963bBcB376974";
5324
5325
  proxyAdmin: "0xB753548F6E010e7e680BA186F9Ca1BdAB2E90cf2";
5325
5326
  tickLens: "0xbfd8137f7d1516D3ea5cA83523914859ec47F573";
5326
5327
  quoter: "0xb27308f9F90D607463bb33eA1BeBb41C27CE5AB6";
@@ -5422,7 +5423,6 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
5422
5423
  };
5423
5424
  };
5424
5425
  id: 10;
5425
- name: "OP Mainnet";
5426
5426
  nativeCurrency: {
5427
5427
  readonly name: "Ether";
5428
5428
  readonly symbol: "ETH";
@@ -6196,7 +6196,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
6196
6196
  uniswap: {
6197
6197
  deployBlock: number;
6198
6198
  poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984";
6199
- multicall2: "0xca11bde05977b3631167028862be2a173976ca11";
6199
+ multicall2: "0xed386Fe855C1EFf2f843B910923Dd8846E45C5A4";
6200
6200
  proxyAdmin: "0xB753548F6E010e7e680BA186F9Ca1BdAB2E90cf2";
6201
6201
  tickLens: "0xbfd8137f7d1516D3ea5cA83523914859ec47F573";
6202
6202
  quoter: "0xb27308f9F90D607463bb33eA1BeBb41C27CE5AB6";
@@ -1,5 +1,6 @@
1
1
  import { Address, Chain, ChainContract } from "viem";
2
2
  declare const arbitrum: Readonly<{
3
+ name: "Arbitrum";
3
4
  sortIndex: 1;
4
5
  blockTimeSeconds: 0.25;
5
6
  logoUrl: "https://assets.oku.trade/arbitrum-logo.svg";
@@ -8,7 +9,7 @@ declare const arbitrum: Readonly<{
8
9
  uniswap: {
9
10
  deployBlock: number;
10
11
  poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984";
11
- multicall2: "0x5BA1e12693Dc8F9c48aAD8770482f4739bEeD696";
12
+ multicall2: "0xBF69a56D35B8d6f5A8e0e96B245a72F735751e54";
12
13
  proxyAdmin: "0xB753548F6E010e7e680BA186F9Ca1BdAB2E90cf2";
13
14
  tickLens: "0xbfd8137f7d1516D3ea5cA83523914859ec47F573";
14
15
  quoter: "0xb27308f9F90D607463bb33eA1BeBb41C27CE5AB6";
@@ -95,7 +96,6 @@ declare const arbitrum: Readonly<{
95
96
  };
96
97
  };
97
98
  id: 42161;
98
- name: "Arbitrum One";
99
99
  nativeCurrency: {
100
100
  readonly name: "Ether";
101
101
  readonly symbol: "ETH";
@@ -1020,7 +1020,7 @@ declare const blast: Readonly<{
1020
1020
  nativeWrappedName: string;
1021
1021
  };
1022
1022
  };
1023
- defaultPool: "0x0000000000000000000000000000000000000000";
1023
+ defaultPool: "0xf52b4b69123cbcf07798ae8265642793b2e8990c";
1024
1024
  defaultToken0: "0x4300000000000000000000000000000000000003";
1025
1025
  defaultToken1: "0x4300000000000000000000000000000000000004";
1026
1026
  tokenList: ({
@@ -1031,7 +1031,7 @@ declare const blast: Readonly<{
1031
1031
  address: "0x4300000000000000000000000000000000000003";
1032
1032
  })[];
1033
1033
  stables: "0x4300000000000000000000000000000000000003"[];
1034
- watchlist: never[];
1034
+ watchlist: "0xf52b4b69123cbcf07798ae8265642793b2e8990c"[];
1035
1035
  internalName: "blast";
1036
1036
  contracts: {
1037
1037
  limitOrder: {
@@ -1079,6 +1079,7 @@ declare const blast: Readonly<{
1079
1079
  fees?: import("viem").ChainFees<undefined> | undefined;
1080
1080
  }>;
1081
1081
  declare const boba: Readonly<{
1082
+ name: "Boba";
1082
1083
  sortIndex: 11;
1083
1084
  blockTimeSeconds: 300;
1084
1085
  logoUrl: "https://assets.oku.trade/boba-logo.svg";
@@ -1159,7 +1160,6 @@ declare const boba: Readonly<{
1159
1160
  };
1160
1161
  };
1161
1162
  id: 288;
1162
- name: "Boba Network";
1163
1163
  nativeCurrency: {
1164
1164
  readonly decimals: 18;
1165
1165
  readonly name: "Boba";
@@ -1180,6 +1180,7 @@ declare const boba: Readonly<{
1180
1180
  fees?: import("viem").ChainFees<undefined> | undefined;
1181
1181
  }>;
1182
1182
  declare const bsc: Readonly<{
1183
+ name: "BSC";
1183
1184
  sortIndex: 9;
1184
1185
  blockTimeSeconds: 3;
1185
1186
  logoUrl: "https://assets.oku.trade/bsc-logo.svg";
@@ -1188,7 +1189,7 @@ declare const bsc: Readonly<{
1188
1189
  uniswap: {
1189
1190
  deployBlock: number;
1190
1191
  poolFactory: "0xFFCd7Aed9C627E82A765c3247d562239507f6f1B";
1191
- multicall2: "0xd213Ff319F8d28Fe31EbDB75b23aA61a2b905320";
1192
+ multicall2: "0xed386Fe855C1EFf2f843B910923Dd8846E45C5A4";
1192
1193
  proxyAdmin: "0xE8B5DaE430189ea6ccffF4eEeC58a98556525fB4";
1193
1194
  tickLens: "0x36EBd44350E4406E67C5579026950793b8528402";
1194
1195
  quoter: "0x483fc90DDC7aC847D4a752055DCF73483B6d97FD";
@@ -1253,7 +1254,6 @@ declare const bsc: Readonly<{
1253
1254
  };
1254
1255
  };
1255
1256
  id: 56;
1256
- name: "BNB Smart Chain";
1257
1257
  nativeCurrency: {
1258
1258
  readonly decimals: 18;
1259
1259
  readonly name: "BNB";
@@ -1676,6 +1676,7 @@ declare const moonbeam: Readonly<{
1676
1676
  fees?: import("viem").ChainFees<undefined> | undefined;
1677
1677
  }>;
1678
1678
  declare const optimism: Readonly<{
1679
+ name: "Optimism";
1679
1680
  blockTimeSeconds: 0.5;
1680
1681
  sortIndex: 2;
1681
1682
  logoUrl: "https://assets.oku.trade/optimism-logo.svg";
@@ -1697,7 +1698,7 @@ declare const optimism: Readonly<{
1697
1698
  uniswap: {
1698
1699
  deployBlock: number;
1699
1700
  poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984";
1700
- multicall2: "0x5BA1e12693Dc8F9c48aAD8770482f4739bEeD696";
1701
+ multicall2: "0xD9bfE9979e9CA4b2fe84bA5d4Cf963bBcB376974";
1701
1702
  proxyAdmin: "0xB753548F6E010e7e680BA186F9Ca1BdAB2E90cf2";
1702
1703
  tickLens: "0xbfd8137f7d1516D3ea5cA83523914859ec47F573";
1703
1704
  quoter: "0xb27308f9F90D607463bb33eA1BeBb41C27CE5AB6";
@@ -1799,7 +1800,6 @@ declare const optimism: Readonly<{
1799
1800
  };
1800
1801
  };
1801
1802
  id: 10;
1802
- name: "OP Mainnet";
1803
1803
  nativeCurrency: {
1804
1804
  readonly name: "Ether";
1805
1805
  readonly symbol: "ETH";
@@ -2579,7 +2579,7 @@ declare const polygon: Readonly<{
2579
2579
  uniswap: {
2580
2580
  deployBlock: number;
2581
2581
  poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984";
2582
- multicall2: "0xca11bde05977b3631167028862be2a173976ca11";
2582
+ multicall2: "0xed386Fe855C1EFf2f843B910923Dd8846E45C5A4";
2583
2583
  proxyAdmin: "0xB753548F6E010e7e680BA186F9Ca1BdAB2E90cf2";
2584
2584
  tickLens: "0xbfd8137f7d1516D3ea5cA83523914859ec47F573";
2585
2585
  quoter: "0xb27308f9F90D607463bb33eA1BeBb41C27CE5AB6";
@@ -3750,6 +3750,7 @@ interface IChainInfo extends Chain {
3750
3750
  };
3751
3751
  }
3752
3752
  declare const MAINNET_CHAINS: readonly [Readonly<{
3753
+ name: "Arbitrum";
3753
3754
  sortIndex: 1;
3754
3755
  blockTimeSeconds: 0.25;
3755
3756
  logoUrl: "https://assets.oku.trade/arbitrum-logo.svg";
@@ -3758,7 +3759,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
3758
3759
  uniswap: {
3759
3760
  deployBlock: number;
3760
3761
  poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984";
3761
- multicall2: "0x5BA1e12693Dc8F9c48aAD8770482f4739bEeD696";
3762
+ multicall2: "0xBF69a56D35B8d6f5A8e0e96B245a72F735751e54";
3762
3763
  proxyAdmin: "0xB753548F6E010e7e680BA186F9Ca1BdAB2E90cf2";
3763
3764
  tickLens: "0xbfd8137f7d1516D3ea5cA83523914859ec47F573";
3764
3765
  quoter: "0xb27308f9F90D607463bb33eA1BeBb41C27CE5AB6";
@@ -3843,7 +3844,6 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
3843
3844
  };
3844
3845
  };
3845
3846
  id: 42161;
3846
- name: "Arbitrum One";
3847
3847
  nativeCurrency: {
3848
3848
  readonly name: "Ether";
3849
3849
  readonly symbol: "ETH";
@@ -4732,6 +4732,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
4732
4732
  };
4733
4733
  fees?: import("viem").ChainFees<undefined> | undefined;
4734
4734
  }>, Readonly<{
4735
+ name: "Boba";
4735
4736
  sortIndex: 11;
4736
4737
  blockTimeSeconds: 300;
4737
4738
  logoUrl: "https://assets.oku.trade/boba-logo.svg";
@@ -4812,7 +4813,6 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
4812
4813
  };
4813
4814
  };
4814
4815
  id: 288;
4815
- name: "Boba Network";
4816
4816
  nativeCurrency: {
4817
4817
  readonly decimals: 18;
4818
4818
  readonly name: "Boba";
@@ -4857,7 +4857,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
4857
4857
  nativeWrappedName: string;
4858
4858
  };
4859
4859
  };
4860
- defaultPool: "0x0000000000000000000000000000000000000000";
4860
+ defaultPool: "0xf52b4b69123cbcf07798ae8265642793b2e8990c";
4861
4861
  defaultToken0: "0x4300000000000000000000000000000000000003";
4862
4862
  defaultToken1: "0x4300000000000000000000000000000000000004";
4863
4863
  tokenList: ({
@@ -4868,7 +4868,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
4868
4868
  address: "0x4300000000000000000000000000000000000003";
4869
4869
  })[];
4870
4870
  stables: "0x4300000000000000000000000000000000000003"[];
4871
- watchlist: never[];
4871
+ watchlist: "0xf52b4b69123cbcf07798ae8265642793b2e8990c"[];
4872
4872
  internalName: "blast";
4873
4873
  contracts: {
4874
4874
  limitOrder: {
@@ -4913,6 +4913,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
4913
4913
  serializers?: import("viem").ChainSerializers<undefined> | undefined;
4914
4914
  fees?: import("viem").ChainFees<undefined> | undefined;
4915
4915
  }>, Readonly<{
4916
+ name: "BSC";
4916
4917
  sortIndex: 9;
4917
4918
  blockTimeSeconds: 3;
4918
4919
  logoUrl: "https://assets.oku.trade/bsc-logo.svg";
@@ -4921,7 +4922,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
4921
4922
  uniswap: {
4922
4923
  deployBlock: number;
4923
4924
  poolFactory: "0xFFCd7Aed9C627E82A765c3247d562239507f6f1B";
4924
- multicall2: "0xd213Ff319F8d28Fe31EbDB75b23aA61a2b905320";
4925
+ multicall2: "0xed386Fe855C1EFf2f843B910923Dd8846E45C5A4";
4925
4926
  proxyAdmin: "0xE8B5DaE430189ea6ccffF4eEeC58a98556525fB4";
4926
4927
  tickLens: "0x36EBd44350E4406E67C5579026950793b8528402";
4927
4928
  quoter: "0x483fc90DDC7aC847D4a752055DCF73483B6d97FD";
@@ -4986,7 +4987,6 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
4986
4987
  };
4987
4988
  };
4988
4989
  id: 56;
4989
- name: "BNB Smart Chain";
4990
4990
  nativeCurrency: {
4991
4991
  readonly decimals: 18;
4992
4992
  readonly name: "BNB";
@@ -5299,6 +5299,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
5299
5299
  serializers?: import("viem").ChainSerializers<undefined> | undefined;
5300
5300
  fees?: import("viem").ChainFees<undefined> | undefined;
5301
5301
  }>, Readonly<{
5302
+ name: "Optimism";
5302
5303
  blockTimeSeconds: 0.5;
5303
5304
  sortIndex: 2;
5304
5305
  logoUrl: "https://assets.oku.trade/optimism-logo.svg";
@@ -5320,7 +5321,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
5320
5321
  uniswap: {
5321
5322
  deployBlock: number;
5322
5323
  poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984";
5323
- multicall2: "0x5BA1e12693Dc8F9c48aAD8770482f4739bEeD696";
5324
+ multicall2: "0xD9bfE9979e9CA4b2fe84bA5d4Cf963bBcB376974";
5324
5325
  proxyAdmin: "0xB753548F6E010e7e680BA186F9Ca1BdAB2E90cf2";
5325
5326
  tickLens: "0xbfd8137f7d1516D3ea5cA83523914859ec47F573";
5326
5327
  quoter: "0xb27308f9F90D607463bb33eA1BeBb41C27CE5AB6";
@@ -5422,7 +5423,6 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
5422
5423
  };
5423
5424
  };
5424
5425
  id: 10;
5425
- name: "OP Mainnet";
5426
5426
  nativeCurrency: {
5427
5427
  readonly name: "Ether";
5428
5428
  readonly symbol: "ETH";
@@ -6196,7 +6196,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
6196
6196
  uniswap: {
6197
6197
  deployBlock: number;
6198
6198
  poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984";
6199
- multicall2: "0xca11bde05977b3631167028862be2a173976ca11";
6199
+ multicall2: "0xed386Fe855C1EFf2f843B910923Dd8846E45C5A4";
6200
6200
  proxyAdmin: "0xB753548F6E010e7e680BA186F9Ca1BdAB2E90cf2";
6201
6201
  tickLens: "0xbfd8137f7d1516D3ea5cA83523914859ec47F573";
6202
6202
  quoter: "0xb27308f9F90D607463bb33eA1BeBb41C27CE5AB6";
@@ -1,5 +1,6 @@
1
1
  import { Address, Chain, ChainContract } from "viem";
2
2
  declare const arbitrum: Readonly<{
3
+ name: "Arbitrum";
3
4
  sortIndex: 1;
4
5
  blockTimeSeconds: 0.25;
5
6
  logoUrl: "https://assets.oku.trade/arbitrum-logo.svg";
@@ -8,7 +9,7 @@ declare const arbitrum: Readonly<{
8
9
  uniswap: {
9
10
  deployBlock: number;
10
11
  poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984";
11
- multicall2: "0x5BA1e12693Dc8F9c48aAD8770482f4739bEeD696";
12
+ multicall2: "0xBF69a56D35B8d6f5A8e0e96B245a72F735751e54";
12
13
  proxyAdmin: "0xB753548F6E010e7e680BA186F9Ca1BdAB2E90cf2";
13
14
  tickLens: "0xbfd8137f7d1516D3ea5cA83523914859ec47F573";
14
15
  quoter: "0xb27308f9F90D607463bb33eA1BeBb41C27CE5AB6";
@@ -95,7 +96,6 @@ declare const arbitrum: Readonly<{
95
96
  };
96
97
  };
97
98
  id: 42161;
98
- name: "Arbitrum One";
99
99
  nativeCurrency: {
100
100
  readonly name: "Ether";
101
101
  readonly symbol: "ETH";
@@ -1020,7 +1020,7 @@ declare const blast: Readonly<{
1020
1020
  nativeWrappedName: string;
1021
1021
  };
1022
1022
  };
1023
- defaultPool: "0x0000000000000000000000000000000000000000";
1023
+ defaultPool: "0xf52b4b69123cbcf07798ae8265642793b2e8990c";
1024
1024
  defaultToken0: "0x4300000000000000000000000000000000000003";
1025
1025
  defaultToken1: "0x4300000000000000000000000000000000000004";
1026
1026
  tokenList: ({
@@ -1031,7 +1031,7 @@ declare const blast: Readonly<{
1031
1031
  address: "0x4300000000000000000000000000000000000003";
1032
1032
  })[];
1033
1033
  stables: "0x4300000000000000000000000000000000000003"[];
1034
- watchlist: never[];
1034
+ watchlist: "0xf52b4b69123cbcf07798ae8265642793b2e8990c"[];
1035
1035
  internalName: "blast";
1036
1036
  contracts: {
1037
1037
  limitOrder: {
@@ -1079,6 +1079,7 @@ declare const blast: Readonly<{
1079
1079
  fees?: import("viem").ChainFees<undefined> | undefined;
1080
1080
  }>;
1081
1081
  declare const boba: Readonly<{
1082
+ name: "Boba";
1082
1083
  sortIndex: 11;
1083
1084
  blockTimeSeconds: 300;
1084
1085
  logoUrl: "https://assets.oku.trade/boba-logo.svg";
@@ -1159,7 +1160,6 @@ declare const boba: Readonly<{
1159
1160
  };
1160
1161
  };
1161
1162
  id: 288;
1162
- name: "Boba Network";
1163
1163
  nativeCurrency: {
1164
1164
  readonly decimals: 18;
1165
1165
  readonly name: "Boba";
@@ -1180,6 +1180,7 @@ declare const boba: Readonly<{
1180
1180
  fees?: import("viem").ChainFees<undefined> | undefined;
1181
1181
  }>;
1182
1182
  declare const bsc: Readonly<{
1183
+ name: "BSC";
1183
1184
  sortIndex: 9;
1184
1185
  blockTimeSeconds: 3;
1185
1186
  logoUrl: "https://assets.oku.trade/bsc-logo.svg";
@@ -1188,7 +1189,7 @@ declare const bsc: Readonly<{
1188
1189
  uniswap: {
1189
1190
  deployBlock: number;
1190
1191
  poolFactory: "0xFFCd7Aed9C627E82A765c3247d562239507f6f1B";
1191
- multicall2: "0xd213Ff319F8d28Fe31EbDB75b23aA61a2b905320";
1192
+ multicall2: "0xed386Fe855C1EFf2f843B910923Dd8846E45C5A4";
1192
1193
  proxyAdmin: "0xE8B5DaE430189ea6ccffF4eEeC58a98556525fB4";
1193
1194
  tickLens: "0x36EBd44350E4406E67C5579026950793b8528402";
1194
1195
  quoter: "0x483fc90DDC7aC847D4a752055DCF73483B6d97FD";
@@ -1253,7 +1254,6 @@ declare const bsc: Readonly<{
1253
1254
  };
1254
1255
  };
1255
1256
  id: 56;
1256
- name: "BNB Smart Chain";
1257
1257
  nativeCurrency: {
1258
1258
  readonly decimals: 18;
1259
1259
  readonly name: "BNB";
@@ -1676,6 +1676,7 @@ declare const moonbeam: Readonly<{
1676
1676
  fees?: import("viem").ChainFees<undefined> | undefined;
1677
1677
  }>;
1678
1678
  declare const optimism: Readonly<{
1679
+ name: "Optimism";
1679
1680
  blockTimeSeconds: 0.5;
1680
1681
  sortIndex: 2;
1681
1682
  logoUrl: "https://assets.oku.trade/optimism-logo.svg";
@@ -1697,7 +1698,7 @@ declare const optimism: Readonly<{
1697
1698
  uniswap: {
1698
1699
  deployBlock: number;
1699
1700
  poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984";
1700
- multicall2: "0x5BA1e12693Dc8F9c48aAD8770482f4739bEeD696";
1701
+ multicall2: "0xD9bfE9979e9CA4b2fe84bA5d4Cf963bBcB376974";
1701
1702
  proxyAdmin: "0xB753548F6E010e7e680BA186F9Ca1BdAB2E90cf2";
1702
1703
  tickLens: "0xbfd8137f7d1516D3ea5cA83523914859ec47F573";
1703
1704
  quoter: "0xb27308f9F90D607463bb33eA1BeBb41C27CE5AB6";
@@ -1799,7 +1800,6 @@ declare const optimism: Readonly<{
1799
1800
  };
1800
1801
  };
1801
1802
  id: 10;
1802
- name: "OP Mainnet";
1803
1803
  nativeCurrency: {
1804
1804
  readonly name: "Ether";
1805
1805
  readonly symbol: "ETH";
@@ -2579,7 +2579,7 @@ declare const polygon: Readonly<{
2579
2579
  uniswap: {
2580
2580
  deployBlock: number;
2581
2581
  poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984";
2582
- multicall2: "0xca11bde05977b3631167028862be2a173976ca11";
2582
+ multicall2: "0xed386Fe855C1EFf2f843B910923Dd8846E45C5A4";
2583
2583
  proxyAdmin: "0xB753548F6E010e7e680BA186F9Ca1BdAB2E90cf2";
2584
2584
  tickLens: "0xbfd8137f7d1516D3ea5cA83523914859ec47F573";
2585
2585
  quoter: "0xb27308f9F90D607463bb33eA1BeBb41C27CE5AB6";
@@ -3750,6 +3750,7 @@ interface IChainInfo extends Chain {
3750
3750
  };
3751
3751
  }
3752
3752
  declare const MAINNET_CHAINS: readonly [Readonly<{
3753
+ name: "Arbitrum";
3753
3754
  sortIndex: 1;
3754
3755
  blockTimeSeconds: 0.25;
3755
3756
  logoUrl: "https://assets.oku.trade/arbitrum-logo.svg";
@@ -3758,7 +3759,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
3758
3759
  uniswap: {
3759
3760
  deployBlock: number;
3760
3761
  poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984";
3761
- multicall2: "0x5BA1e12693Dc8F9c48aAD8770482f4739bEeD696";
3762
+ multicall2: "0xBF69a56D35B8d6f5A8e0e96B245a72F735751e54";
3762
3763
  proxyAdmin: "0xB753548F6E010e7e680BA186F9Ca1BdAB2E90cf2";
3763
3764
  tickLens: "0xbfd8137f7d1516D3ea5cA83523914859ec47F573";
3764
3765
  quoter: "0xb27308f9F90D607463bb33eA1BeBb41C27CE5AB6";
@@ -3843,7 +3844,6 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
3843
3844
  };
3844
3845
  };
3845
3846
  id: 42161;
3846
- name: "Arbitrum One";
3847
3847
  nativeCurrency: {
3848
3848
  readonly name: "Ether";
3849
3849
  readonly symbol: "ETH";
@@ -4732,6 +4732,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
4732
4732
  };
4733
4733
  fees?: import("viem").ChainFees<undefined> | undefined;
4734
4734
  }>, Readonly<{
4735
+ name: "Boba";
4735
4736
  sortIndex: 11;
4736
4737
  blockTimeSeconds: 300;
4737
4738
  logoUrl: "https://assets.oku.trade/boba-logo.svg";
@@ -4812,7 +4813,6 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
4812
4813
  };
4813
4814
  };
4814
4815
  id: 288;
4815
- name: "Boba Network";
4816
4816
  nativeCurrency: {
4817
4817
  readonly decimals: 18;
4818
4818
  readonly name: "Boba";
@@ -4857,7 +4857,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
4857
4857
  nativeWrappedName: string;
4858
4858
  };
4859
4859
  };
4860
- defaultPool: "0x0000000000000000000000000000000000000000";
4860
+ defaultPool: "0xf52b4b69123cbcf07798ae8265642793b2e8990c";
4861
4861
  defaultToken0: "0x4300000000000000000000000000000000000003";
4862
4862
  defaultToken1: "0x4300000000000000000000000000000000000004";
4863
4863
  tokenList: ({
@@ -4868,7 +4868,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
4868
4868
  address: "0x4300000000000000000000000000000000000003";
4869
4869
  })[];
4870
4870
  stables: "0x4300000000000000000000000000000000000003"[];
4871
- watchlist: never[];
4871
+ watchlist: "0xf52b4b69123cbcf07798ae8265642793b2e8990c"[];
4872
4872
  internalName: "blast";
4873
4873
  contracts: {
4874
4874
  limitOrder: {
@@ -4913,6 +4913,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
4913
4913
  serializers?: import("viem").ChainSerializers<undefined> | undefined;
4914
4914
  fees?: import("viem").ChainFees<undefined> | undefined;
4915
4915
  }>, Readonly<{
4916
+ name: "BSC";
4916
4917
  sortIndex: 9;
4917
4918
  blockTimeSeconds: 3;
4918
4919
  logoUrl: "https://assets.oku.trade/bsc-logo.svg";
@@ -4921,7 +4922,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
4921
4922
  uniswap: {
4922
4923
  deployBlock: number;
4923
4924
  poolFactory: "0xFFCd7Aed9C627E82A765c3247d562239507f6f1B";
4924
- multicall2: "0xd213Ff319F8d28Fe31EbDB75b23aA61a2b905320";
4925
+ multicall2: "0xed386Fe855C1EFf2f843B910923Dd8846E45C5A4";
4925
4926
  proxyAdmin: "0xE8B5DaE430189ea6ccffF4eEeC58a98556525fB4";
4926
4927
  tickLens: "0x36EBd44350E4406E67C5579026950793b8528402";
4927
4928
  quoter: "0x483fc90DDC7aC847D4a752055DCF73483B6d97FD";
@@ -4986,7 +4987,6 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
4986
4987
  };
4987
4988
  };
4988
4989
  id: 56;
4989
- name: "BNB Smart Chain";
4990
4990
  nativeCurrency: {
4991
4991
  readonly decimals: 18;
4992
4992
  readonly name: "BNB";
@@ -5299,6 +5299,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
5299
5299
  serializers?: import("viem").ChainSerializers<undefined> | undefined;
5300
5300
  fees?: import("viem").ChainFees<undefined> | undefined;
5301
5301
  }>, Readonly<{
5302
+ name: "Optimism";
5302
5303
  blockTimeSeconds: 0.5;
5303
5304
  sortIndex: 2;
5304
5305
  logoUrl: "https://assets.oku.trade/optimism-logo.svg";
@@ -5320,7 +5321,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
5320
5321
  uniswap: {
5321
5322
  deployBlock: number;
5322
5323
  poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984";
5323
- multicall2: "0x5BA1e12693Dc8F9c48aAD8770482f4739bEeD696";
5324
+ multicall2: "0xD9bfE9979e9CA4b2fe84bA5d4Cf963bBcB376974";
5324
5325
  proxyAdmin: "0xB753548F6E010e7e680BA186F9Ca1BdAB2E90cf2";
5325
5326
  tickLens: "0xbfd8137f7d1516D3ea5cA83523914859ec47F573";
5326
5327
  quoter: "0xb27308f9F90D607463bb33eA1BeBb41C27CE5AB6";
@@ -5422,7 +5423,6 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
5422
5423
  };
5423
5424
  };
5424
5425
  id: 10;
5425
- name: "OP Mainnet";
5426
5426
  nativeCurrency: {
5427
5427
  readonly name: "Ether";
5428
5428
  readonly symbol: "ETH";
@@ -6196,7 +6196,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
6196
6196
  uniswap: {
6197
6197
  deployBlock: number;
6198
6198
  poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984";
6199
- multicall2: "0xca11bde05977b3631167028862be2a173976ca11";
6199
+ multicall2: "0xed386Fe855C1EFf2f843B910923Dd8846E45C5A4";
6200
6200
  proxyAdmin: "0xB753548F6E010e7e680BA186F9Ca1BdAB2E90cf2";
6201
6201
  tickLens: "0xbfd8137f7d1516D3ea5cA83523914859ec47F573";
6202
6202
  quoter: "0xb27308f9F90D607463bb33eA1BeBb41C27CE5AB6";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gfxlabs/oku-chains",
3
- "version": "1.1.0",
3
+ "version": "1.1.2",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index-mjs.js",