@gfxlabs/oku-chains 1.0.0 → 1.0.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 +14 -0
- package/dist/index-mjs.js +14 -0
- package/dist/index.js +14 -0
- package/dist/types/browser.d.ts +29 -2
- package/dist/types/index-mjs.d.ts +29 -2
- package/dist/types/index.d.ts +29 -2
- package/package.json +3 -2
- package/readme.md +0 -1
package/dist/browser.js
CHANGED
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
sortIndex: 1,
|
|
14
14
|
blockTimeSeconds: 0.25,
|
|
15
15
|
logoUrl: "https://assets.oku.trade/arbitrum-logo.svg",
|
|
16
|
+
safeReorgDistance: 90000 * 2,
|
|
16
17
|
uniswap: {
|
|
17
18
|
deployBlock: 165,
|
|
18
19
|
poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984",
|
|
@@ -233,6 +234,7 @@
|
|
|
233
234
|
defaultPool: "0x9e37cb775a047ae99fc5a24dded834127c4180cd",
|
|
234
235
|
defaultToken0: "0x27d2decb4bfc9c76f0309b8e88dec3a601fe25a8",
|
|
235
236
|
defaultToken1: "0x4200000000000000000000000000000000000006",
|
|
237
|
+
safeReorgDistance: 90000,
|
|
236
238
|
uniswap: {
|
|
237
239
|
deployBlock: 1371680,
|
|
238
240
|
poolFactory: "0x33128a8fC17869897dcE68Ed026d694621f6FDfD",
|
|
@@ -296,6 +298,7 @@
|
|
|
296
298
|
sortIndex: 11,
|
|
297
299
|
blockTimeSeconds: 300,
|
|
298
300
|
logoUrl: "https://assets.oku.trade/boba-logo.svg",
|
|
301
|
+
safeReorgDistance: 90000,
|
|
299
302
|
uniswap: {
|
|
300
303
|
deployBlock: 969351,
|
|
301
304
|
poolFactory: "0xFFCd7Aed9C627E82A765c3247d562239507f6f1B",
|
|
@@ -373,6 +376,7 @@
|
|
|
373
376
|
sortIndex: 9,
|
|
374
377
|
blockTimeSeconds: 3,
|
|
375
378
|
logoUrl: "https://assets.oku.trade/bsc-logo.svg",
|
|
379
|
+
safeReorgDistance: 90000,
|
|
376
380
|
uniswap: {
|
|
377
381
|
deployBlock: 969351,
|
|
378
382
|
poolFactory: "0xFFCd7Aed9C627E82A765c3247d562239507f6f1B",
|
|
@@ -468,6 +472,7 @@
|
|
|
468
472
|
sortIndex: 10,
|
|
469
473
|
name: "Filecoin",
|
|
470
474
|
blockTimeSeconds: 30,
|
|
475
|
+
safeReorgDistance: 90000,
|
|
471
476
|
blockExplorers: {
|
|
472
477
|
...chains.filecoin.blockExplorers,
|
|
473
478
|
default: {
|
|
@@ -531,6 +536,7 @@
|
|
|
531
536
|
watchlist: [
|
|
532
537
|
"0x14d44c7ef81f6c18f5d22e0962f0279d83e80b05",
|
|
533
538
|
"0x9d8ea62e1264ab667d234b5610774a08e608e3b8",
|
|
539
|
+
"0x443a6243a36ef0ae1c46523d563c15abd787f4e9",
|
|
534
540
|
],
|
|
535
541
|
internalName: "filecoin",
|
|
536
542
|
contracts: {
|
|
@@ -557,6 +563,7 @@
|
|
|
557
563
|
...chains.mainnet,
|
|
558
564
|
sortIndex: 0,
|
|
559
565
|
blockTimeSeconds: 15,
|
|
566
|
+
safeReorgDistance: 90000,
|
|
560
567
|
logoUrl: "https://assets.oku.trade/ethereum-logo.webp",
|
|
561
568
|
uniswap: {
|
|
562
569
|
deployBlock: 12369621,
|
|
@@ -774,6 +781,7 @@
|
|
|
774
781
|
sortIndex: 12,
|
|
775
782
|
blockTimeSeconds: 30,
|
|
776
783
|
logoUrl: "https://assets.oku.trade/moonbeam-logo.svg",
|
|
784
|
+
safeReorgDistance: 90000,
|
|
777
785
|
uniswap: {
|
|
778
786
|
deployBlock: 3340452,
|
|
779
787
|
poolFactory: "0x28f1158795A3585CaAA3cD6469CD65382b89BB70",
|
|
@@ -845,6 +853,7 @@
|
|
|
845
853
|
blockTimeSeconds: 0.5,
|
|
846
854
|
sortIndex: 2,
|
|
847
855
|
logoUrl: "https://assets.oku.trade/optimism-logo.svg",
|
|
856
|
+
safeReorgDistance: 90000,
|
|
848
857
|
oku: {
|
|
849
858
|
limitOrderRegistryDeployBlock: 105276132,
|
|
850
859
|
limitOrderRegistry: "0x54dF9e11c7933a9cA3BD1E540B63dA15edAe40bf",
|
|
@@ -1059,6 +1068,7 @@
|
|
|
1059
1068
|
blockTimeSeconds: 2,
|
|
1060
1069
|
sortIndex: 3,
|
|
1061
1070
|
logoUrl: "https://assets.oku.trade/polygon-logo.webp",
|
|
1071
|
+
safeReorgDistance: 90000,
|
|
1062
1072
|
uniswap: {
|
|
1063
1073
|
deployBlock: 22757547,
|
|
1064
1074
|
poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984",
|
|
@@ -1269,6 +1279,7 @@
|
|
|
1269
1279
|
name: "Rootstock",
|
|
1270
1280
|
blockTimeSeconds: 33,
|
|
1271
1281
|
logoUrl: "https://assets.oku.trade/rootstock-logo.svg",
|
|
1282
|
+
safeReorgDistance: 90000,
|
|
1272
1283
|
uniswap: {
|
|
1273
1284
|
deployBlock: 5829210,
|
|
1274
1285
|
poolFactory: "0xaF37EC98A00FD63689CF3060BF3B6784E00caD82",
|
|
@@ -1339,6 +1350,7 @@
|
|
|
1339
1350
|
sortIndex: 5,
|
|
1340
1351
|
blockTimeSeconds: 3,
|
|
1341
1352
|
logoUrl: "https://assets.oku.trade/scroll-logo.png",
|
|
1353
|
+
safeReorgDistance: 90000,
|
|
1342
1354
|
uniswap: {
|
|
1343
1355
|
deployBlock: 1367,
|
|
1344
1356
|
poolFactory: "0x70C62C8b8e801124A4Aa81ce07b637A3e83cb919",
|
|
@@ -1402,6 +1414,7 @@
|
|
|
1402
1414
|
sortIndex: 6,
|
|
1403
1415
|
blockTimeSeconds: 7,
|
|
1404
1416
|
logoUrl: "https://assets.oku.trade/zkevm-logo.svg",
|
|
1417
|
+
safeReorgDistance: 90000,
|
|
1405
1418
|
uniswap: {
|
|
1406
1419
|
deployBlock: 8466867,
|
|
1407
1420
|
poolFactory: "0xff83c3c800Fec21de45C5Ec30B69ddd5Ee60DFC2",
|
|
@@ -1465,6 +1478,7 @@
|
|
|
1465
1478
|
blockTimeSeconds: 2,
|
|
1466
1479
|
sortIndex: 4,
|
|
1467
1480
|
logoUrl: "https://assets.oku.trade/zksync-logo.svg",
|
|
1481
|
+
safeReorgDistance: 90000,
|
|
1468
1482
|
uniswap: {
|
|
1469
1483
|
deployBlock: 12637075,
|
|
1470
1484
|
poolFactory: "0x8FdA5a7a8dCA67BBcDd10F02Fa0649A937215422",
|
package/dist/index-mjs.js
CHANGED
|
@@ -9,6 +9,7 @@ const arbitrum = makeConfig({
|
|
|
9
9
|
sortIndex: 1,
|
|
10
10
|
blockTimeSeconds: 0.25,
|
|
11
11
|
logoUrl: "https://assets.oku.trade/arbitrum-logo.svg",
|
|
12
|
+
safeReorgDistance: 90000 * 2,
|
|
12
13
|
uniswap: {
|
|
13
14
|
deployBlock: 165,
|
|
14
15
|
poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984",
|
|
@@ -229,6 +230,7 @@ const base = makeConfig({
|
|
|
229
230
|
defaultPool: "0x9e37cb775a047ae99fc5a24dded834127c4180cd",
|
|
230
231
|
defaultToken0: "0x27d2decb4bfc9c76f0309b8e88dec3a601fe25a8",
|
|
231
232
|
defaultToken1: "0x4200000000000000000000000000000000000006",
|
|
233
|
+
safeReorgDistance: 90000,
|
|
232
234
|
uniswap: {
|
|
233
235
|
deployBlock: 1371680,
|
|
234
236
|
poolFactory: "0x33128a8fC17869897dcE68Ed026d694621f6FDfD",
|
|
@@ -292,6 +294,7 @@ const boba = makeConfig({
|
|
|
292
294
|
sortIndex: 11,
|
|
293
295
|
blockTimeSeconds: 300,
|
|
294
296
|
logoUrl: "https://assets.oku.trade/boba-logo.svg",
|
|
297
|
+
safeReorgDistance: 90000,
|
|
295
298
|
uniswap: {
|
|
296
299
|
deployBlock: 969351,
|
|
297
300
|
poolFactory: "0xFFCd7Aed9C627E82A765c3247d562239507f6f1B",
|
|
@@ -369,6 +372,7 @@ const bsc = makeConfig({
|
|
|
369
372
|
sortIndex: 9,
|
|
370
373
|
blockTimeSeconds: 3,
|
|
371
374
|
logoUrl: "https://assets.oku.trade/bsc-logo.svg",
|
|
375
|
+
safeReorgDistance: 90000,
|
|
372
376
|
uniswap: {
|
|
373
377
|
deployBlock: 969351,
|
|
374
378
|
poolFactory: "0xFFCd7Aed9C627E82A765c3247d562239507f6f1B",
|
|
@@ -464,6 +468,7 @@ const filecoin = makeConfig({
|
|
|
464
468
|
sortIndex: 10,
|
|
465
469
|
name: "Filecoin",
|
|
466
470
|
blockTimeSeconds: 30,
|
|
471
|
+
safeReorgDistance: 90000,
|
|
467
472
|
blockExplorers: {
|
|
468
473
|
...filecoin$1.blockExplorers,
|
|
469
474
|
default: {
|
|
@@ -527,6 +532,7 @@ const filecoin = makeConfig({
|
|
|
527
532
|
watchlist: [
|
|
528
533
|
"0x14d44c7ef81f6c18f5d22e0962f0279d83e80b05",
|
|
529
534
|
"0x9d8ea62e1264ab667d234b5610774a08e608e3b8",
|
|
535
|
+
"0x443a6243a36ef0ae1c46523d563c15abd787f4e9",
|
|
530
536
|
],
|
|
531
537
|
internalName: "filecoin",
|
|
532
538
|
contracts: {
|
|
@@ -553,6 +559,7 @@ const mainnet = makeConfig({
|
|
|
553
559
|
...mainnet$1,
|
|
554
560
|
sortIndex: 0,
|
|
555
561
|
blockTimeSeconds: 15,
|
|
562
|
+
safeReorgDistance: 90000,
|
|
556
563
|
logoUrl: "https://assets.oku.trade/ethereum-logo.webp",
|
|
557
564
|
uniswap: {
|
|
558
565
|
deployBlock: 12369621,
|
|
@@ -770,6 +777,7 @@ const moonbeam = makeConfig({
|
|
|
770
777
|
sortIndex: 12,
|
|
771
778
|
blockTimeSeconds: 30,
|
|
772
779
|
logoUrl: "https://assets.oku.trade/moonbeam-logo.svg",
|
|
780
|
+
safeReorgDistance: 90000,
|
|
773
781
|
uniswap: {
|
|
774
782
|
deployBlock: 3340452,
|
|
775
783
|
poolFactory: "0x28f1158795A3585CaAA3cD6469CD65382b89BB70",
|
|
@@ -841,6 +849,7 @@ const optimism = makeConfig({
|
|
|
841
849
|
blockTimeSeconds: 0.5,
|
|
842
850
|
sortIndex: 2,
|
|
843
851
|
logoUrl: "https://assets.oku.trade/optimism-logo.svg",
|
|
852
|
+
safeReorgDistance: 90000,
|
|
844
853
|
oku: {
|
|
845
854
|
limitOrderRegistryDeployBlock: 105276132,
|
|
846
855
|
limitOrderRegistry: "0x54dF9e11c7933a9cA3BD1E540B63dA15edAe40bf",
|
|
@@ -1055,6 +1064,7 @@ const polygon = makeConfig({
|
|
|
1055
1064
|
blockTimeSeconds: 2,
|
|
1056
1065
|
sortIndex: 3,
|
|
1057
1066
|
logoUrl: "https://assets.oku.trade/polygon-logo.webp",
|
|
1067
|
+
safeReorgDistance: 90000,
|
|
1058
1068
|
uniswap: {
|
|
1059
1069
|
deployBlock: 22757547,
|
|
1060
1070
|
poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984",
|
|
@@ -1265,6 +1275,7 @@ const rootstock = makeConfig({
|
|
|
1265
1275
|
name: "Rootstock",
|
|
1266
1276
|
blockTimeSeconds: 33,
|
|
1267
1277
|
logoUrl: "https://assets.oku.trade/rootstock-logo.svg",
|
|
1278
|
+
safeReorgDistance: 90000,
|
|
1268
1279
|
uniswap: {
|
|
1269
1280
|
deployBlock: 5829210,
|
|
1270
1281
|
poolFactory: "0xaF37EC98A00FD63689CF3060BF3B6784E00caD82",
|
|
@@ -1335,6 +1346,7 @@ const scroll = makeConfig({
|
|
|
1335
1346
|
sortIndex: 5,
|
|
1336
1347
|
blockTimeSeconds: 3,
|
|
1337
1348
|
logoUrl: "https://assets.oku.trade/scroll-logo.png",
|
|
1349
|
+
safeReorgDistance: 90000,
|
|
1338
1350
|
uniswap: {
|
|
1339
1351
|
deployBlock: 1367,
|
|
1340
1352
|
poolFactory: "0x70C62C8b8e801124A4Aa81ce07b637A3e83cb919",
|
|
@@ -1398,6 +1410,7 @@ const polygonZkEvm = makeConfig({
|
|
|
1398
1410
|
sortIndex: 6,
|
|
1399
1411
|
blockTimeSeconds: 7,
|
|
1400
1412
|
logoUrl: "https://assets.oku.trade/zkevm-logo.svg",
|
|
1413
|
+
safeReorgDistance: 90000,
|
|
1401
1414
|
uniswap: {
|
|
1402
1415
|
deployBlock: 8466867,
|
|
1403
1416
|
poolFactory: "0xff83c3c800Fec21de45C5Ec30B69ddd5Ee60DFC2",
|
|
@@ -1461,6 +1474,7 @@ const zkSync = makeConfig({
|
|
|
1461
1474
|
blockTimeSeconds: 2,
|
|
1462
1475
|
sortIndex: 4,
|
|
1463
1476
|
logoUrl: "https://assets.oku.trade/zksync-logo.svg",
|
|
1477
|
+
safeReorgDistance: 90000,
|
|
1464
1478
|
uniswap: {
|
|
1465
1479
|
deployBlock: 12637075,
|
|
1466
1480
|
poolFactory: "0x8FdA5a7a8dCA67BBcDd10F02Fa0649A937215422",
|
package/dist/index.js
CHANGED
|
@@ -11,6 +11,7 @@ const arbitrum = makeConfig({
|
|
|
11
11
|
sortIndex: 1,
|
|
12
12
|
blockTimeSeconds: 0.25,
|
|
13
13
|
logoUrl: "https://assets.oku.trade/arbitrum-logo.svg",
|
|
14
|
+
safeReorgDistance: 90000 * 2,
|
|
14
15
|
uniswap: {
|
|
15
16
|
deployBlock: 165,
|
|
16
17
|
poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984",
|
|
@@ -231,6 +232,7 @@ const base = makeConfig({
|
|
|
231
232
|
defaultPool: "0x9e37cb775a047ae99fc5a24dded834127c4180cd",
|
|
232
233
|
defaultToken0: "0x27d2decb4bfc9c76f0309b8e88dec3a601fe25a8",
|
|
233
234
|
defaultToken1: "0x4200000000000000000000000000000000000006",
|
|
235
|
+
safeReorgDistance: 90000,
|
|
234
236
|
uniswap: {
|
|
235
237
|
deployBlock: 1371680,
|
|
236
238
|
poolFactory: "0x33128a8fC17869897dcE68Ed026d694621f6FDfD",
|
|
@@ -294,6 +296,7 @@ const boba = makeConfig({
|
|
|
294
296
|
sortIndex: 11,
|
|
295
297
|
blockTimeSeconds: 300,
|
|
296
298
|
logoUrl: "https://assets.oku.trade/boba-logo.svg",
|
|
299
|
+
safeReorgDistance: 90000,
|
|
297
300
|
uniswap: {
|
|
298
301
|
deployBlock: 969351,
|
|
299
302
|
poolFactory: "0xFFCd7Aed9C627E82A765c3247d562239507f6f1B",
|
|
@@ -371,6 +374,7 @@ const bsc = makeConfig({
|
|
|
371
374
|
sortIndex: 9,
|
|
372
375
|
blockTimeSeconds: 3,
|
|
373
376
|
logoUrl: "https://assets.oku.trade/bsc-logo.svg",
|
|
377
|
+
safeReorgDistance: 90000,
|
|
374
378
|
uniswap: {
|
|
375
379
|
deployBlock: 969351,
|
|
376
380
|
poolFactory: "0xFFCd7Aed9C627E82A765c3247d562239507f6f1B",
|
|
@@ -466,6 +470,7 @@ const filecoin = makeConfig({
|
|
|
466
470
|
sortIndex: 10,
|
|
467
471
|
name: "Filecoin",
|
|
468
472
|
blockTimeSeconds: 30,
|
|
473
|
+
safeReorgDistance: 90000,
|
|
469
474
|
blockExplorers: {
|
|
470
475
|
...chains.filecoin.blockExplorers,
|
|
471
476
|
default: {
|
|
@@ -529,6 +534,7 @@ const filecoin = makeConfig({
|
|
|
529
534
|
watchlist: [
|
|
530
535
|
"0x14d44c7ef81f6c18f5d22e0962f0279d83e80b05",
|
|
531
536
|
"0x9d8ea62e1264ab667d234b5610774a08e608e3b8",
|
|
537
|
+
"0x443a6243a36ef0ae1c46523d563c15abd787f4e9",
|
|
532
538
|
],
|
|
533
539
|
internalName: "filecoin",
|
|
534
540
|
contracts: {
|
|
@@ -555,6 +561,7 @@ const mainnet = makeConfig({
|
|
|
555
561
|
...chains.mainnet,
|
|
556
562
|
sortIndex: 0,
|
|
557
563
|
blockTimeSeconds: 15,
|
|
564
|
+
safeReorgDistance: 90000,
|
|
558
565
|
logoUrl: "https://assets.oku.trade/ethereum-logo.webp",
|
|
559
566
|
uniswap: {
|
|
560
567
|
deployBlock: 12369621,
|
|
@@ -772,6 +779,7 @@ const moonbeam = makeConfig({
|
|
|
772
779
|
sortIndex: 12,
|
|
773
780
|
blockTimeSeconds: 30,
|
|
774
781
|
logoUrl: "https://assets.oku.trade/moonbeam-logo.svg",
|
|
782
|
+
safeReorgDistance: 90000,
|
|
775
783
|
uniswap: {
|
|
776
784
|
deployBlock: 3340452,
|
|
777
785
|
poolFactory: "0x28f1158795A3585CaAA3cD6469CD65382b89BB70",
|
|
@@ -843,6 +851,7 @@ const optimism = makeConfig({
|
|
|
843
851
|
blockTimeSeconds: 0.5,
|
|
844
852
|
sortIndex: 2,
|
|
845
853
|
logoUrl: "https://assets.oku.trade/optimism-logo.svg",
|
|
854
|
+
safeReorgDistance: 90000,
|
|
846
855
|
oku: {
|
|
847
856
|
limitOrderRegistryDeployBlock: 105276132,
|
|
848
857
|
limitOrderRegistry: "0x54dF9e11c7933a9cA3BD1E540B63dA15edAe40bf",
|
|
@@ -1057,6 +1066,7 @@ const polygon = makeConfig({
|
|
|
1057
1066
|
blockTimeSeconds: 2,
|
|
1058
1067
|
sortIndex: 3,
|
|
1059
1068
|
logoUrl: "https://assets.oku.trade/polygon-logo.webp",
|
|
1069
|
+
safeReorgDistance: 90000,
|
|
1060
1070
|
uniswap: {
|
|
1061
1071
|
deployBlock: 22757547,
|
|
1062
1072
|
poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984",
|
|
@@ -1267,6 +1277,7 @@ const rootstock = makeConfig({
|
|
|
1267
1277
|
name: "Rootstock",
|
|
1268
1278
|
blockTimeSeconds: 33,
|
|
1269
1279
|
logoUrl: "https://assets.oku.trade/rootstock-logo.svg",
|
|
1280
|
+
safeReorgDistance: 90000,
|
|
1270
1281
|
uniswap: {
|
|
1271
1282
|
deployBlock: 5829210,
|
|
1272
1283
|
poolFactory: "0xaF37EC98A00FD63689CF3060BF3B6784E00caD82",
|
|
@@ -1337,6 +1348,7 @@ const scroll = makeConfig({
|
|
|
1337
1348
|
sortIndex: 5,
|
|
1338
1349
|
blockTimeSeconds: 3,
|
|
1339
1350
|
logoUrl: "https://assets.oku.trade/scroll-logo.png",
|
|
1351
|
+
safeReorgDistance: 90000,
|
|
1340
1352
|
uniswap: {
|
|
1341
1353
|
deployBlock: 1367,
|
|
1342
1354
|
poolFactory: "0x70C62C8b8e801124A4Aa81ce07b637A3e83cb919",
|
|
@@ -1400,6 +1412,7 @@ const polygonZkEvm = makeConfig({
|
|
|
1400
1412
|
sortIndex: 6,
|
|
1401
1413
|
blockTimeSeconds: 7,
|
|
1402
1414
|
logoUrl: "https://assets.oku.trade/zkevm-logo.svg",
|
|
1415
|
+
safeReorgDistance: 90000,
|
|
1403
1416
|
uniswap: {
|
|
1404
1417
|
deployBlock: 8466867,
|
|
1405
1418
|
poolFactory: "0xff83c3c800Fec21de45C5Ec30B69ddd5Ee60DFC2",
|
|
@@ -1463,6 +1476,7 @@ const zkSync = makeConfig({
|
|
|
1463
1476
|
blockTimeSeconds: 2,
|
|
1464
1477
|
sortIndex: 4,
|
|
1465
1478
|
logoUrl: "https://assets.oku.trade/zksync-logo.svg",
|
|
1479
|
+
safeReorgDistance: 90000,
|
|
1466
1480
|
uniswap: {
|
|
1467
1481
|
deployBlock: 12637075,
|
|
1468
1482
|
poolFactory: "0x8FdA5a7a8dCA67BBcDd10F02Fa0649A937215422",
|
package/dist/types/browser.d.ts
CHANGED
|
@@ -3,6 +3,7 @@ declare const arbitrum: Readonly<{
|
|
|
3
3
|
sortIndex: 1;
|
|
4
4
|
blockTimeSeconds: 0.25;
|
|
5
5
|
logoUrl: "https://assets.oku.trade/arbitrum-logo.svg";
|
|
6
|
+
safeReorgDistance: number;
|
|
6
7
|
uniswap: {
|
|
7
8
|
deployBlock: number;
|
|
8
9
|
poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984";
|
|
@@ -118,6 +119,7 @@ declare const base: Readonly<{
|
|
|
118
119
|
defaultPool: "0x9e37cb775a047ae99fc5a24dded834127c4180cd";
|
|
119
120
|
defaultToken0: "0x27d2decb4bfc9c76f0309b8e88dec3a601fe25a8";
|
|
120
121
|
defaultToken1: "0x4200000000000000000000000000000000000006";
|
|
122
|
+
safeReorgDistance: 90000;
|
|
121
123
|
uniswap: {
|
|
122
124
|
deployBlock: number;
|
|
123
125
|
poolFactory: "0x33128a8fC17869897dcE68Ed026d694621f6FDfD";
|
|
@@ -749,6 +751,7 @@ declare const boba: Readonly<{
|
|
|
749
751
|
sortIndex: 11;
|
|
750
752
|
blockTimeSeconds: 300;
|
|
751
753
|
logoUrl: "https://assets.oku.trade/boba-logo.svg";
|
|
754
|
+
safeReorgDistance: 90000;
|
|
752
755
|
uniswap: {
|
|
753
756
|
deployBlock: number;
|
|
754
757
|
poolFactory: "0xFFCd7Aed9C627E82A765c3247d562239507f6f1B";
|
|
@@ -847,6 +850,7 @@ declare const bsc: Readonly<{
|
|
|
847
850
|
sortIndex: 9;
|
|
848
851
|
blockTimeSeconds: 3;
|
|
849
852
|
logoUrl: "https://assets.oku.trade/bsc-logo.svg";
|
|
853
|
+
safeReorgDistance: 90000;
|
|
850
854
|
uniswap: {
|
|
851
855
|
deployBlock: number;
|
|
852
856
|
poolFactory: "0xFFCd7Aed9C627E82A765c3247d562239507f6f1B";
|
|
@@ -932,6 +936,7 @@ declare const filecoin: Readonly<{
|
|
|
932
936
|
sortIndex: 10;
|
|
933
937
|
name: "Filecoin";
|
|
934
938
|
blockTimeSeconds: 30;
|
|
939
|
+
safeReorgDistance: 90000;
|
|
935
940
|
blockExplorers: {
|
|
936
941
|
default: {
|
|
937
942
|
name: string;
|
|
@@ -983,7 +988,7 @@ declare const filecoin: Readonly<{
|
|
|
983
988
|
address: "0x7f5373AE26c3E8FfC4c77b7255DF7eC1A9aF52a6";
|
|
984
989
|
})[];
|
|
985
990
|
stables: ("0xEB466342C4d449BC9f53A865D5Cb90586f405215" | "0x7f5373AE26c3E8FfC4c77b7255DF7eC1A9aF52a6" | "0x2421db204968A367CC2C866CD057fA754Cb84EdF" | "0x422849b355039bc58f2780cc4854919fc9cfaf94")[];
|
|
986
|
-
watchlist: ("0x14d44c7ef81f6c18f5d22e0962f0279d83e80b05" | "0x9d8ea62e1264ab667d234b5610774a08e608e3b8")[];
|
|
991
|
+
watchlist: ("0x14d44c7ef81f6c18f5d22e0962f0279d83e80b05" | "0x9d8ea62e1264ab667d234b5610774a08e608e3b8" | "0x443a6243a36ef0ae1c46523d563c15abd787f4e9")[];
|
|
987
992
|
internalName: "filecoin";
|
|
988
993
|
contracts: {
|
|
989
994
|
limitOrder: {
|
|
@@ -1024,6 +1029,7 @@ declare const filecoin: Readonly<{
|
|
|
1024
1029
|
declare const mainnet: Readonly<{
|
|
1025
1030
|
sortIndex: 0;
|
|
1026
1031
|
blockTimeSeconds: 15;
|
|
1032
|
+
safeReorgDistance: 90000;
|
|
1027
1033
|
logoUrl: "https://assets.oku.trade/ethereum-logo.webp";
|
|
1028
1034
|
uniswap: {
|
|
1029
1035
|
deployBlock: number;
|
|
@@ -1139,6 +1145,7 @@ declare const moonbeam: Readonly<{
|
|
|
1139
1145
|
sortIndex: 12;
|
|
1140
1146
|
blockTimeSeconds: 30;
|
|
1141
1147
|
logoUrl: "https://assets.oku.trade/moonbeam-logo.svg";
|
|
1148
|
+
safeReorgDistance: 90000;
|
|
1142
1149
|
uniswap: {
|
|
1143
1150
|
deployBlock: number;
|
|
1144
1151
|
poolFactory: "0x28f1158795A3585CaAA3cD6469CD65382b89BB70";
|
|
@@ -1228,6 +1235,7 @@ declare const optimism: Readonly<{
|
|
|
1228
1235
|
blockTimeSeconds: 0.5;
|
|
1229
1236
|
sortIndex: 2;
|
|
1230
1237
|
logoUrl: "https://assets.oku.trade/optimism-logo.svg";
|
|
1238
|
+
safeReorgDistance: 90000;
|
|
1231
1239
|
oku: {
|
|
1232
1240
|
limitOrderRegistryDeployBlock: number;
|
|
1233
1241
|
limitOrderRegistry: "0x54dF9e11c7933a9cA3BD1E540B63dA15edAe40bf";
|
|
@@ -1883,6 +1891,7 @@ declare const polygon: Readonly<{
|
|
|
1883
1891
|
blockTimeSeconds: 2;
|
|
1884
1892
|
sortIndex: 3;
|
|
1885
1893
|
logoUrl: "https://assets.oku.trade/polygon-logo.webp";
|
|
1894
|
+
safeReorgDistance: 90000;
|
|
1886
1895
|
uniswap: {
|
|
1887
1896
|
deployBlock: number;
|
|
1888
1897
|
poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984";
|
|
@@ -1991,6 +2000,7 @@ declare const rootstock: Readonly<{
|
|
|
1991
2000
|
name: "Rootstock";
|
|
1992
2001
|
blockTimeSeconds: 33;
|
|
1993
2002
|
logoUrl: "https://assets.oku.trade/rootstock-logo.svg";
|
|
2003
|
+
safeReorgDistance: 90000;
|
|
1994
2004
|
uniswap: {
|
|
1995
2005
|
deployBlock: number;
|
|
1996
2006
|
poolFactory: "0xaF37EC98A00FD63689CF3060BF3B6784E00caD82";
|
|
@@ -2086,6 +2096,7 @@ declare const scroll: Readonly<{
|
|
|
2086
2096
|
sortIndex: 5;
|
|
2087
2097
|
blockTimeSeconds: 3;
|
|
2088
2098
|
logoUrl: "https://assets.oku.trade/scroll-logo.png";
|
|
2099
|
+
safeReorgDistance: 90000;
|
|
2089
2100
|
uniswap: {
|
|
2090
2101
|
deployBlock: number;
|
|
2091
2102
|
poolFactory: "0x70C62C8b8e801124A4Aa81ce07b637A3e83cb919";
|
|
@@ -2181,6 +2192,7 @@ declare const polygonZkEvm: Readonly<{
|
|
|
2181
2192
|
sortIndex: 6;
|
|
2182
2193
|
blockTimeSeconds: 7;
|
|
2183
2194
|
logoUrl: "https://assets.oku.trade/zkevm-logo.svg";
|
|
2195
|
+
safeReorgDistance: 90000;
|
|
2184
2196
|
uniswap: {
|
|
2185
2197
|
deployBlock: number;
|
|
2186
2198
|
poolFactory: "0xff83c3c800Fec21de45C5Ec30B69ddd5Ee60DFC2";
|
|
@@ -2270,6 +2282,7 @@ declare const zkSync: Readonly<{
|
|
|
2270
2282
|
blockTimeSeconds: 2;
|
|
2271
2283
|
sortIndex: 4;
|
|
2272
2284
|
logoUrl: "https://assets.oku.trade/zksync-logo.svg";
|
|
2285
|
+
safeReorgDistance: 90000;
|
|
2273
2286
|
uniswap: {
|
|
2274
2287
|
deployBlock: number;
|
|
2275
2288
|
poolFactory: "0x8FdA5a7a8dCA67BBcDd10F02Fa0649A937215422";
|
|
@@ -2890,6 +2903,7 @@ interface TokenMetadata {
|
|
|
2890
2903
|
interface IChainInfo extends Chain {
|
|
2891
2904
|
logoUrl: string;
|
|
2892
2905
|
sortIndex: number;
|
|
2906
|
+
safeReorgDistance?: number;
|
|
2893
2907
|
defaultPool: Address;
|
|
2894
2908
|
internalName: string;
|
|
2895
2909
|
defaultToken0: Address;
|
|
@@ -2922,6 +2936,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
2922
2936
|
sortIndex: 1;
|
|
2923
2937
|
blockTimeSeconds: 0.25;
|
|
2924
2938
|
logoUrl: "https://assets.oku.trade/arbitrum-logo.svg";
|
|
2939
|
+
safeReorgDistance: number;
|
|
2925
2940
|
uniswap: {
|
|
2926
2941
|
deployBlock: number;
|
|
2927
2942
|
poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984";
|
|
@@ -3032,6 +3047,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
3032
3047
|
defaultPool: "0x9e37cb775a047ae99fc5a24dded834127c4180cd";
|
|
3033
3048
|
defaultToken0: "0x27d2decb4bfc9c76f0309b8e88dec3a601fe25a8";
|
|
3034
3049
|
defaultToken1: "0x4200000000000000000000000000000000000006";
|
|
3050
|
+
safeReorgDistance: 90000;
|
|
3035
3051
|
uniswap: {
|
|
3036
3052
|
deployBlock: number;
|
|
3037
3053
|
poolFactory: "0x33128a8fC17869897dcE68Ed026d694621f6FDfD";
|
|
@@ -3657,6 +3673,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
3657
3673
|
sortIndex: 11;
|
|
3658
3674
|
blockTimeSeconds: 300;
|
|
3659
3675
|
logoUrl: "https://assets.oku.trade/boba-logo.svg";
|
|
3676
|
+
safeReorgDistance: 90000;
|
|
3660
3677
|
uniswap: {
|
|
3661
3678
|
deployBlock: number;
|
|
3662
3679
|
poolFactory: "0xFFCd7Aed9C627E82A765c3247d562239507f6f1B";
|
|
@@ -3752,6 +3769,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
3752
3769
|
sortIndex: 9;
|
|
3753
3770
|
blockTimeSeconds: 3;
|
|
3754
3771
|
logoUrl: "https://assets.oku.trade/bsc-logo.svg";
|
|
3772
|
+
safeReorgDistance: 90000;
|
|
3755
3773
|
uniswap: {
|
|
3756
3774
|
deployBlock: number;
|
|
3757
3775
|
poolFactory: "0xFFCd7Aed9C627E82A765c3247d562239507f6f1B";
|
|
@@ -3834,6 +3852,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
3834
3852
|
sortIndex: 10;
|
|
3835
3853
|
name: "Filecoin";
|
|
3836
3854
|
blockTimeSeconds: 30;
|
|
3855
|
+
safeReorgDistance: 90000;
|
|
3837
3856
|
blockExplorers: {
|
|
3838
3857
|
default: {
|
|
3839
3858
|
name: string;
|
|
@@ -3885,7 +3904,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
3885
3904
|
address: "0x7f5373AE26c3E8FfC4c77b7255DF7eC1A9aF52a6";
|
|
3886
3905
|
})[];
|
|
3887
3906
|
stables: ("0xEB466342C4d449BC9f53A865D5Cb90586f405215" | "0x7f5373AE26c3E8FfC4c77b7255DF7eC1A9aF52a6" | "0x2421db204968A367CC2C866CD057fA754Cb84EdF" | "0x422849b355039bc58f2780cc4854919fc9cfaf94")[];
|
|
3888
|
-
watchlist: ("0x14d44c7ef81f6c18f5d22e0962f0279d83e80b05" | "0x9d8ea62e1264ab667d234b5610774a08e608e3b8")[];
|
|
3907
|
+
watchlist: ("0x14d44c7ef81f6c18f5d22e0962f0279d83e80b05" | "0x9d8ea62e1264ab667d234b5610774a08e608e3b8" | "0x443a6243a36ef0ae1c46523d563c15abd787f4e9")[];
|
|
3889
3908
|
internalName: "filecoin";
|
|
3890
3909
|
contracts: {
|
|
3891
3910
|
limitOrder: {
|
|
@@ -3923,6 +3942,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
3923
3942
|
}>, Readonly<{
|
|
3924
3943
|
sortIndex: 0;
|
|
3925
3944
|
blockTimeSeconds: 15;
|
|
3945
|
+
safeReorgDistance: 90000;
|
|
3926
3946
|
logoUrl: "https://assets.oku.trade/ethereum-logo.webp";
|
|
3927
3947
|
uniswap: {
|
|
3928
3948
|
deployBlock: number;
|
|
@@ -4035,6 +4055,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
4035
4055
|
sortIndex: 12;
|
|
4036
4056
|
blockTimeSeconds: 30;
|
|
4037
4057
|
logoUrl: "https://assets.oku.trade/moonbeam-logo.svg";
|
|
4058
|
+
safeReorgDistance: 90000;
|
|
4038
4059
|
uniswap: {
|
|
4039
4060
|
deployBlock: number;
|
|
4040
4061
|
poolFactory: "0x28f1158795A3585CaAA3cD6469CD65382b89BB70";
|
|
@@ -4119,6 +4140,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
4119
4140
|
blockTimeSeconds: 0.5;
|
|
4120
4141
|
sortIndex: 2;
|
|
4121
4142
|
logoUrl: "https://assets.oku.trade/optimism-logo.svg";
|
|
4143
|
+
safeReorgDistance: 90000;
|
|
4122
4144
|
oku: {
|
|
4123
4145
|
limitOrderRegistryDeployBlock: number;
|
|
4124
4146
|
limitOrderRegistry: "0x54dF9e11c7933a9cA3BD1E540B63dA15edAe40bf";
|
|
@@ -4768,6 +4790,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
4768
4790
|
blockTimeSeconds: 2;
|
|
4769
4791
|
sortIndex: 3;
|
|
4770
4792
|
logoUrl: "https://assets.oku.trade/polygon-logo.webp";
|
|
4793
|
+
safeReorgDistance: 90000;
|
|
4771
4794
|
uniswap: {
|
|
4772
4795
|
deployBlock: number;
|
|
4773
4796
|
poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984";
|
|
@@ -4873,6 +4896,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
4873
4896
|
name: "Rootstock";
|
|
4874
4897
|
blockTimeSeconds: 33;
|
|
4875
4898
|
logoUrl: "https://assets.oku.trade/rootstock-logo.svg";
|
|
4899
|
+
safeReorgDistance: 90000;
|
|
4876
4900
|
uniswap: {
|
|
4877
4901
|
deployBlock: number;
|
|
4878
4902
|
poolFactory: "0xaF37EC98A00FD63689CF3060BF3B6784E00caD82";
|
|
@@ -4965,6 +4989,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
4965
4989
|
sortIndex: 5;
|
|
4966
4990
|
blockTimeSeconds: 3;
|
|
4967
4991
|
logoUrl: "https://assets.oku.trade/scroll-logo.png";
|
|
4992
|
+
safeReorgDistance: 90000;
|
|
4968
4993
|
uniswap: {
|
|
4969
4994
|
deployBlock: number;
|
|
4970
4995
|
poolFactory: "0x70C62C8b8e801124A4Aa81ce07b637A3e83cb919";
|
|
@@ -5055,6 +5080,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
5055
5080
|
sortIndex: 6;
|
|
5056
5081
|
blockTimeSeconds: 7;
|
|
5057
5082
|
logoUrl: "https://assets.oku.trade/zkevm-logo.svg";
|
|
5083
|
+
safeReorgDistance: 90000;
|
|
5058
5084
|
uniswap: {
|
|
5059
5085
|
deployBlock: number;
|
|
5060
5086
|
poolFactory: "0xff83c3c800Fec21de45C5Ec30B69ddd5Ee60DFC2";
|
|
@@ -5141,6 +5167,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
5141
5167
|
blockTimeSeconds: 2;
|
|
5142
5168
|
sortIndex: 4;
|
|
5143
5169
|
logoUrl: "https://assets.oku.trade/zksync-logo.svg";
|
|
5170
|
+
safeReorgDistance: 90000;
|
|
5144
5171
|
uniswap: {
|
|
5145
5172
|
deployBlock: number;
|
|
5146
5173
|
poolFactory: "0x8FdA5a7a8dCA67BBcDd10F02Fa0649A937215422";
|
|
@@ -3,6 +3,7 @@ declare const arbitrum: Readonly<{
|
|
|
3
3
|
sortIndex: 1;
|
|
4
4
|
blockTimeSeconds: 0.25;
|
|
5
5
|
logoUrl: "https://assets.oku.trade/arbitrum-logo.svg";
|
|
6
|
+
safeReorgDistance: number;
|
|
6
7
|
uniswap: {
|
|
7
8
|
deployBlock: number;
|
|
8
9
|
poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984";
|
|
@@ -118,6 +119,7 @@ declare const base: Readonly<{
|
|
|
118
119
|
defaultPool: "0x9e37cb775a047ae99fc5a24dded834127c4180cd";
|
|
119
120
|
defaultToken0: "0x27d2decb4bfc9c76f0309b8e88dec3a601fe25a8";
|
|
120
121
|
defaultToken1: "0x4200000000000000000000000000000000000006";
|
|
122
|
+
safeReorgDistance: 90000;
|
|
121
123
|
uniswap: {
|
|
122
124
|
deployBlock: number;
|
|
123
125
|
poolFactory: "0x33128a8fC17869897dcE68Ed026d694621f6FDfD";
|
|
@@ -749,6 +751,7 @@ declare const boba: Readonly<{
|
|
|
749
751
|
sortIndex: 11;
|
|
750
752
|
blockTimeSeconds: 300;
|
|
751
753
|
logoUrl: "https://assets.oku.trade/boba-logo.svg";
|
|
754
|
+
safeReorgDistance: 90000;
|
|
752
755
|
uniswap: {
|
|
753
756
|
deployBlock: number;
|
|
754
757
|
poolFactory: "0xFFCd7Aed9C627E82A765c3247d562239507f6f1B";
|
|
@@ -847,6 +850,7 @@ declare const bsc: Readonly<{
|
|
|
847
850
|
sortIndex: 9;
|
|
848
851
|
blockTimeSeconds: 3;
|
|
849
852
|
logoUrl: "https://assets.oku.trade/bsc-logo.svg";
|
|
853
|
+
safeReorgDistance: 90000;
|
|
850
854
|
uniswap: {
|
|
851
855
|
deployBlock: number;
|
|
852
856
|
poolFactory: "0xFFCd7Aed9C627E82A765c3247d562239507f6f1B";
|
|
@@ -932,6 +936,7 @@ declare const filecoin: Readonly<{
|
|
|
932
936
|
sortIndex: 10;
|
|
933
937
|
name: "Filecoin";
|
|
934
938
|
blockTimeSeconds: 30;
|
|
939
|
+
safeReorgDistance: 90000;
|
|
935
940
|
blockExplorers: {
|
|
936
941
|
default: {
|
|
937
942
|
name: string;
|
|
@@ -983,7 +988,7 @@ declare const filecoin: Readonly<{
|
|
|
983
988
|
address: "0x7f5373AE26c3E8FfC4c77b7255DF7eC1A9aF52a6";
|
|
984
989
|
})[];
|
|
985
990
|
stables: ("0xEB466342C4d449BC9f53A865D5Cb90586f405215" | "0x7f5373AE26c3E8FfC4c77b7255DF7eC1A9aF52a6" | "0x2421db204968A367CC2C866CD057fA754Cb84EdF" | "0x422849b355039bc58f2780cc4854919fc9cfaf94")[];
|
|
986
|
-
watchlist: ("0x14d44c7ef81f6c18f5d22e0962f0279d83e80b05" | "0x9d8ea62e1264ab667d234b5610774a08e608e3b8")[];
|
|
991
|
+
watchlist: ("0x14d44c7ef81f6c18f5d22e0962f0279d83e80b05" | "0x9d8ea62e1264ab667d234b5610774a08e608e3b8" | "0x443a6243a36ef0ae1c46523d563c15abd787f4e9")[];
|
|
987
992
|
internalName: "filecoin";
|
|
988
993
|
contracts: {
|
|
989
994
|
limitOrder: {
|
|
@@ -1024,6 +1029,7 @@ declare const filecoin: Readonly<{
|
|
|
1024
1029
|
declare const mainnet: Readonly<{
|
|
1025
1030
|
sortIndex: 0;
|
|
1026
1031
|
blockTimeSeconds: 15;
|
|
1032
|
+
safeReorgDistance: 90000;
|
|
1027
1033
|
logoUrl: "https://assets.oku.trade/ethereum-logo.webp";
|
|
1028
1034
|
uniswap: {
|
|
1029
1035
|
deployBlock: number;
|
|
@@ -1139,6 +1145,7 @@ declare const moonbeam: Readonly<{
|
|
|
1139
1145
|
sortIndex: 12;
|
|
1140
1146
|
blockTimeSeconds: 30;
|
|
1141
1147
|
logoUrl: "https://assets.oku.trade/moonbeam-logo.svg";
|
|
1148
|
+
safeReorgDistance: 90000;
|
|
1142
1149
|
uniswap: {
|
|
1143
1150
|
deployBlock: number;
|
|
1144
1151
|
poolFactory: "0x28f1158795A3585CaAA3cD6469CD65382b89BB70";
|
|
@@ -1228,6 +1235,7 @@ declare const optimism: Readonly<{
|
|
|
1228
1235
|
blockTimeSeconds: 0.5;
|
|
1229
1236
|
sortIndex: 2;
|
|
1230
1237
|
logoUrl: "https://assets.oku.trade/optimism-logo.svg";
|
|
1238
|
+
safeReorgDistance: 90000;
|
|
1231
1239
|
oku: {
|
|
1232
1240
|
limitOrderRegistryDeployBlock: number;
|
|
1233
1241
|
limitOrderRegistry: "0x54dF9e11c7933a9cA3BD1E540B63dA15edAe40bf";
|
|
@@ -1883,6 +1891,7 @@ declare const polygon: Readonly<{
|
|
|
1883
1891
|
blockTimeSeconds: 2;
|
|
1884
1892
|
sortIndex: 3;
|
|
1885
1893
|
logoUrl: "https://assets.oku.trade/polygon-logo.webp";
|
|
1894
|
+
safeReorgDistance: 90000;
|
|
1886
1895
|
uniswap: {
|
|
1887
1896
|
deployBlock: number;
|
|
1888
1897
|
poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984";
|
|
@@ -1991,6 +2000,7 @@ declare const rootstock: Readonly<{
|
|
|
1991
2000
|
name: "Rootstock";
|
|
1992
2001
|
blockTimeSeconds: 33;
|
|
1993
2002
|
logoUrl: "https://assets.oku.trade/rootstock-logo.svg";
|
|
2003
|
+
safeReorgDistance: 90000;
|
|
1994
2004
|
uniswap: {
|
|
1995
2005
|
deployBlock: number;
|
|
1996
2006
|
poolFactory: "0xaF37EC98A00FD63689CF3060BF3B6784E00caD82";
|
|
@@ -2086,6 +2096,7 @@ declare const scroll: Readonly<{
|
|
|
2086
2096
|
sortIndex: 5;
|
|
2087
2097
|
blockTimeSeconds: 3;
|
|
2088
2098
|
logoUrl: "https://assets.oku.trade/scroll-logo.png";
|
|
2099
|
+
safeReorgDistance: 90000;
|
|
2089
2100
|
uniswap: {
|
|
2090
2101
|
deployBlock: number;
|
|
2091
2102
|
poolFactory: "0x70C62C8b8e801124A4Aa81ce07b637A3e83cb919";
|
|
@@ -2181,6 +2192,7 @@ declare const polygonZkEvm: Readonly<{
|
|
|
2181
2192
|
sortIndex: 6;
|
|
2182
2193
|
blockTimeSeconds: 7;
|
|
2183
2194
|
logoUrl: "https://assets.oku.trade/zkevm-logo.svg";
|
|
2195
|
+
safeReorgDistance: 90000;
|
|
2184
2196
|
uniswap: {
|
|
2185
2197
|
deployBlock: number;
|
|
2186
2198
|
poolFactory: "0xff83c3c800Fec21de45C5Ec30B69ddd5Ee60DFC2";
|
|
@@ -2270,6 +2282,7 @@ declare const zkSync: Readonly<{
|
|
|
2270
2282
|
blockTimeSeconds: 2;
|
|
2271
2283
|
sortIndex: 4;
|
|
2272
2284
|
logoUrl: "https://assets.oku.trade/zksync-logo.svg";
|
|
2285
|
+
safeReorgDistance: 90000;
|
|
2273
2286
|
uniswap: {
|
|
2274
2287
|
deployBlock: number;
|
|
2275
2288
|
poolFactory: "0x8FdA5a7a8dCA67BBcDd10F02Fa0649A937215422";
|
|
@@ -2890,6 +2903,7 @@ interface TokenMetadata {
|
|
|
2890
2903
|
interface IChainInfo extends Chain {
|
|
2891
2904
|
logoUrl: string;
|
|
2892
2905
|
sortIndex: number;
|
|
2906
|
+
safeReorgDistance?: number;
|
|
2893
2907
|
defaultPool: Address;
|
|
2894
2908
|
internalName: string;
|
|
2895
2909
|
defaultToken0: Address;
|
|
@@ -2922,6 +2936,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
2922
2936
|
sortIndex: 1;
|
|
2923
2937
|
blockTimeSeconds: 0.25;
|
|
2924
2938
|
logoUrl: "https://assets.oku.trade/arbitrum-logo.svg";
|
|
2939
|
+
safeReorgDistance: number;
|
|
2925
2940
|
uniswap: {
|
|
2926
2941
|
deployBlock: number;
|
|
2927
2942
|
poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984";
|
|
@@ -3032,6 +3047,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
3032
3047
|
defaultPool: "0x9e37cb775a047ae99fc5a24dded834127c4180cd";
|
|
3033
3048
|
defaultToken0: "0x27d2decb4bfc9c76f0309b8e88dec3a601fe25a8";
|
|
3034
3049
|
defaultToken1: "0x4200000000000000000000000000000000000006";
|
|
3050
|
+
safeReorgDistance: 90000;
|
|
3035
3051
|
uniswap: {
|
|
3036
3052
|
deployBlock: number;
|
|
3037
3053
|
poolFactory: "0x33128a8fC17869897dcE68Ed026d694621f6FDfD";
|
|
@@ -3657,6 +3673,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
3657
3673
|
sortIndex: 11;
|
|
3658
3674
|
blockTimeSeconds: 300;
|
|
3659
3675
|
logoUrl: "https://assets.oku.trade/boba-logo.svg";
|
|
3676
|
+
safeReorgDistance: 90000;
|
|
3660
3677
|
uniswap: {
|
|
3661
3678
|
deployBlock: number;
|
|
3662
3679
|
poolFactory: "0xFFCd7Aed9C627E82A765c3247d562239507f6f1B";
|
|
@@ -3752,6 +3769,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
3752
3769
|
sortIndex: 9;
|
|
3753
3770
|
blockTimeSeconds: 3;
|
|
3754
3771
|
logoUrl: "https://assets.oku.trade/bsc-logo.svg";
|
|
3772
|
+
safeReorgDistance: 90000;
|
|
3755
3773
|
uniswap: {
|
|
3756
3774
|
deployBlock: number;
|
|
3757
3775
|
poolFactory: "0xFFCd7Aed9C627E82A765c3247d562239507f6f1B";
|
|
@@ -3834,6 +3852,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
3834
3852
|
sortIndex: 10;
|
|
3835
3853
|
name: "Filecoin";
|
|
3836
3854
|
blockTimeSeconds: 30;
|
|
3855
|
+
safeReorgDistance: 90000;
|
|
3837
3856
|
blockExplorers: {
|
|
3838
3857
|
default: {
|
|
3839
3858
|
name: string;
|
|
@@ -3885,7 +3904,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
3885
3904
|
address: "0x7f5373AE26c3E8FfC4c77b7255DF7eC1A9aF52a6";
|
|
3886
3905
|
})[];
|
|
3887
3906
|
stables: ("0xEB466342C4d449BC9f53A865D5Cb90586f405215" | "0x7f5373AE26c3E8FfC4c77b7255DF7eC1A9aF52a6" | "0x2421db204968A367CC2C866CD057fA754Cb84EdF" | "0x422849b355039bc58f2780cc4854919fc9cfaf94")[];
|
|
3888
|
-
watchlist: ("0x14d44c7ef81f6c18f5d22e0962f0279d83e80b05" | "0x9d8ea62e1264ab667d234b5610774a08e608e3b8")[];
|
|
3907
|
+
watchlist: ("0x14d44c7ef81f6c18f5d22e0962f0279d83e80b05" | "0x9d8ea62e1264ab667d234b5610774a08e608e3b8" | "0x443a6243a36ef0ae1c46523d563c15abd787f4e9")[];
|
|
3889
3908
|
internalName: "filecoin";
|
|
3890
3909
|
contracts: {
|
|
3891
3910
|
limitOrder: {
|
|
@@ -3923,6 +3942,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
3923
3942
|
}>, Readonly<{
|
|
3924
3943
|
sortIndex: 0;
|
|
3925
3944
|
blockTimeSeconds: 15;
|
|
3945
|
+
safeReorgDistance: 90000;
|
|
3926
3946
|
logoUrl: "https://assets.oku.trade/ethereum-logo.webp";
|
|
3927
3947
|
uniswap: {
|
|
3928
3948
|
deployBlock: number;
|
|
@@ -4035,6 +4055,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
4035
4055
|
sortIndex: 12;
|
|
4036
4056
|
blockTimeSeconds: 30;
|
|
4037
4057
|
logoUrl: "https://assets.oku.trade/moonbeam-logo.svg";
|
|
4058
|
+
safeReorgDistance: 90000;
|
|
4038
4059
|
uniswap: {
|
|
4039
4060
|
deployBlock: number;
|
|
4040
4061
|
poolFactory: "0x28f1158795A3585CaAA3cD6469CD65382b89BB70";
|
|
@@ -4119,6 +4140,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
4119
4140
|
blockTimeSeconds: 0.5;
|
|
4120
4141
|
sortIndex: 2;
|
|
4121
4142
|
logoUrl: "https://assets.oku.trade/optimism-logo.svg";
|
|
4143
|
+
safeReorgDistance: 90000;
|
|
4122
4144
|
oku: {
|
|
4123
4145
|
limitOrderRegistryDeployBlock: number;
|
|
4124
4146
|
limitOrderRegistry: "0x54dF9e11c7933a9cA3BD1E540B63dA15edAe40bf";
|
|
@@ -4768,6 +4790,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
4768
4790
|
blockTimeSeconds: 2;
|
|
4769
4791
|
sortIndex: 3;
|
|
4770
4792
|
logoUrl: "https://assets.oku.trade/polygon-logo.webp";
|
|
4793
|
+
safeReorgDistance: 90000;
|
|
4771
4794
|
uniswap: {
|
|
4772
4795
|
deployBlock: number;
|
|
4773
4796
|
poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984";
|
|
@@ -4873,6 +4896,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
4873
4896
|
name: "Rootstock";
|
|
4874
4897
|
blockTimeSeconds: 33;
|
|
4875
4898
|
logoUrl: "https://assets.oku.trade/rootstock-logo.svg";
|
|
4899
|
+
safeReorgDistance: 90000;
|
|
4876
4900
|
uniswap: {
|
|
4877
4901
|
deployBlock: number;
|
|
4878
4902
|
poolFactory: "0xaF37EC98A00FD63689CF3060BF3B6784E00caD82";
|
|
@@ -4965,6 +4989,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
4965
4989
|
sortIndex: 5;
|
|
4966
4990
|
blockTimeSeconds: 3;
|
|
4967
4991
|
logoUrl: "https://assets.oku.trade/scroll-logo.png";
|
|
4992
|
+
safeReorgDistance: 90000;
|
|
4968
4993
|
uniswap: {
|
|
4969
4994
|
deployBlock: number;
|
|
4970
4995
|
poolFactory: "0x70C62C8b8e801124A4Aa81ce07b637A3e83cb919";
|
|
@@ -5055,6 +5080,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
5055
5080
|
sortIndex: 6;
|
|
5056
5081
|
blockTimeSeconds: 7;
|
|
5057
5082
|
logoUrl: "https://assets.oku.trade/zkevm-logo.svg";
|
|
5083
|
+
safeReorgDistance: 90000;
|
|
5058
5084
|
uniswap: {
|
|
5059
5085
|
deployBlock: number;
|
|
5060
5086
|
poolFactory: "0xff83c3c800Fec21de45C5Ec30B69ddd5Ee60DFC2";
|
|
@@ -5141,6 +5167,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
5141
5167
|
blockTimeSeconds: 2;
|
|
5142
5168
|
sortIndex: 4;
|
|
5143
5169
|
logoUrl: "https://assets.oku.trade/zksync-logo.svg";
|
|
5170
|
+
safeReorgDistance: 90000;
|
|
5144
5171
|
uniswap: {
|
|
5145
5172
|
deployBlock: number;
|
|
5146
5173
|
poolFactory: "0x8FdA5a7a8dCA67BBcDd10F02Fa0649A937215422";
|
package/dist/types/index.d.ts
CHANGED
|
@@ -3,6 +3,7 @@ declare const arbitrum: Readonly<{
|
|
|
3
3
|
sortIndex: 1;
|
|
4
4
|
blockTimeSeconds: 0.25;
|
|
5
5
|
logoUrl: "https://assets.oku.trade/arbitrum-logo.svg";
|
|
6
|
+
safeReorgDistance: number;
|
|
6
7
|
uniswap: {
|
|
7
8
|
deployBlock: number;
|
|
8
9
|
poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984";
|
|
@@ -118,6 +119,7 @@ declare const base: Readonly<{
|
|
|
118
119
|
defaultPool: "0x9e37cb775a047ae99fc5a24dded834127c4180cd";
|
|
119
120
|
defaultToken0: "0x27d2decb4bfc9c76f0309b8e88dec3a601fe25a8";
|
|
120
121
|
defaultToken1: "0x4200000000000000000000000000000000000006";
|
|
122
|
+
safeReorgDistance: 90000;
|
|
121
123
|
uniswap: {
|
|
122
124
|
deployBlock: number;
|
|
123
125
|
poolFactory: "0x33128a8fC17869897dcE68Ed026d694621f6FDfD";
|
|
@@ -749,6 +751,7 @@ declare const boba: Readonly<{
|
|
|
749
751
|
sortIndex: 11;
|
|
750
752
|
blockTimeSeconds: 300;
|
|
751
753
|
logoUrl: "https://assets.oku.trade/boba-logo.svg";
|
|
754
|
+
safeReorgDistance: 90000;
|
|
752
755
|
uniswap: {
|
|
753
756
|
deployBlock: number;
|
|
754
757
|
poolFactory: "0xFFCd7Aed9C627E82A765c3247d562239507f6f1B";
|
|
@@ -847,6 +850,7 @@ declare const bsc: Readonly<{
|
|
|
847
850
|
sortIndex: 9;
|
|
848
851
|
blockTimeSeconds: 3;
|
|
849
852
|
logoUrl: "https://assets.oku.trade/bsc-logo.svg";
|
|
853
|
+
safeReorgDistance: 90000;
|
|
850
854
|
uniswap: {
|
|
851
855
|
deployBlock: number;
|
|
852
856
|
poolFactory: "0xFFCd7Aed9C627E82A765c3247d562239507f6f1B";
|
|
@@ -932,6 +936,7 @@ declare const filecoin: Readonly<{
|
|
|
932
936
|
sortIndex: 10;
|
|
933
937
|
name: "Filecoin";
|
|
934
938
|
blockTimeSeconds: 30;
|
|
939
|
+
safeReorgDistance: 90000;
|
|
935
940
|
blockExplorers: {
|
|
936
941
|
default: {
|
|
937
942
|
name: string;
|
|
@@ -983,7 +988,7 @@ declare const filecoin: Readonly<{
|
|
|
983
988
|
address: "0x7f5373AE26c3E8FfC4c77b7255DF7eC1A9aF52a6";
|
|
984
989
|
})[];
|
|
985
990
|
stables: ("0xEB466342C4d449BC9f53A865D5Cb90586f405215" | "0x7f5373AE26c3E8FfC4c77b7255DF7eC1A9aF52a6" | "0x2421db204968A367CC2C866CD057fA754Cb84EdF" | "0x422849b355039bc58f2780cc4854919fc9cfaf94")[];
|
|
986
|
-
watchlist: ("0x14d44c7ef81f6c18f5d22e0962f0279d83e80b05" | "0x9d8ea62e1264ab667d234b5610774a08e608e3b8")[];
|
|
991
|
+
watchlist: ("0x14d44c7ef81f6c18f5d22e0962f0279d83e80b05" | "0x9d8ea62e1264ab667d234b5610774a08e608e3b8" | "0x443a6243a36ef0ae1c46523d563c15abd787f4e9")[];
|
|
987
992
|
internalName: "filecoin";
|
|
988
993
|
contracts: {
|
|
989
994
|
limitOrder: {
|
|
@@ -1024,6 +1029,7 @@ declare const filecoin: Readonly<{
|
|
|
1024
1029
|
declare const mainnet: Readonly<{
|
|
1025
1030
|
sortIndex: 0;
|
|
1026
1031
|
blockTimeSeconds: 15;
|
|
1032
|
+
safeReorgDistance: 90000;
|
|
1027
1033
|
logoUrl: "https://assets.oku.trade/ethereum-logo.webp";
|
|
1028
1034
|
uniswap: {
|
|
1029
1035
|
deployBlock: number;
|
|
@@ -1139,6 +1145,7 @@ declare const moonbeam: Readonly<{
|
|
|
1139
1145
|
sortIndex: 12;
|
|
1140
1146
|
blockTimeSeconds: 30;
|
|
1141
1147
|
logoUrl: "https://assets.oku.trade/moonbeam-logo.svg";
|
|
1148
|
+
safeReorgDistance: 90000;
|
|
1142
1149
|
uniswap: {
|
|
1143
1150
|
deployBlock: number;
|
|
1144
1151
|
poolFactory: "0x28f1158795A3585CaAA3cD6469CD65382b89BB70";
|
|
@@ -1228,6 +1235,7 @@ declare const optimism: Readonly<{
|
|
|
1228
1235
|
blockTimeSeconds: 0.5;
|
|
1229
1236
|
sortIndex: 2;
|
|
1230
1237
|
logoUrl: "https://assets.oku.trade/optimism-logo.svg";
|
|
1238
|
+
safeReorgDistance: 90000;
|
|
1231
1239
|
oku: {
|
|
1232
1240
|
limitOrderRegistryDeployBlock: number;
|
|
1233
1241
|
limitOrderRegistry: "0x54dF9e11c7933a9cA3BD1E540B63dA15edAe40bf";
|
|
@@ -1883,6 +1891,7 @@ declare const polygon: Readonly<{
|
|
|
1883
1891
|
blockTimeSeconds: 2;
|
|
1884
1892
|
sortIndex: 3;
|
|
1885
1893
|
logoUrl: "https://assets.oku.trade/polygon-logo.webp";
|
|
1894
|
+
safeReorgDistance: 90000;
|
|
1886
1895
|
uniswap: {
|
|
1887
1896
|
deployBlock: number;
|
|
1888
1897
|
poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984";
|
|
@@ -1991,6 +2000,7 @@ declare const rootstock: Readonly<{
|
|
|
1991
2000
|
name: "Rootstock";
|
|
1992
2001
|
blockTimeSeconds: 33;
|
|
1993
2002
|
logoUrl: "https://assets.oku.trade/rootstock-logo.svg";
|
|
2003
|
+
safeReorgDistance: 90000;
|
|
1994
2004
|
uniswap: {
|
|
1995
2005
|
deployBlock: number;
|
|
1996
2006
|
poolFactory: "0xaF37EC98A00FD63689CF3060BF3B6784E00caD82";
|
|
@@ -2086,6 +2096,7 @@ declare const scroll: Readonly<{
|
|
|
2086
2096
|
sortIndex: 5;
|
|
2087
2097
|
blockTimeSeconds: 3;
|
|
2088
2098
|
logoUrl: "https://assets.oku.trade/scroll-logo.png";
|
|
2099
|
+
safeReorgDistance: 90000;
|
|
2089
2100
|
uniswap: {
|
|
2090
2101
|
deployBlock: number;
|
|
2091
2102
|
poolFactory: "0x70C62C8b8e801124A4Aa81ce07b637A3e83cb919";
|
|
@@ -2181,6 +2192,7 @@ declare const polygonZkEvm: Readonly<{
|
|
|
2181
2192
|
sortIndex: 6;
|
|
2182
2193
|
blockTimeSeconds: 7;
|
|
2183
2194
|
logoUrl: "https://assets.oku.trade/zkevm-logo.svg";
|
|
2195
|
+
safeReorgDistance: 90000;
|
|
2184
2196
|
uniswap: {
|
|
2185
2197
|
deployBlock: number;
|
|
2186
2198
|
poolFactory: "0xff83c3c800Fec21de45C5Ec30B69ddd5Ee60DFC2";
|
|
@@ -2270,6 +2282,7 @@ declare const zkSync: Readonly<{
|
|
|
2270
2282
|
blockTimeSeconds: 2;
|
|
2271
2283
|
sortIndex: 4;
|
|
2272
2284
|
logoUrl: "https://assets.oku.trade/zksync-logo.svg";
|
|
2285
|
+
safeReorgDistance: 90000;
|
|
2273
2286
|
uniswap: {
|
|
2274
2287
|
deployBlock: number;
|
|
2275
2288
|
poolFactory: "0x8FdA5a7a8dCA67BBcDd10F02Fa0649A937215422";
|
|
@@ -2890,6 +2903,7 @@ interface TokenMetadata {
|
|
|
2890
2903
|
interface IChainInfo extends Chain {
|
|
2891
2904
|
logoUrl: string;
|
|
2892
2905
|
sortIndex: number;
|
|
2906
|
+
safeReorgDistance?: number;
|
|
2893
2907
|
defaultPool: Address;
|
|
2894
2908
|
internalName: string;
|
|
2895
2909
|
defaultToken0: Address;
|
|
@@ -2922,6 +2936,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
2922
2936
|
sortIndex: 1;
|
|
2923
2937
|
blockTimeSeconds: 0.25;
|
|
2924
2938
|
logoUrl: "https://assets.oku.trade/arbitrum-logo.svg";
|
|
2939
|
+
safeReorgDistance: number;
|
|
2925
2940
|
uniswap: {
|
|
2926
2941
|
deployBlock: number;
|
|
2927
2942
|
poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984";
|
|
@@ -3032,6 +3047,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
3032
3047
|
defaultPool: "0x9e37cb775a047ae99fc5a24dded834127c4180cd";
|
|
3033
3048
|
defaultToken0: "0x27d2decb4bfc9c76f0309b8e88dec3a601fe25a8";
|
|
3034
3049
|
defaultToken1: "0x4200000000000000000000000000000000000006";
|
|
3050
|
+
safeReorgDistance: 90000;
|
|
3035
3051
|
uniswap: {
|
|
3036
3052
|
deployBlock: number;
|
|
3037
3053
|
poolFactory: "0x33128a8fC17869897dcE68Ed026d694621f6FDfD";
|
|
@@ -3657,6 +3673,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
3657
3673
|
sortIndex: 11;
|
|
3658
3674
|
blockTimeSeconds: 300;
|
|
3659
3675
|
logoUrl: "https://assets.oku.trade/boba-logo.svg";
|
|
3676
|
+
safeReorgDistance: 90000;
|
|
3660
3677
|
uniswap: {
|
|
3661
3678
|
deployBlock: number;
|
|
3662
3679
|
poolFactory: "0xFFCd7Aed9C627E82A765c3247d562239507f6f1B";
|
|
@@ -3752,6 +3769,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
3752
3769
|
sortIndex: 9;
|
|
3753
3770
|
blockTimeSeconds: 3;
|
|
3754
3771
|
logoUrl: "https://assets.oku.trade/bsc-logo.svg";
|
|
3772
|
+
safeReorgDistance: 90000;
|
|
3755
3773
|
uniswap: {
|
|
3756
3774
|
deployBlock: number;
|
|
3757
3775
|
poolFactory: "0xFFCd7Aed9C627E82A765c3247d562239507f6f1B";
|
|
@@ -3834,6 +3852,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
3834
3852
|
sortIndex: 10;
|
|
3835
3853
|
name: "Filecoin";
|
|
3836
3854
|
blockTimeSeconds: 30;
|
|
3855
|
+
safeReorgDistance: 90000;
|
|
3837
3856
|
blockExplorers: {
|
|
3838
3857
|
default: {
|
|
3839
3858
|
name: string;
|
|
@@ -3885,7 +3904,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
3885
3904
|
address: "0x7f5373AE26c3E8FfC4c77b7255DF7eC1A9aF52a6";
|
|
3886
3905
|
})[];
|
|
3887
3906
|
stables: ("0xEB466342C4d449BC9f53A865D5Cb90586f405215" | "0x7f5373AE26c3E8FfC4c77b7255DF7eC1A9aF52a6" | "0x2421db204968A367CC2C866CD057fA754Cb84EdF" | "0x422849b355039bc58f2780cc4854919fc9cfaf94")[];
|
|
3888
|
-
watchlist: ("0x14d44c7ef81f6c18f5d22e0962f0279d83e80b05" | "0x9d8ea62e1264ab667d234b5610774a08e608e3b8")[];
|
|
3907
|
+
watchlist: ("0x14d44c7ef81f6c18f5d22e0962f0279d83e80b05" | "0x9d8ea62e1264ab667d234b5610774a08e608e3b8" | "0x443a6243a36ef0ae1c46523d563c15abd787f4e9")[];
|
|
3889
3908
|
internalName: "filecoin";
|
|
3890
3909
|
contracts: {
|
|
3891
3910
|
limitOrder: {
|
|
@@ -3923,6 +3942,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
3923
3942
|
}>, Readonly<{
|
|
3924
3943
|
sortIndex: 0;
|
|
3925
3944
|
blockTimeSeconds: 15;
|
|
3945
|
+
safeReorgDistance: 90000;
|
|
3926
3946
|
logoUrl: "https://assets.oku.trade/ethereum-logo.webp";
|
|
3927
3947
|
uniswap: {
|
|
3928
3948
|
deployBlock: number;
|
|
@@ -4035,6 +4055,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
4035
4055
|
sortIndex: 12;
|
|
4036
4056
|
blockTimeSeconds: 30;
|
|
4037
4057
|
logoUrl: "https://assets.oku.trade/moonbeam-logo.svg";
|
|
4058
|
+
safeReorgDistance: 90000;
|
|
4038
4059
|
uniswap: {
|
|
4039
4060
|
deployBlock: number;
|
|
4040
4061
|
poolFactory: "0x28f1158795A3585CaAA3cD6469CD65382b89BB70";
|
|
@@ -4119,6 +4140,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
4119
4140
|
blockTimeSeconds: 0.5;
|
|
4120
4141
|
sortIndex: 2;
|
|
4121
4142
|
logoUrl: "https://assets.oku.trade/optimism-logo.svg";
|
|
4143
|
+
safeReorgDistance: 90000;
|
|
4122
4144
|
oku: {
|
|
4123
4145
|
limitOrderRegistryDeployBlock: number;
|
|
4124
4146
|
limitOrderRegistry: "0x54dF9e11c7933a9cA3BD1E540B63dA15edAe40bf";
|
|
@@ -4768,6 +4790,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
4768
4790
|
blockTimeSeconds: 2;
|
|
4769
4791
|
sortIndex: 3;
|
|
4770
4792
|
logoUrl: "https://assets.oku.trade/polygon-logo.webp";
|
|
4793
|
+
safeReorgDistance: 90000;
|
|
4771
4794
|
uniswap: {
|
|
4772
4795
|
deployBlock: number;
|
|
4773
4796
|
poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984";
|
|
@@ -4873,6 +4896,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
4873
4896
|
name: "Rootstock";
|
|
4874
4897
|
blockTimeSeconds: 33;
|
|
4875
4898
|
logoUrl: "https://assets.oku.trade/rootstock-logo.svg";
|
|
4899
|
+
safeReorgDistance: 90000;
|
|
4876
4900
|
uniswap: {
|
|
4877
4901
|
deployBlock: number;
|
|
4878
4902
|
poolFactory: "0xaF37EC98A00FD63689CF3060BF3B6784E00caD82";
|
|
@@ -4965,6 +4989,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
4965
4989
|
sortIndex: 5;
|
|
4966
4990
|
blockTimeSeconds: 3;
|
|
4967
4991
|
logoUrl: "https://assets.oku.trade/scroll-logo.png";
|
|
4992
|
+
safeReorgDistance: 90000;
|
|
4968
4993
|
uniswap: {
|
|
4969
4994
|
deployBlock: number;
|
|
4970
4995
|
poolFactory: "0x70C62C8b8e801124A4Aa81ce07b637A3e83cb919";
|
|
@@ -5055,6 +5080,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
5055
5080
|
sortIndex: 6;
|
|
5056
5081
|
blockTimeSeconds: 7;
|
|
5057
5082
|
logoUrl: "https://assets.oku.trade/zkevm-logo.svg";
|
|
5083
|
+
safeReorgDistance: 90000;
|
|
5058
5084
|
uniswap: {
|
|
5059
5085
|
deployBlock: number;
|
|
5060
5086
|
poolFactory: "0xff83c3c800Fec21de45C5Ec30B69ddd5Ee60DFC2";
|
|
@@ -5141,6 +5167,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
5141
5167
|
blockTimeSeconds: 2;
|
|
5142
5168
|
sortIndex: 4;
|
|
5143
5169
|
logoUrl: "https://assets.oku.trade/zksync-logo.svg";
|
|
5170
|
+
safeReorgDistance: 90000;
|
|
5144
5171
|
uniswap: {
|
|
5145
5172
|
deployBlock: number;
|
|
5146
5173
|
poolFactory: "0x8FdA5a7a8dCA67BBcDd10F02Fa0649A937215422";
|
package/package.json
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gfxlabs/oku-chains",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
|
-
"module": "./dist/index.
|
|
6
|
+
"module": "./dist/index-mjs.js",
|
|
7
|
+
"browser": "./dist/browser.js",
|
|
7
8
|
"types": "./dist/types/index.d.ts",
|
|
8
9
|
"scripts": {
|
|
9
10
|
"fmt": "prettier ./src/* -w",
|
package/readme.md
CHANGED