@gfxlabs/oku-chains 1.1.83 → 1.1.85
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 +716 -2
- package/dist/index-mjs.js +717 -4
- package/dist/index.js +716 -2
- package/dist/types/browser.d.ts +2469 -555
- package/dist/types/index-mjs.d.ts +2469 -555
- package/dist/types/index.d.ts +2469 -555
- package/package.json +2 -2
package/dist/browser.js
CHANGED
|
@@ -19,6 +19,60 @@
|
|
|
19
19
|
zerion: "arbitrum",
|
|
20
20
|
debank: "arb",
|
|
21
21
|
},
|
|
22
|
+
markets: {
|
|
23
|
+
kyberswap: "arbitrum",
|
|
24
|
+
oneinch: true,
|
|
25
|
+
paraswap: {
|
|
26
|
+
tokenTransferProxy: "0x216B4B4Ba9F3e719726886d34a177484278Bfcae"
|
|
27
|
+
},
|
|
28
|
+
propellerswap: "arbitrum",
|
|
29
|
+
openocean: "arbitrum",
|
|
30
|
+
zeroex: true,
|
|
31
|
+
},
|
|
32
|
+
bridges: {
|
|
33
|
+
chainlink: {
|
|
34
|
+
atlasNetworkName: "ethereum-mainnet-arbitrum-1",
|
|
35
|
+
routerAddress: "0x141fa059441E0ca23ce184B6A78bafD2A517DdE8",
|
|
36
|
+
chainSelector: 4949039107694359620n,
|
|
37
|
+
},
|
|
38
|
+
rhinofi: "ARBITRUM",
|
|
39
|
+
stargate: {
|
|
40
|
+
endpointID: 30110,
|
|
41
|
+
blockConfirmations: 20,
|
|
42
|
+
pools: [
|
|
43
|
+
{
|
|
44
|
+
id: 13,
|
|
45
|
+
address: "0xA45B5130f36CDcA45667738e2a258AB09f4A5f7F",
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
id: 1,
|
|
49
|
+
address: "0xe8CDF27AcD73a434D661C84887215F7598e7d0d3",
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
id: 2,
|
|
53
|
+
address: "0xcE8CcA271Ebc0533920C83d39F417ED6A0abB7D0",
|
|
54
|
+
},
|
|
55
|
+
]
|
|
56
|
+
},
|
|
57
|
+
wanbridge: {
|
|
58
|
+
requiredConfirmations: 1
|
|
59
|
+
},
|
|
60
|
+
wormhole: {
|
|
61
|
+
chain: "Arbitrum",
|
|
62
|
+
timeToFinalize: 1066
|
|
63
|
+
}
|
|
64
|
+
},
|
|
65
|
+
oracles: {
|
|
66
|
+
cmc: {
|
|
67
|
+
slug: "arbitrum",
|
|
68
|
+
native: "ethereum"
|
|
69
|
+
},
|
|
70
|
+
coingecko: {
|
|
71
|
+
slug: "arbitrum-one",
|
|
72
|
+
native: "ethereum"
|
|
73
|
+
},
|
|
74
|
+
dexscreener: "arbitrum",
|
|
75
|
+
},
|
|
22
76
|
uniswap: {
|
|
23
77
|
deployBlock: 165,
|
|
24
78
|
poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984",
|
|
@@ -246,6 +300,55 @@
|
|
|
246
300
|
zerion: "base",
|
|
247
301
|
debank: "base",
|
|
248
302
|
},
|
|
303
|
+
markets: {
|
|
304
|
+
kyberswap: "base",
|
|
305
|
+
oneinch: true,
|
|
306
|
+
paraswap: {
|
|
307
|
+
tokenTransferProxy: "0x93aAAe79a53759cD164340E4C8766E4Db5331cD7"
|
|
308
|
+
},
|
|
309
|
+
openocean: "base",
|
|
310
|
+
zeroex: true,
|
|
311
|
+
},
|
|
312
|
+
bridges: {
|
|
313
|
+
chainlink: {
|
|
314
|
+
atlasNetworkName: "ethereum-mainnet-base-1",
|
|
315
|
+
routerAddress: "0x881e3A65B4d4a04dD529061dd0071cf975F58bCD",
|
|
316
|
+
chainSelector: 15971525489660198786n,
|
|
317
|
+
},
|
|
318
|
+
rhinofi: "BASE",
|
|
319
|
+
stargate: {
|
|
320
|
+
endpointID: 30184,
|
|
321
|
+
blockConfirmations: 20,
|
|
322
|
+
pools: [
|
|
323
|
+
{
|
|
324
|
+
id: 13,
|
|
325
|
+
address: "0xdc181Bd607330aeeBEF6ea62e03e5e1Fb4B6F7C7",
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
id: 1,
|
|
329
|
+
address: "0x27a16dc786820B16E5c9028b75B99F6f604b5d26",
|
|
330
|
+
},
|
|
331
|
+
]
|
|
332
|
+
},
|
|
333
|
+
wanbridge: {
|
|
334
|
+
requiredConfirmations: 200
|
|
335
|
+
},
|
|
336
|
+
wormhole: {
|
|
337
|
+
chain: "Base",
|
|
338
|
+
timeToFinalize: 1800
|
|
339
|
+
}
|
|
340
|
+
},
|
|
341
|
+
oracles: {
|
|
342
|
+
cmc: {
|
|
343
|
+
slug: "base",
|
|
344
|
+
native: "ethereum",
|
|
345
|
+
},
|
|
346
|
+
coingecko: {
|
|
347
|
+
slug: "base",
|
|
348
|
+
native: "ethereum",
|
|
349
|
+
},
|
|
350
|
+
dexscreener: "base",
|
|
351
|
+
},
|
|
249
352
|
safeReorgDistance: 90000,
|
|
250
353
|
uniswap: {
|
|
251
354
|
deployBlock: 1371680,
|
|
@@ -335,6 +438,28 @@
|
|
|
335
438
|
externalId: {
|
|
336
439
|
zerion: "blast",
|
|
337
440
|
},
|
|
441
|
+
markets: {
|
|
442
|
+
kyberswap: "blast",
|
|
443
|
+
openocean: "blast",
|
|
444
|
+
},
|
|
445
|
+
bridges: {
|
|
446
|
+
rhinofi: "BLAST",
|
|
447
|
+
wormhole: {
|
|
448
|
+
chain: "Blast",
|
|
449
|
+
timeToFinalize: 1800,
|
|
450
|
+
}
|
|
451
|
+
},
|
|
452
|
+
oracles: {
|
|
453
|
+
cmc: {
|
|
454
|
+
slug: "blast",
|
|
455
|
+
native: "ethereum"
|
|
456
|
+
},
|
|
457
|
+
coingecko: {
|
|
458
|
+
slug: "blast",
|
|
459
|
+
native: "ethereum"
|
|
460
|
+
},
|
|
461
|
+
dexscreener: "blast"
|
|
462
|
+
},
|
|
338
463
|
uniswap: {
|
|
339
464
|
deployBlock: 400903,
|
|
340
465
|
poolFactory: "0x792edAdE80af5fC680d96a2eD80A44247D2Cf6Fd",
|
|
@@ -394,6 +519,84 @@
|
|
|
394
519
|
},
|
|
395
520
|
});
|
|
396
521
|
|
|
522
|
+
const bob = makeConfig({
|
|
523
|
+
...chains.bob,
|
|
524
|
+
blockTimeSeconds: 2,
|
|
525
|
+
sortIndex: 15,
|
|
526
|
+
logoUrl: "https://assets.oku.trade/bob-logo.svg",
|
|
527
|
+
safeReorgDistance: 90000,
|
|
528
|
+
externalId: {
|
|
529
|
+
zerion: "bob",
|
|
530
|
+
},
|
|
531
|
+
markets: {},
|
|
532
|
+
bridges: {},
|
|
533
|
+
oracles: {
|
|
534
|
+
coingecko: {
|
|
535
|
+
slug: "bob",
|
|
536
|
+
native: "ethereum",
|
|
537
|
+
},
|
|
538
|
+
},
|
|
539
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
540
|
+
uniswap: {
|
|
541
|
+
deployBlock: 5188280,
|
|
542
|
+
poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D",
|
|
543
|
+
permit2: "0xCbe9Be2C87b24b063A21369b6AB0Aa9f149c598F",
|
|
544
|
+
multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435",
|
|
545
|
+
tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641",
|
|
546
|
+
nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
|
|
547
|
+
positionsNFT: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
|
|
548
|
+
positionsNFTDeployBlock: 5189019,
|
|
549
|
+
universalRouter: "0x346239972d1fa486FC4a521031BC81bFB7D6e8a4",
|
|
550
|
+
},
|
|
551
|
+
token: {
|
|
552
|
+
wethAddress: "0x4200000000000000000000000000000000000006",
|
|
553
|
+
},
|
|
554
|
+
oku: {
|
|
555
|
+
// TODO: limit order
|
|
556
|
+
limitOrderRegistry: viem.zeroAddress,
|
|
557
|
+
limitOrderRegistryDeployBlock: 1748477,
|
|
558
|
+
pricing: {
|
|
559
|
+
nativeWrappedToken: "0x4200000000000000000000000000000000000006",
|
|
560
|
+
nativeWrappedName: "ETH",
|
|
561
|
+
},
|
|
562
|
+
},
|
|
563
|
+
// TODO: default pool
|
|
564
|
+
defaultPool: viem.zeroAddress,
|
|
565
|
+
defaultToken0: "0x05D032ac25d322df992303dCa074EE7392C117b9",
|
|
566
|
+
defaultToken1: "0x4200000000000000000000000000000000000006",
|
|
567
|
+
tokenList: [
|
|
568
|
+
{ symbol: "WETH", address: "0x4200000000000000000000000000000000000006" },
|
|
569
|
+
{ symbol: "USDT", address: "0x05D032ac25d322df992303dCa074EE7392C117b9" },
|
|
570
|
+
{ symbol: "USDC.e", address: "0xe75D0fB2C24A55cA1e3F96781a2bCC7bdba058F0" },
|
|
571
|
+
],
|
|
572
|
+
stables: [
|
|
573
|
+
"0x05D032ac25d322df992303dCa074EE7392C117b9",
|
|
574
|
+
"0xe75D0fB2C24A55cA1e3F96781a2bCC7bdba058F0",
|
|
575
|
+
],
|
|
576
|
+
watchlist: [],
|
|
577
|
+
internalName: "bob",
|
|
578
|
+
nativeLogoUrl: "https://assets.oku.trade/natives/eth.png",
|
|
579
|
+
contracts: {
|
|
580
|
+
...chains.bob.contracts,
|
|
581
|
+
limitOrder: {
|
|
582
|
+
// TODO: limit order
|
|
583
|
+
address: viem.zeroAddress,
|
|
584
|
+
},
|
|
585
|
+
nftManager: {
|
|
586
|
+
address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c",
|
|
587
|
+
},
|
|
588
|
+
weth9: {
|
|
589
|
+
address: "0x4200000000000000000000000000000000000006",
|
|
590
|
+
},
|
|
591
|
+
multicall2: {
|
|
592
|
+
address: "0xcA11bde05977b3631167028862bE2a173976CA11",
|
|
593
|
+
},
|
|
594
|
+
multicall3: {
|
|
595
|
+
address: "0xcA11bde05977b3631167028862bE2a173976CA11",
|
|
596
|
+
},
|
|
597
|
+
},
|
|
598
|
+
});
|
|
599
|
+
|
|
397
600
|
const boba = makeConfig({
|
|
398
601
|
...chains.boba,
|
|
399
602
|
name: "Boba",
|
|
@@ -405,6 +608,15 @@
|
|
|
405
608
|
externalId: {
|
|
406
609
|
debank: "boba",
|
|
407
610
|
},
|
|
611
|
+
markets: {},
|
|
612
|
+
bridges: {},
|
|
613
|
+
oracles: {
|
|
614
|
+
coingecko: {
|
|
615
|
+
slug: "boba",
|
|
616
|
+
native: "ethereum"
|
|
617
|
+
},
|
|
618
|
+
dexscreener: "boba"
|
|
619
|
+
},
|
|
408
620
|
blockExplorers: {
|
|
409
621
|
default: {
|
|
410
622
|
name: "Bobascan",
|
|
@@ -504,6 +716,53 @@
|
|
|
504
716
|
zerion: "binance-smart-chain",
|
|
505
717
|
debank: "bsc",
|
|
506
718
|
},
|
|
719
|
+
markets: {
|
|
720
|
+
airswap: true,
|
|
721
|
+
kyberswap: "bsc",
|
|
722
|
+
oneinch: true,
|
|
723
|
+
paraswap: {
|
|
724
|
+
tokenTransferProxy: "0x216b4b4ba9f3e719726886d34a177484278bfcae",
|
|
725
|
+
},
|
|
726
|
+
propellerswap: "bsc",
|
|
727
|
+
openocean: "bsc",
|
|
728
|
+
zeroex: true,
|
|
729
|
+
},
|
|
730
|
+
bridges: {
|
|
731
|
+
chainlink: {
|
|
732
|
+
atlasNetworkName: "binance_smart_chain-mainnet",
|
|
733
|
+
routerAddress: "0x34B03Cb9086d7D758AC55af71584F81A598759FE",
|
|
734
|
+
chainSelector: 11344663589394136015n,
|
|
735
|
+
},
|
|
736
|
+
rhinofi: "BINANCE",
|
|
737
|
+
stargate: {
|
|
738
|
+
endpointID: 30102,
|
|
739
|
+
blockConfirmations: 20,
|
|
740
|
+
pools: [
|
|
741
|
+
{
|
|
742
|
+
id: 2,
|
|
743
|
+
address: "0x138EB30f73BC423c6455C53df6D89CB01d9eBc63",
|
|
744
|
+
},
|
|
745
|
+
]
|
|
746
|
+
},
|
|
747
|
+
wanbridge: {
|
|
748
|
+
requiredConfirmations: 12
|
|
749
|
+
},
|
|
750
|
+
wormhole: {
|
|
751
|
+
chain: "Bsc",
|
|
752
|
+
timeToFinalize: 48
|
|
753
|
+
}
|
|
754
|
+
},
|
|
755
|
+
oracles: {
|
|
756
|
+
cmc: {
|
|
757
|
+
slug: "bnb",
|
|
758
|
+
native: "bnb"
|
|
759
|
+
},
|
|
760
|
+
coingecko: {
|
|
761
|
+
slug: "binance-smart-chain",
|
|
762
|
+
native: "binancecoin"
|
|
763
|
+
},
|
|
764
|
+
dexscreener: "bsc"
|
|
765
|
+
},
|
|
507
766
|
uniswap: {
|
|
508
767
|
deployBlock: 26324014,
|
|
509
768
|
poolFactory: "0xdB1d10011AD0Ff90774D0C6Bb92e5C5c8b4461F7",
|
|
@@ -649,6 +908,15 @@
|
|
|
649
908
|
},
|
|
650
909
|
logoUrl: "https://assets.oku.trade/filecoin-logo.svg",
|
|
651
910
|
externalId: {},
|
|
911
|
+
markets: {},
|
|
912
|
+
bridges: {},
|
|
913
|
+
oracles: {
|
|
914
|
+
coingecko: {
|
|
915
|
+
slug: "filecoin",
|
|
916
|
+
native: "filecoin"
|
|
917
|
+
},
|
|
918
|
+
dexscreener: "filecoin"
|
|
919
|
+
},
|
|
652
920
|
uniswap: {
|
|
653
921
|
deployBlock: 3195837,
|
|
654
922
|
poolFactory: "0xB4C47eD546Fc31E26470a186eC2C5F19eF09BA41",
|
|
@@ -749,6 +1017,38 @@
|
|
|
749
1017
|
externalId: {
|
|
750
1018
|
zerion: "linea",
|
|
751
1019
|
},
|
|
1020
|
+
markets: {
|
|
1021
|
+
kyberswap: "linea",
|
|
1022
|
+
openocean: "linea",
|
|
1023
|
+
},
|
|
1024
|
+
bridges: {
|
|
1025
|
+
rhinofi: "LINEA",
|
|
1026
|
+
stargate: {
|
|
1027
|
+
endpointID: 30183,
|
|
1028
|
+
blockConfirmations: 20,
|
|
1029
|
+
pools: [
|
|
1030
|
+
{
|
|
1031
|
+
id: 13,
|
|
1032
|
+
address: "0x81F6138153d473E8c5EcebD3DC8Cd4903506B075",
|
|
1033
|
+
},
|
|
1034
|
+
]
|
|
1035
|
+
},
|
|
1036
|
+
wormhole: {
|
|
1037
|
+
chain: "Linea",
|
|
1038
|
+
timeToFinalize: 1800,
|
|
1039
|
+
}
|
|
1040
|
+
},
|
|
1041
|
+
oracles: {
|
|
1042
|
+
cmc: {
|
|
1043
|
+
slug: "linea",
|
|
1044
|
+
native: "ethereum"
|
|
1045
|
+
},
|
|
1046
|
+
coingecko: {
|
|
1047
|
+
slug: "linea",
|
|
1048
|
+
native: "ethereum"
|
|
1049
|
+
},
|
|
1050
|
+
dexscreener: "linea"
|
|
1051
|
+
},
|
|
752
1052
|
uniswap: {
|
|
753
1053
|
deployBlock: 25248,
|
|
754
1054
|
poolFactory: "0x31FAfd4889FA1269F7a13A66eE0fB458f27D72A9",
|
|
@@ -826,6 +1126,21 @@
|
|
|
826
1126
|
externalId: {
|
|
827
1127
|
zerion: "lisk",
|
|
828
1128
|
},
|
|
1129
|
+
markets: {},
|
|
1130
|
+
bridges: {},
|
|
1131
|
+
oracles: {
|
|
1132
|
+
coingecko: {
|
|
1133
|
+
slug: "lisk",
|
|
1134
|
+
native: "ethereum",
|
|
1135
|
+
}
|
|
1136
|
+
},
|
|
1137
|
+
blockExplorers: {
|
|
1138
|
+
default: {
|
|
1139
|
+
name: "Blockscout",
|
|
1140
|
+
url: "https://blockscout.lisk.com",
|
|
1141
|
+
apiUrl: "https://blockscout.lisk.com/api/v2"
|
|
1142
|
+
}
|
|
1143
|
+
},
|
|
829
1144
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
830
1145
|
uniswap: {
|
|
831
1146
|
deployBlock: 577168,
|
|
@@ -891,6 +1206,69 @@
|
|
|
891
1206
|
zerion: "ethereum",
|
|
892
1207
|
debank: "eth",
|
|
893
1208
|
},
|
|
1209
|
+
markets: {
|
|
1210
|
+
airswap: true,
|
|
1211
|
+
kyberswap: "ethereum",
|
|
1212
|
+
oneinch: true,
|
|
1213
|
+
paraswap: {
|
|
1214
|
+
tokenTransferProxy: "0x216b4b4ba9f3e719726886d34a177484278bfcae"
|
|
1215
|
+
},
|
|
1216
|
+
propellerswap: "ethereum",
|
|
1217
|
+
openocean: "eth",
|
|
1218
|
+
zeroex: true,
|
|
1219
|
+
},
|
|
1220
|
+
bridges: {
|
|
1221
|
+
chainlink: {
|
|
1222
|
+
atlasNetworkName: "ethereum-mainnet",
|
|
1223
|
+
routerAddress: "0x80226fc0Ee2b096224EeAc085Bb9a8cba1146f7D",
|
|
1224
|
+
chainSelector: 5009297550715157269n,
|
|
1225
|
+
},
|
|
1226
|
+
rhinofi: "ETHEREUM",
|
|
1227
|
+
stargate: {
|
|
1228
|
+
endpointID: 30101,
|
|
1229
|
+
blockConfirmations: 15,
|
|
1230
|
+
pools: [
|
|
1231
|
+
{
|
|
1232
|
+
id: 13,
|
|
1233
|
+
address: "0x77b2043768d28E9C9aB44E1aBfC95944bcE57931"
|
|
1234
|
+
},
|
|
1235
|
+
{
|
|
1236
|
+
id: 1,
|
|
1237
|
+
address: "0xc026395860Db2d07ee33e05fE50ed7bD583189C7",
|
|
1238
|
+
},
|
|
1239
|
+
{
|
|
1240
|
+
id: 2,
|
|
1241
|
+
address: "0x933597a323Eb81cAe705C5bC29985172fd5A3973",
|
|
1242
|
+
},
|
|
1243
|
+
{
|
|
1244
|
+
id: 17,
|
|
1245
|
+
address: "0xcDafB1b2dB43f366E48e6F614b8DCCBFeeFEEcD3",
|
|
1246
|
+
},
|
|
1247
|
+
{
|
|
1248
|
+
id: 22,
|
|
1249
|
+
address: "0x268Ca24DAefF1FaC2ed883c598200CcbB79E931D",
|
|
1250
|
+
},
|
|
1251
|
+
]
|
|
1252
|
+
},
|
|
1253
|
+
wanbridge: {
|
|
1254
|
+
requiredConfirmations: 6
|
|
1255
|
+
},
|
|
1256
|
+
wormhole: {
|
|
1257
|
+
chain: "Ethereum",
|
|
1258
|
+
timeToFinalize: 975,
|
|
1259
|
+
}
|
|
1260
|
+
},
|
|
1261
|
+
oracles: {
|
|
1262
|
+
cmc: {
|
|
1263
|
+
slug: "ethereum",
|
|
1264
|
+
native: "ethereum"
|
|
1265
|
+
},
|
|
1266
|
+
coingecko: {
|
|
1267
|
+
slug: "ethereum",
|
|
1268
|
+
native: "ethereum"
|
|
1269
|
+
},
|
|
1270
|
+
dexscreener: "ethereum"
|
|
1271
|
+
},
|
|
894
1272
|
uniswap: {
|
|
895
1273
|
deployBlock: 12369621,
|
|
896
1274
|
poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984",
|
|
@@ -1113,6 +1491,23 @@
|
|
|
1113
1491
|
logoUrl: "https://assets.oku.trade/manta-logo.png",
|
|
1114
1492
|
safeReorgDistance: 90000,
|
|
1115
1493
|
externalId: {},
|
|
1494
|
+
markets: {
|
|
1495
|
+
openocean: "manta"
|
|
1496
|
+
},
|
|
1497
|
+
bridges: {
|
|
1498
|
+
rhinofi: "MANTA"
|
|
1499
|
+
},
|
|
1500
|
+
oracles: {
|
|
1501
|
+
cmc: {
|
|
1502
|
+
slug: "manta-network",
|
|
1503
|
+
native: "ethereum"
|
|
1504
|
+
},
|
|
1505
|
+
coingecko: {
|
|
1506
|
+
slug: "manta-pacific",
|
|
1507
|
+
native: "ethereum"
|
|
1508
|
+
},
|
|
1509
|
+
dexscreener: "manta"
|
|
1510
|
+
},
|
|
1116
1511
|
uniswap: {
|
|
1117
1512
|
deployBlock: 1191705,
|
|
1118
1513
|
poolFactory: "0x06D830e15081f65923674268121FF57Cc54e4e23",
|
|
@@ -1193,6 +1588,44 @@
|
|
|
1193
1588
|
logoUrl: "https://assets.oku.trade/mantle-logo.png",
|
|
1194
1589
|
safeReorgDistance: 90000,
|
|
1195
1590
|
externalId: {},
|
|
1591
|
+
markets: {
|
|
1592
|
+
openocean: "mantle"
|
|
1593
|
+
},
|
|
1594
|
+
bridges: {
|
|
1595
|
+
stargate: {
|
|
1596
|
+
endpointID: 30181,
|
|
1597
|
+
blockConfirmations: 20,
|
|
1598
|
+
pools: [
|
|
1599
|
+
{
|
|
1600
|
+
id: 13,
|
|
1601
|
+
address: "0x4c1d3Fc3fC3c177c3b633427c2F769276c547463",
|
|
1602
|
+
},
|
|
1603
|
+
{
|
|
1604
|
+
id: 1,
|
|
1605
|
+
address: "0xAc290Ad4e0c891FDc295ca4F0a6214cf6dC6acDC",
|
|
1606
|
+
},
|
|
1607
|
+
{
|
|
1608
|
+
id: 2,
|
|
1609
|
+
address: "0xB715B85682B731dB9D5063187C450095c91C57FC",
|
|
1610
|
+
},
|
|
1611
|
+
{
|
|
1612
|
+
id: 22,
|
|
1613
|
+
address: "0xF7628d84a2BbD9bb9c8E686AC95BB5d55169F3F1",
|
|
1614
|
+
},
|
|
1615
|
+
]
|
|
1616
|
+
}
|
|
1617
|
+
},
|
|
1618
|
+
oracles: {
|
|
1619
|
+
cmc: {
|
|
1620
|
+
slug: "mantle",
|
|
1621
|
+
native: "mantle"
|
|
1622
|
+
},
|
|
1623
|
+
coingecko: {
|
|
1624
|
+
slug: "mantle",
|
|
1625
|
+
native: "mantle"
|
|
1626
|
+
},
|
|
1627
|
+
dexscreener: "mantle"
|
|
1628
|
+
},
|
|
1196
1629
|
uniswap: {
|
|
1197
1630
|
deployBlock: 63795918,
|
|
1198
1631
|
poolFactory: "0x0d922Fb1Bc191F64970ac40376643808b4B74Df9",
|
|
@@ -1267,6 +1700,27 @@
|
|
|
1267
1700
|
externalId: {
|
|
1268
1701
|
debank: "mobm",
|
|
1269
1702
|
},
|
|
1703
|
+
markets: {},
|
|
1704
|
+
bridges: {
|
|
1705
|
+
wanbridge: {
|
|
1706
|
+
requiredConfirmations: 30
|
|
1707
|
+
},
|
|
1708
|
+
wormhole: {
|
|
1709
|
+
chain: "Moonbeam",
|
|
1710
|
+
timeToFinalize: 24,
|
|
1711
|
+
}
|
|
1712
|
+
},
|
|
1713
|
+
oracles: {
|
|
1714
|
+
cmc: {
|
|
1715
|
+
slug: "moonbeam",
|
|
1716
|
+
native: "moonbeam"
|
|
1717
|
+
},
|
|
1718
|
+
coingecko: {
|
|
1719
|
+
slug: "moonbeam",
|
|
1720
|
+
native: "moonbeam",
|
|
1721
|
+
},
|
|
1722
|
+
dexscreener: "moonbeam"
|
|
1723
|
+
},
|
|
1270
1724
|
uniswap: {
|
|
1271
1725
|
deployBlock: 3340452,
|
|
1272
1726
|
poolFactory: "0x28f1158795A3585CaAA3cD6469CD65382b89BB70",
|
|
@@ -1352,6 +1806,59 @@
|
|
|
1352
1806
|
zerion: "optimism",
|
|
1353
1807
|
debank: "op",
|
|
1354
1808
|
},
|
|
1809
|
+
markets: {
|
|
1810
|
+
kyberswap: "optimism",
|
|
1811
|
+
oneinch: true,
|
|
1812
|
+
paraswap: {
|
|
1813
|
+
tokenTransferProxy: "0x216B4B4Ba9F3e719726886d34a177484278Bfcae"
|
|
1814
|
+
},
|
|
1815
|
+
openocean: "optimism",
|
|
1816
|
+
zeroex: true,
|
|
1817
|
+
},
|
|
1818
|
+
bridges: {
|
|
1819
|
+
chainlink: {
|
|
1820
|
+
atlasNetworkName: "ethereum-mainnet-optimism-1",
|
|
1821
|
+
routerAddress: "0x3206695CaE29952f4b0c22a169725a865bc8Ce0f",
|
|
1822
|
+
chainSelector: 3734403246176062136n,
|
|
1823
|
+
},
|
|
1824
|
+
rhinofi: "OPTIMISM",
|
|
1825
|
+
stargate: {
|
|
1826
|
+
endpointID: 30111,
|
|
1827
|
+
blockConfirmations: 20,
|
|
1828
|
+
pools: [
|
|
1829
|
+
{
|
|
1830
|
+
id: 13,
|
|
1831
|
+
address: "0xe8CDF27AcD73a434D661C84887215F7598e7d0d3",
|
|
1832
|
+
},
|
|
1833
|
+
{
|
|
1834
|
+
id: 1,
|
|
1835
|
+
address: "0xcE8CcA271Ebc0533920C83d39F417ED6A0abB7D0",
|
|
1836
|
+
},
|
|
1837
|
+
{
|
|
1838
|
+
id: 2,
|
|
1839
|
+
address: "0x19cFCE47eD54a88614648DC3f19A5980097007dD",
|
|
1840
|
+
},
|
|
1841
|
+
]
|
|
1842
|
+
},
|
|
1843
|
+
wanbridge: {
|
|
1844
|
+
requiredConfirmations: 1
|
|
1845
|
+
},
|
|
1846
|
+
wormhole: {
|
|
1847
|
+
chain: "Optimism",
|
|
1848
|
+
timeToFinalize: 1026,
|
|
1849
|
+
}
|
|
1850
|
+
},
|
|
1851
|
+
oracles: {
|
|
1852
|
+
cmc: {
|
|
1853
|
+
slug: "optimism-ethereum",
|
|
1854
|
+
native: "ethereum"
|
|
1855
|
+
},
|
|
1856
|
+
coingecko: {
|
|
1857
|
+
slug: "optimistic-ethereum",
|
|
1858
|
+
native: "ethereum"
|
|
1859
|
+
},
|
|
1860
|
+
dexscreener: "optimism"
|
|
1861
|
+
},
|
|
1355
1862
|
oku: {
|
|
1356
1863
|
limitOrderRegistryDeployBlock: 105276132,
|
|
1357
1864
|
limitOrderRegistry: "0x54dF9e11c7933a9cA3BD1E540B63dA15edAe40bf",
|
|
@@ -1574,6 +2081,57 @@
|
|
|
1574
2081
|
zerion: "polygon",
|
|
1575
2082
|
debank: "matic",
|
|
1576
2083
|
},
|
|
2084
|
+
markets: {
|
|
2085
|
+
airswap: true,
|
|
2086
|
+
kyberswap: "polygon",
|
|
2087
|
+
oneinch: true,
|
|
2088
|
+
paraswap: {
|
|
2089
|
+
tokenTransferProxy: "0x216b4b4ba9f3e719726886d34a177484278bfcae"
|
|
2090
|
+
},
|
|
2091
|
+
propellerswap: "polygon",
|
|
2092
|
+
openocean: "polygon",
|
|
2093
|
+
zeroex: true,
|
|
2094
|
+
},
|
|
2095
|
+
bridges: {
|
|
2096
|
+
chainlink: {
|
|
2097
|
+
atlasNetworkName: "polygon-mainnet",
|
|
2098
|
+
routerAddress: "0x849c5ED5a80F5B408Dd4969b78c2C8fdf0565Bfe",
|
|
2099
|
+
chainSelector: 4051577828743386545n,
|
|
2100
|
+
},
|
|
2101
|
+
rhinofi: "MATIC_POS",
|
|
2102
|
+
stargate: {
|
|
2103
|
+
endpointID: 30109,
|
|
2104
|
+
blockConfirmations: 512,
|
|
2105
|
+
pools: [
|
|
2106
|
+
{
|
|
2107
|
+
id: 1,
|
|
2108
|
+
address: "0x9Aa02D4Fae7F58b8E8f34c66E756cC734DAc7fe4",
|
|
2109
|
+
},
|
|
2110
|
+
{
|
|
2111
|
+
id: 2,
|
|
2112
|
+
address: "0xd47b03ee6d86Cf251ee7860FB2ACf9f91B9fD4d7",
|
|
2113
|
+
},
|
|
2114
|
+
]
|
|
2115
|
+
},
|
|
2116
|
+
wanbridge: {
|
|
2117
|
+
requiredConfirmations: 500
|
|
2118
|
+
},
|
|
2119
|
+
wormhole: {
|
|
2120
|
+
chain: "Polygon",
|
|
2121
|
+
timeToFinalize: 66,
|
|
2122
|
+
}
|
|
2123
|
+
},
|
|
2124
|
+
oracles: {
|
|
2125
|
+
cmc: {
|
|
2126
|
+
slug: "polygon",
|
|
2127
|
+
native: "polygon"
|
|
2128
|
+
},
|
|
2129
|
+
coingecko: {
|
|
2130
|
+
slug: "polygon-pos",
|
|
2131
|
+
native: "matic-network"
|
|
2132
|
+
},
|
|
2133
|
+
dexscreener: "polygon"
|
|
2134
|
+
},
|
|
1577
2135
|
uniswap: {
|
|
1578
2136
|
deployBlock: 22757547,
|
|
1579
2137
|
poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984",
|
|
@@ -1789,6 +2347,18 @@
|
|
|
1789
2347
|
logoUrl: "https://assets.oku.trade/rootstock-logo.svg",
|
|
1790
2348
|
safeReorgDistance: 90000,
|
|
1791
2349
|
externalId: {},
|
|
2350
|
+
markets: {},
|
|
2351
|
+
bridges: {},
|
|
2352
|
+
oracles: {
|
|
2353
|
+
cmc: {
|
|
2354
|
+
slug: "rsk-smart-bitcoin",
|
|
2355
|
+
native: "rsk-smart-bitcoin"
|
|
2356
|
+
},
|
|
2357
|
+
coingecko: {
|
|
2358
|
+
slug: "rootstock",
|
|
2359
|
+
native: "rootstock"
|
|
2360
|
+
},
|
|
2361
|
+
},
|
|
1792
2362
|
blockExplorers: {
|
|
1793
2363
|
default: {
|
|
1794
2364
|
name: "Blockscout",
|
|
@@ -1870,6 +2440,42 @@
|
|
|
1870
2440
|
externalId: {
|
|
1871
2441
|
zerion: "scroll",
|
|
1872
2442
|
},
|
|
2443
|
+
markets: {
|
|
2444
|
+
kyberswap: "scroll",
|
|
2445
|
+
openocean: "scroll"
|
|
2446
|
+
},
|
|
2447
|
+
bridges: {
|
|
2448
|
+
rhinofi: "SCROLL",
|
|
2449
|
+
stargate: {
|
|
2450
|
+
endpointID: 30214,
|
|
2451
|
+
blockConfirmations: 20,
|
|
2452
|
+
pools: [
|
|
2453
|
+
{
|
|
2454
|
+
id: 13,
|
|
2455
|
+
address: "0xC2b638Cb5042c1B3c5d5C969361fB50569840583",
|
|
2456
|
+
},
|
|
2457
|
+
{
|
|
2458
|
+
id: 1,
|
|
2459
|
+
address: "0x3Fc69CC4A842838bCDC9499178740226062b14E4",
|
|
2460
|
+
},
|
|
2461
|
+
]
|
|
2462
|
+
},
|
|
2463
|
+
wormhole: {
|
|
2464
|
+
chain: "Scroll",
|
|
2465
|
+
timeToFinalize: 1800,
|
|
2466
|
+
}
|
|
2467
|
+
},
|
|
2468
|
+
oracles: {
|
|
2469
|
+
cmc: {
|
|
2470
|
+
slug: "scroll",
|
|
2471
|
+
native: "ethereum"
|
|
2472
|
+
},
|
|
2473
|
+
coingecko: {
|
|
2474
|
+
slug: "scroll",
|
|
2475
|
+
native: "ethereum",
|
|
2476
|
+
},
|
|
2477
|
+
dexscreener: "scroll"
|
|
2478
|
+
},
|
|
1873
2479
|
uniswap: {
|
|
1874
2480
|
deployBlock: 1367,
|
|
1875
2481
|
multicall2: "0x3b615B1AC55bc34e51a81D3dea67467F32bcb8C2",
|
|
@@ -1940,6 +2546,38 @@
|
|
|
1940
2546
|
logoUrl: "https://assets.oku.trade/sei-logo.svg",
|
|
1941
2547
|
safeReorgDistance: 90000,
|
|
1942
2548
|
externalId: {},
|
|
2549
|
+
markets: {},
|
|
2550
|
+
bridges: {
|
|
2551
|
+
stargate: {
|
|
2552
|
+
endpointID: 30280,
|
|
2553
|
+
blockConfirmations: 20,
|
|
2554
|
+
pools: [
|
|
2555
|
+
{
|
|
2556
|
+
id: 13,
|
|
2557
|
+
address: '0x5c386D85b1B82FD9Db681b9176C8a4248bb6345B',
|
|
2558
|
+
},
|
|
2559
|
+
{
|
|
2560
|
+
id: 1,
|
|
2561
|
+
address: '0x45d417612e177672958dC0537C45a8f8d754Ac2E',
|
|
2562
|
+
},
|
|
2563
|
+
{
|
|
2564
|
+
id: 2,
|
|
2565
|
+
address: '0x0dB9afb4C33be43a0a0e396Fd1383B4ea97aB10a',
|
|
2566
|
+
},
|
|
2567
|
+
]
|
|
2568
|
+
}
|
|
2569
|
+
},
|
|
2570
|
+
oracles: {
|
|
2571
|
+
cmc: {
|
|
2572
|
+
slug: "sei",
|
|
2573
|
+
native: "sei"
|
|
2574
|
+
},
|
|
2575
|
+
coingecko: {
|
|
2576
|
+
slug: "sei-v2",
|
|
2577
|
+
native: "sei-network"
|
|
2578
|
+
},
|
|
2579
|
+
dexscreener: "seiv2"
|
|
2580
|
+
},
|
|
1943
2581
|
blockExplorers: {
|
|
1944
2582
|
default: {
|
|
1945
2583
|
name: "Seitrace",
|
|
@@ -2019,6 +2657,30 @@
|
|
|
2019
2657
|
logoUrl: "https://assets.oku.trade/taiko-logo.svg",
|
|
2020
2658
|
safeReorgDistance: 90000,
|
|
2021
2659
|
externalId: {},
|
|
2660
|
+
markets: {},
|
|
2661
|
+
bridges: {
|
|
2662
|
+
rhinofi: "TAIKO",
|
|
2663
|
+
stargate: {
|
|
2664
|
+
endpointID: 30290,
|
|
2665
|
+
blockConfirmations: 20,
|
|
2666
|
+
pools: [
|
|
2667
|
+
{
|
|
2668
|
+
id: 1,
|
|
2669
|
+
address: "0x77C71633C34C3784ede189d74223122422492a0f",
|
|
2670
|
+
},
|
|
2671
|
+
{
|
|
2672
|
+
id: 2,
|
|
2673
|
+
address: "0x1C10CC06DC6D35970d1D53B2A23c76ef370d4135",
|
|
2674
|
+
},
|
|
2675
|
+
]
|
|
2676
|
+
}
|
|
2677
|
+
},
|
|
2678
|
+
oracles: {
|
|
2679
|
+
coingecko: {
|
|
2680
|
+
slug: "taiko",
|
|
2681
|
+
native: "ethereum"
|
|
2682
|
+
}
|
|
2683
|
+
},
|
|
2022
2684
|
blockExplorers: {
|
|
2023
2685
|
default: {
|
|
2024
2686
|
name: "Taikoscan",
|
|
@@ -2103,6 +2765,23 @@
|
|
|
2103
2765
|
externalId: {
|
|
2104
2766
|
zerion: "polygon-zkevm",
|
|
2105
2767
|
},
|
|
2768
|
+
markets: {
|
|
2769
|
+
kyberswap: "polygon-zkevm",
|
|
2770
|
+
paraswap: {
|
|
2771
|
+
tokenTransferProxy: "0xc8a21fcd5a100c3ecc037c97e2f9c53a8d3a02a1"
|
|
2772
|
+
},
|
|
2773
|
+
openocean: "polygon_zkevm"
|
|
2774
|
+
},
|
|
2775
|
+
bridges: {
|
|
2776
|
+
rhinofi: "ZKEVM"
|
|
2777
|
+
},
|
|
2778
|
+
oracles: {
|
|
2779
|
+
coingecko: {
|
|
2780
|
+
slug: "polygon-zkevm",
|
|
2781
|
+
native: "ethereum"
|
|
2782
|
+
},
|
|
2783
|
+
dexscreener: "polygonzkevm"
|
|
2784
|
+
},
|
|
2106
2785
|
uniswap: {
|
|
2107
2786
|
deployBlock: 8466867,
|
|
2108
2787
|
poolFactory: "0xff83c3c800Fec21de45C5Ec30B69ddd5Ee60DFC2",
|
|
@@ -2181,8 +2860,21 @@
|
|
|
2181
2860
|
sortIndex: 4,
|
|
2182
2861
|
logoUrl: "https://assets.oku.trade/zklink-logo.svg",
|
|
2183
2862
|
safeReorgDistance: 90000,
|
|
2184
|
-
externalId: {
|
|
2185
|
-
|
|
2863
|
+
externalId: {},
|
|
2864
|
+
markets: {},
|
|
2865
|
+
bridges: {},
|
|
2866
|
+
oracles: {
|
|
2867
|
+
coingecko: {
|
|
2868
|
+
slug: "zklink-nova",
|
|
2869
|
+
native: "ethereum"
|
|
2870
|
+
}
|
|
2871
|
+
},
|
|
2872
|
+
blockExplorers: {
|
|
2873
|
+
default: {
|
|
2874
|
+
name: "zkLink Nova Block Explorer",
|
|
2875
|
+
url: "https://explorer.zklink.io/",
|
|
2876
|
+
apiUrl: "https://explorer-api.zklink.io/api",
|
|
2877
|
+
}
|
|
2186
2878
|
},
|
|
2187
2879
|
initCodeHash: "0x010013f177ea1fcbc4520f9a3ca7cd2d1d77959e05aa66484027cb38e712aeed",
|
|
2188
2880
|
uniswap: {
|
|
@@ -2257,6 +2949,26 @@
|
|
|
2257
2949
|
externalId: {
|
|
2258
2950
|
zerion: "zksync-era",
|
|
2259
2951
|
},
|
|
2952
|
+
markets: {
|
|
2953
|
+
kyberswap: "zksync",
|
|
2954
|
+
oneinch: true,
|
|
2955
|
+
propellerswap: "zksync",
|
|
2956
|
+
openocean: "zksync"
|
|
2957
|
+
},
|
|
2958
|
+
bridges: {
|
|
2959
|
+
rhinofi: "ZKSYNC"
|
|
2960
|
+
},
|
|
2961
|
+
oracles: {
|
|
2962
|
+
cmc: {
|
|
2963
|
+
slug: "zksync",
|
|
2964
|
+
native: "ethereum"
|
|
2965
|
+
},
|
|
2966
|
+
coingecko: {
|
|
2967
|
+
slug: "zksync",
|
|
2968
|
+
native: "ethereum"
|
|
2969
|
+
},
|
|
2970
|
+
dexscreener: "zksync"
|
|
2971
|
+
},
|
|
2260
2972
|
initCodeHash: "0x010013f177ea1fcbc4520f9a3ca7cd2d1d77959e05aa66484027cb38e712aeed",
|
|
2261
2973
|
blockExplorers: {
|
|
2262
2974
|
default: {
|
|
@@ -2363,12 +3075,14 @@
|
|
|
2363
3075
|
sei,
|
|
2364
3076
|
zkLink,
|
|
2365
3077
|
lisk,
|
|
3078
|
+
bob,
|
|
2366
3079
|
];
|
|
2367
3080
|
|
|
2368
3081
|
exports.MAINNET_CHAINS = MAINNET_CHAINS;
|
|
2369
3082
|
exports.arbitrum = arbitrum;
|
|
2370
3083
|
exports.base = base;
|
|
2371
3084
|
exports.blast = blast;
|
|
3085
|
+
exports.bob = bob;
|
|
2372
3086
|
exports.boba = boba;
|
|
2373
3087
|
exports.bsc = bsc;
|
|
2374
3088
|
exports.filecoin = filecoin;
|