@gfxlabs/oku-chains 1.1.82 → 1.1.84
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 +637 -22
- package/dist/index-mjs.js +638 -23
- package/dist/index.js +637 -22
- package/dist/types/browser.d.ts +1817 -629
- package/dist/types/index-mjs.d.ts +1817 -629
- package/dist/types/index.d.ts +1817 -629
- package/package.json +2 -2
package/dist/browser.js
CHANGED
|
@@ -5,26 +5,7 @@
|
|
|
5
5
|
})(this, (function (exports, chains, viem) { 'use strict';
|
|
6
6
|
|
|
7
7
|
const makeConfig = (x) => {
|
|
8
|
-
|
|
9
|
-
if (Array.isArray(input)) {
|
|
10
|
-
return input.map(checksumAddresses);
|
|
11
|
-
}
|
|
12
|
-
if (typeof input === "object" && input !== null) {
|
|
13
|
-
return Object.keys(input).reduce((result, key) => {
|
|
14
|
-
const value = input[key];
|
|
15
|
-
result[key] = isStringAndAddress(value)
|
|
16
|
-
? viem.getAddress(value)
|
|
17
|
-
: checksumAddresses(value);
|
|
18
|
-
return result;
|
|
19
|
-
}, {});
|
|
20
|
-
}
|
|
21
|
-
return input;
|
|
22
|
-
};
|
|
23
|
-
const isStringAndAddress = (value) => {
|
|
24
|
-
return typeof value === "string" && viem.isAddress(value, { strict: false });
|
|
25
|
-
};
|
|
26
|
-
const checksummedConfig = checksumAddresses(x);
|
|
27
|
-
return Object.freeze(checksummedConfig);
|
|
8
|
+
return x;
|
|
28
9
|
};
|
|
29
10
|
|
|
30
11
|
const arbitrum = makeConfig({
|
|
@@ -38,6 +19,60 @@
|
|
|
38
19
|
zerion: "arbitrum",
|
|
39
20
|
debank: "arb",
|
|
40
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
|
+
},
|
|
41
76
|
uniswap: {
|
|
42
77
|
deployBlock: 165,
|
|
43
78
|
poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984",
|
|
@@ -265,6 +300,55 @@
|
|
|
265
300
|
zerion: "base",
|
|
266
301
|
debank: "base",
|
|
267
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
|
+
},
|
|
268
352
|
safeReorgDistance: 90000,
|
|
269
353
|
uniswap: {
|
|
270
354
|
deployBlock: 1371680,
|
|
@@ -354,6 +438,28 @@
|
|
|
354
438
|
externalId: {
|
|
355
439
|
zerion: "blast",
|
|
356
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
|
+
},
|
|
357
463
|
uniswap: {
|
|
358
464
|
deployBlock: 400903,
|
|
359
465
|
poolFactory: "0x792edAdE80af5fC680d96a2eD80A44247D2Cf6Fd",
|
|
@@ -424,6 +530,15 @@
|
|
|
424
530
|
externalId: {
|
|
425
531
|
debank: "boba",
|
|
426
532
|
},
|
|
533
|
+
markets: {},
|
|
534
|
+
bridges: {},
|
|
535
|
+
oracles: {
|
|
536
|
+
coingecko: {
|
|
537
|
+
slug: "boba",
|
|
538
|
+
native: "ethereum"
|
|
539
|
+
},
|
|
540
|
+
dexscreener: "boba"
|
|
541
|
+
},
|
|
427
542
|
blockExplorers: {
|
|
428
543
|
default: {
|
|
429
544
|
name: "Bobascan",
|
|
@@ -523,6 +638,53 @@
|
|
|
523
638
|
zerion: "binance-smart-chain",
|
|
524
639
|
debank: "bsc",
|
|
525
640
|
},
|
|
641
|
+
markets: {
|
|
642
|
+
airswap: true,
|
|
643
|
+
kyberswap: "bsc",
|
|
644
|
+
oneinch: true,
|
|
645
|
+
paraswap: {
|
|
646
|
+
tokenTransferProxy: "0x216b4b4ba9f3e719726886d34a177484278bfcae",
|
|
647
|
+
},
|
|
648
|
+
propellerswap: "bsc",
|
|
649
|
+
openocean: "bsc",
|
|
650
|
+
zeroex: true,
|
|
651
|
+
},
|
|
652
|
+
bridges: {
|
|
653
|
+
chainlink: {
|
|
654
|
+
atlasNetworkName: "binance_smart_chain-mainnet",
|
|
655
|
+
routerAddress: "0x34B03Cb9086d7D758AC55af71584F81A598759FE",
|
|
656
|
+
chainSelector: 11344663589394136015n,
|
|
657
|
+
},
|
|
658
|
+
rhinofi: "BINANCE",
|
|
659
|
+
stargate: {
|
|
660
|
+
endpointID: 30102,
|
|
661
|
+
blockConfirmations: 20,
|
|
662
|
+
pools: [
|
|
663
|
+
{
|
|
664
|
+
id: 2,
|
|
665
|
+
address: "0x138EB30f73BC423c6455C53df6D89CB01d9eBc63",
|
|
666
|
+
},
|
|
667
|
+
]
|
|
668
|
+
},
|
|
669
|
+
wanbridge: {
|
|
670
|
+
requiredConfirmations: 12
|
|
671
|
+
},
|
|
672
|
+
wormhole: {
|
|
673
|
+
chain: "Bsc",
|
|
674
|
+
timeToFinalize: 48
|
|
675
|
+
}
|
|
676
|
+
},
|
|
677
|
+
oracles: {
|
|
678
|
+
cmc: {
|
|
679
|
+
slug: "bnb",
|
|
680
|
+
native: "bnb"
|
|
681
|
+
},
|
|
682
|
+
coingecko: {
|
|
683
|
+
slug: "binance-smart-chain",
|
|
684
|
+
native: "binancecoin"
|
|
685
|
+
},
|
|
686
|
+
dexscreener: "bsc"
|
|
687
|
+
},
|
|
526
688
|
uniswap: {
|
|
527
689
|
deployBlock: 26324014,
|
|
528
690
|
poolFactory: "0xdB1d10011AD0Ff90774D0C6Bb92e5C5c8b4461F7",
|
|
@@ -668,6 +830,15 @@
|
|
|
668
830
|
},
|
|
669
831
|
logoUrl: "https://assets.oku.trade/filecoin-logo.svg",
|
|
670
832
|
externalId: {},
|
|
833
|
+
markets: {},
|
|
834
|
+
bridges: {},
|
|
835
|
+
oracles: {
|
|
836
|
+
coingecko: {
|
|
837
|
+
slug: "filecoin",
|
|
838
|
+
native: "filecoin"
|
|
839
|
+
},
|
|
840
|
+
dexscreener: "filecoin"
|
|
841
|
+
},
|
|
671
842
|
uniswap: {
|
|
672
843
|
deployBlock: 3195837,
|
|
673
844
|
poolFactory: "0xB4C47eD546Fc31E26470a186eC2C5F19eF09BA41",
|
|
@@ -768,6 +939,38 @@
|
|
|
768
939
|
externalId: {
|
|
769
940
|
zerion: "linea",
|
|
770
941
|
},
|
|
942
|
+
markets: {
|
|
943
|
+
kyberswap: "linea",
|
|
944
|
+
openocean: "linea",
|
|
945
|
+
},
|
|
946
|
+
bridges: {
|
|
947
|
+
rhinofi: "LINEA",
|
|
948
|
+
stargate: {
|
|
949
|
+
endpointID: 30183,
|
|
950
|
+
blockConfirmations: 20,
|
|
951
|
+
pools: [
|
|
952
|
+
{
|
|
953
|
+
id: 13,
|
|
954
|
+
address: "0x81F6138153d473E8c5EcebD3DC8Cd4903506B075",
|
|
955
|
+
},
|
|
956
|
+
]
|
|
957
|
+
},
|
|
958
|
+
wormhole: {
|
|
959
|
+
chain: "Linea",
|
|
960
|
+
timeToFinalize: 1800,
|
|
961
|
+
}
|
|
962
|
+
},
|
|
963
|
+
oracles: {
|
|
964
|
+
cmc: {
|
|
965
|
+
slug: "linea",
|
|
966
|
+
native: "ethereum"
|
|
967
|
+
},
|
|
968
|
+
coingecko: {
|
|
969
|
+
slug: "linea",
|
|
970
|
+
native: "ethereum"
|
|
971
|
+
},
|
|
972
|
+
dexscreener: "linea"
|
|
973
|
+
},
|
|
771
974
|
uniswap: {
|
|
772
975
|
deployBlock: 25248,
|
|
773
976
|
poolFactory: "0x31FAfd4889FA1269F7a13A66eE0fB458f27D72A9",
|
|
@@ -845,6 +1048,21 @@
|
|
|
845
1048
|
externalId: {
|
|
846
1049
|
zerion: "lisk",
|
|
847
1050
|
},
|
|
1051
|
+
markets: {},
|
|
1052
|
+
bridges: {},
|
|
1053
|
+
oracles: {
|
|
1054
|
+
coingecko: {
|
|
1055
|
+
slug: "lisk",
|
|
1056
|
+
native: "ethereum",
|
|
1057
|
+
}
|
|
1058
|
+
},
|
|
1059
|
+
blockExplorers: {
|
|
1060
|
+
default: {
|
|
1061
|
+
name: "Blockscout",
|
|
1062
|
+
url: "https://blockscout.lisk.com",
|
|
1063
|
+
apiUrl: "https://blockscout.lisk.com/api/v2"
|
|
1064
|
+
}
|
|
1065
|
+
},
|
|
848
1066
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
849
1067
|
uniswap: {
|
|
850
1068
|
deployBlock: 577168,
|
|
@@ -910,6 +1128,69 @@
|
|
|
910
1128
|
zerion: "ethereum",
|
|
911
1129
|
debank: "eth",
|
|
912
1130
|
},
|
|
1131
|
+
markets: {
|
|
1132
|
+
airswap: true,
|
|
1133
|
+
kyberswap: "ethereum",
|
|
1134
|
+
oneinch: true,
|
|
1135
|
+
paraswap: {
|
|
1136
|
+
tokenTransferProxy: "0x216b4b4ba9f3e719726886d34a177484278bfcae"
|
|
1137
|
+
},
|
|
1138
|
+
propellerswap: "ethereum",
|
|
1139
|
+
openocean: "eth",
|
|
1140
|
+
zeroex: true,
|
|
1141
|
+
},
|
|
1142
|
+
bridges: {
|
|
1143
|
+
chainlink: {
|
|
1144
|
+
atlasNetworkName: "ethereum-mainnet",
|
|
1145
|
+
routerAddress: "0x80226fc0Ee2b096224EeAc085Bb9a8cba1146f7D",
|
|
1146
|
+
chainSelector: 5009297550715157269n,
|
|
1147
|
+
},
|
|
1148
|
+
rhinofi: "ETHEREUM",
|
|
1149
|
+
stargate: {
|
|
1150
|
+
endpointID: 30101,
|
|
1151
|
+
blockConfirmations: 15,
|
|
1152
|
+
pools: [
|
|
1153
|
+
{
|
|
1154
|
+
id: 13,
|
|
1155
|
+
address: "0x77b2043768d28E9C9aB44E1aBfC95944bcE57931"
|
|
1156
|
+
},
|
|
1157
|
+
{
|
|
1158
|
+
id: 1,
|
|
1159
|
+
address: "0xc026395860Db2d07ee33e05fE50ed7bD583189C7",
|
|
1160
|
+
},
|
|
1161
|
+
{
|
|
1162
|
+
id: 2,
|
|
1163
|
+
address: "0x933597a323Eb81cAe705C5bC29985172fd5A3973",
|
|
1164
|
+
},
|
|
1165
|
+
{
|
|
1166
|
+
id: 17,
|
|
1167
|
+
address: "0xcDafB1b2dB43f366E48e6F614b8DCCBFeeFEEcD3",
|
|
1168
|
+
},
|
|
1169
|
+
{
|
|
1170
|
+
id: 22,
|
|
1171
|
+
address: "0x268Ca24DAefF1FaC2ed883c598200CcbB79E931D",
|
|
1172
|
+
},
|
|
1173
|
+
]
|
|
1174
|
+
},
|
|
1175
|
+
wanbridge: {
|
|
1176
|
+
requiredConfirmations: 6
|
|
1177
|
+
},
|
|
1178
|
+
wormhole: {
|
|
1179
|
+
chain: "Ethereum",
|
|
1180
|
+
timeToFinalize: 975,
|
|
1181
|
+
}
|
|
1182
|
+
},
|
|
1183
|
+
oracles: {
|
|
1184
|
+
cmc: {
|
|
1185
|
+
slug: "ethereum",
|
|
1186
|
+
native: "ethereum"
|
|
1187
|
+
},
|
|
1188
|
+
coingecko: {
|
|
1189
|
+
slug: "ethereum",
|
|
1190
|
+
native: "ethereum"
|
|
1191
|
+
},
|
|
1192
|
+
dexscreener: "ethereum"
|
|
1193
|
+
},
|
|
913
1194
|
uniswap: {
|
|
914
1195
|
deployBlock: 12369621,
|
|
915
1196
|
poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984",
|
|
@@ -1132,6 +1413,23 @@
|
|
|
1132
1413
|
logoUrl: "https://assets.oku.trade/manta-logo.png",
|
|
1133
1414
|
safeReorgDistance: 90000,
|
|
1134
1415
|
externalId: {},
|
|
1416
|
+
markets: {
|
|
1417
|
+
openocean: "manta"
|
|
1418
|
+
},
|
|
1419
|
+
bridges: {
|
|
1420
|
+
rhinofi: "MANTA"
|
|
1421
|
+
},
|
|
1422
|
+
oracles: {
|
|
1423
|
+
cmc: {
|
|
1424
|
+
slug: "manta-network",
|
|
1425
|
+
native: "ethereum"
|
|
1426
|
+
},
|
|
1427
|
+
coingecko: {
|
|
1428
|
+
slug: "manta-pacific",
|
|
1429
|
+
native: "ethereum"
|
|
1430
|
+
},
|
|
1431
|
+
dexscreener: "manta"
|
|
1432
|
+
},
|
|
1135
1433
|
uniswap: {
|
|
1136
1434
|
deployBlock: 1191705,
|
|
1137
1435
|
poolFactory: "0x06D830e15081f65923674268121FF57Cc54e4e23",
|
|
@@ -1212,6 +1510,44 @@
|
|
|
1212
1510
|
logoUrl: "https://assets.oku.trade/mantle-logo.png",
|
|
1213
1511
|
safeReorgDistance: 90000,
|
|
1214
1512
|
externalId: {},
|
|
1513
|
+
markets: {
|
|
1514
|
+
openocean: "mantle"
|
|
1515
|
+
},
|
|
1516
|
+
bridges: {
|
|
1517
|
+
stargate: {
|
|
1518
|
+
endpointID: 30181,
|
|
1519
|
+
blockConfirmations: 20,
|
|
1520
|
+
pools: [
|
|
1521
|
+
{
|
|
1522
|
+
id: 13,
|
|
1523
|
+
address: "0x4c1d3Fc3fC3c177c3b633427c2F769276c547463",
|
|
1524
|
+
},
|
|
1525
|
+
{
|
|
1526
|
+
id: 1,
|
|
1527
|
+
address: "0xAc290Ad4e0c891FDc295ca4F0a6214cf6dC6acDC",
|
|
1528
|
+
},
|
|
1529
|
+
{
|
|
1530
|
+
id: 2,
|
|
1531
|
+
address: "0xB715B85682B731dB9D5063187C450095c91C57FC",
|
|
1532
|
+
},
|
|
1533
|
+
{
|
|
1534
|
+
id: 22,
|
|
1535
|
+
address: "0xF7628d84a2BbD9bb9c8E686AC95BB5d55169F3F1",
|
|
1536
|
+
},
|
|
1537
|
+
]
|
|
1538
|
+
}
|
|
1539
|
+
},
|
|
1540
|
+
oracles: {
|
|
1541
|
+
cmc: {
|
|
1542
|
+
slug: "mantle",
|
|
1543
|
+
native: "mantle"
|
|
1544
|
+
},
|
|
1545
|
+
coingecko: {
|
|
1546
|
+
slug: "mantle",
|
|
1547
|
+
native: "mantle"
|
|
1548
|
+
},
|
|
1549
|
+
dexscreener: "mantle"
|
|
1550
|
+
},
|
|
1215
1551
|
uniswap: {
|
|
1216
1552
|
deployBlock: 63795918,
|
|
1217
1553
|
poolFactory: "0x0d922Fb1Bc191F64970ac40376643808b4B74Df9",
|
|
@@ -1286,6 +1622,27 @@
|
|
|
1286
1622
|
externalId: {
|
|
1287
1623
|
debank: "mobm",
|
|
1288
1624
|
},
|
|
1625
|
+
markets: {},
|
|
1626
|
+
bridges: {
|
|
1627
|
+
wanbridge: {
|
|
1628
|
+
requiredConfirmations: 30
|
|
1629
|
+
},
|
|
1630
|
+
wormhole: {
|
|
1631
|
+
chain: "Moonbeam",
|
|
1632
|
+
timeToFinalize: 24,
|
|
1633
|
+
}
|
|
1634
|
+
},
|
|
1635
|
+
oracles: {
|
|
1636
|
+
cmc: {
|
|
1637
|
+
slug: "moonbeam",
|
|
1638
|
+
native: "moonbeam"
|
|
1639
|
+
},
|
|
1640
|
+
coingecko: {
|
|
1641
|
+
slug: "moonbeam",
|
|
1642
|
+
native: "moonbeam",
|
|
1643
|
+
},
|
|
1644
|
+
dexscreener: "moonbeam"
|
|
1645
|
+
},
|
|
1289
1646
|
uniswap: {
|
|
1290
1647
|
deployBlock: 3340452,
|
|
1291
1648
|
poolFactory: "0x28f1158795A3585CaAA3cD6469CD65382b89BB70",
|
|
@@ -1371,6 +1728,59 @@
|
|
|
1371
1728
|
zerion: "optimism",
|
|
1372
1729
|
debank: "op",
|
|
1373
1730
|
},
|
|
1731
|
+
markets: {
|
|
1732
|
+
kyberswap: "optimism",
|
|
1733
|
+
oneinch: true,
|
|
1734
|
+
paraswap: {
|
|
1735
|
+
tokenTransferProxy: "0x216B4B4Ba9F3e719726886d34a177484278Bfcae"
|
|
1736
|
+
},
|
|
1737
|
+
openocean: "optimism",
|
|
1738
|
+
zeroex: true,
|
|
1739
|
+
},
|
|
1740
|
+
bridges: {
|
|
1741
|
+
chainlink: {
|
|
1742
|
+
atlasNetworkName: "ethereum-mainnet-optimism-1",
|
|
1743
|
+
routerAddress: "0x3206695CaE29952f4b0c22a169725a865bc8Ce0f",
|
|
1744
|
+
chainSelector: 3734403246176062136n,
|
|
1745
|
+
},
|
|
1746
|
+
rhinofi: "OPTIMISM",
|
|
1747
|
+
stargate: {
|
|
1748
|
+
endpointID: 30111,
|
|
1749
|
+
blockConfirmations: 20,
|
|
1750
|
+
pools: [
|
|
1751
|
+
{
|
|
1752
|
+
id: 13,
|
|
1753
|
+
address: "0xe8CDF27AcD73a434D661C84887215F7598e7d0d3",
|
|
1754
|
+
},
|
|
1755
|
+
{
|
|
1756
|
+
id: 1,
|
|
1757
|
+
address: "0xcE8CcA271Ebc0533920C83d39F417ED6A0abB7D0",
|
|
1758
|
+
},
|
|
1759
|
+
{
|
|
1760
|
+
id: 2,
|
|
1761
|
+
address: "0x19cFCE47eD54a88614648DC3f19A5980097007dD",
|
|
1762
|
+
},
|
|
1763
|
+
]
|
|
1764
|
+
},
|
|
1765
|
+
wanbridge: {
|
|
1766
|
+
requiredConfirmations: 1
|
|
1767
|
+
},
|
|
1768
|
+
wormhole: {
|
|
1769
|
+
chain: "Optimism",
|
|
1770
|
+
timeToFinalize: 1026,
|
|
1771
|
+
}
|
|
1772
|
+
},
|
|
1773
|
+
oracles: {
|
|
1774
|
+
cmc: {
|
|
1775
|
+
slug: "optimism-ethereum",
|
|
1776
|
+
native: "ethereum"
|
|
1777
|
+
},
|
|
1778
|
+
coingecko: {
|
|
1779
|
+
slug: "optimistic-ethereum",
|
|
1780
|
+
native: "ethereum"
|
|
1781
|
+
},
|
|
1782
|
+
dexscreener: "optimism"
|
|
1783
|
+
},
|
|
1374
1784
|
oku: {
|
|
1375
1785
|
limitOrderRegistryDeployBlock: 105276132,
|
|
1376
1786
|
limitOrderRegistry: "0x54dF9e11c7933a9cA3BD1E540B63dA15edAe40bf",
|
|
@@ -1593,6 +2003,57 @@
|
|
|
1593
2003
|
zerion: "polygon",
|
|
1594
2004
|
debank: "matic",
|
|
1595
2005
|
},
|
|
2006
|
+
markets: {
|
|
2007
|
+
airswap: true,
|
|
2008
|
+
kyberswap: "polygon",
|
|
2009
|
+
oneinch: true,
|
|
2010
|
+
paraswap: {
|
|
2011
|
+
tokenTransferProxy: "0x216b4b4ba9f3e719726886d34a177484278bfcae"
|
|
2012
|
+
},
|
|
2013
|
+
propellerswap: "polygon",
|
|
2014
|
+
openocean: "polygon",
|
|
2015
|
+
zeroex: true,
|
|
2016
|
+
},
|
|
2017
|
+
bridges: {
|
|
2018
|
+
chainlink: {
|
|
2019
|
+
atlasNetworkName: "polygon-mainnet",
|
|
2020
|
+
routerAddress: "0x849c5ED5a80F5B408Dd4969b78c2C8fdf0565Bfe",
|
|
2021
|
+
chainSelector: 4051577828743386545n,
|
|
2022
|
+
},
|
|
2023
|
+
rhinofi: "MATIC_POS",
|
|
2024
|
+
stargate: {
|
|
2025
|
+
endpointID: 30109,
|
|
2026
|
+
blockConfirmations: 512,
|
|
2027
|
+
pools: [
|
|
2028
|
+
{
|
|
2029
|
+
id: 1,
|
|
2030
|
+
address: "0x9Aa02D4Fae7F58b8E8f34c66E756cC734DAc7fe4",
|
|
2031
|
+
},
|
|
2032
|
+
{
|
|
2033
|
+
id: 2,
|
|
2034
|
+
address: "0xd47b03ee6d86Cf251ee7860FB2ACf9f91B9fD4d7",
|
|
2035
|
+
},
|
|
2036
|
+
]
|
|
2037
|
+
},
|
|
2038
|
+
wanbridge: {
|
|
2039
|
+
requiredConfirmations: 500
|
|
2040
|
+
},
|
|
2041
|
+
wormhole: {
|
|
2042
|
+
chain: "Polygon",
|
|
2043
|
+
timeToFinalize: 66,
|
|
2044
|
+
}
|
|
2045
|
+
},
|
|
2046
|
+
oracles: {
|
|
2047
|
+
cmc: {
|
|
2048
|
+
slug: "polygon",
|
|
2049
|
+
native: "polygon"
|
|
2050
|
+
},
|
|
2051
|
+
coingecko: {
|
|
2052
|
+
slug: "polygon-pos",
|
|
2053
|
+
native: "matic-network"
|
|
2054
|
+
},
|
|
2055
|
+
dexscreener: "polygon"
|
|
2056
|
+
},
|
|
1596
2057
|
uniswap: {
|
|
1597
2058
|
deployBlock: 22757547,
|
|
1598
2059
|
poolFactory: "0x1F98431c8aD98523631AE4a59f267346ea31F984",
|
|
@@ -1808,6 +2269,18 @@
|
|
|
1808
2269
|
logoUrl: "https://assets.oku.trade/rootstock-logo.svg",
|
|
1809
2270
|
safeReorgDistance: 90000,
|
|
1810
2271
|
externalId: {},
|
|
2272
|
+
markets: {},
|
|
2273
|
+
bridges: {},
|
|
2274
|
+
oracles: {
|
|
2275
|
+
cmc: {
|
|
2276
|
+
slug: "rsk-smart-bitcoin",
|
|
2277
|
+
native: "rsk-smart-bitcoin"
|
|
2278
|
+
},
|
|
2279
|
+
coingecko: {
|
|
2280
|
+
slug: "rootstock",
|
|
2281
|
+
native: "rootstock"
|
|
2282
|
+
},
|
|
2283
|
+
},
|
|
1811
2284
|
blockExplorers: {
|
|
1812
2285
|
default: {
|
|
1813
2286
|
name: "Blockscout",
|
|
@@ -1889,6 +2362,42 @@
|
|
|
1889
2362
|
externalId: {
|
|
1890
2363
|
zerion: "scroll",
|
|
1891
2364
|
},
|
|
2365
|
+
markets: {
|
|
2366
|
+
kyberswap: "scroll",
|
|
2367
|
+
openocean: "scroll"
|
|
2368
|
+
},
|
|
2369
|
+
bridges: {
|
|
2370
|
+
rhinofi: "SCROLL",
|
|
2371
|
+
stargate: {
|
|
2372
|
+
endpointID: 30214,
|
|
2373
|
+
blockConfirmations: 20,
|
|
2374
|
+
pools: [
|
|
2375
|
+
{
|
|
2376
|
+
id: 13,
|
|
2377
|
+
address: "0xC2b638Cb5042c1B3c5d5C969361fB50569840583",
|
|
2378
|
+
},
|
|
2379
|
+
{
|
|
2380
|
+
id: 1,
|
|
2381
|
+
address: "0x3Fc69CC4A842838bCDC9499178740226062b14E4",
|
|
2382
|
+
},
|
|
2383
|
+
]
|
|
2384
|
+
},
|
|
2385
|
+
wormhole: {
|
|
2386
|
+
chain: "Scroll",
|
|
2387
|
+
timeToFinalize: 1800,
|
|
2388
|
+
}
|
|
2389
|
+
},
|
|
2390
|
+
oracles: {
|
|
2391
|
+
cmc: {
|
|
2392
|
+
slug: "scroll",
|
|
2393
|
+
native: "ethereum"
|
|
2394
|
+
},
|
|
2395
|
+
coingecko: {
|
|
2396
|
+
slug: "scroll",
|
|
2397
|
+
native: "ethereum",
|
|
2398
|
+
},
|
|
2399
|
+
dexscreener: "scroll"
|
|
2400
|
+
},
|
|
1892
2401
|
uniswap: {
|
|
1893
2402
|
deployBlock: 1367,
|
|
1894
2403
|
multicall2: "0x3b615B1AC55bc34e51a81D3dea67467F32bcb8C2",
|
|
@@ -1959,6 +2468,38 @@
|
|
|
1959
2468
|
logoUrl: "https://assets.oku.trade/sei-logo.svg",
|
|
1960
2469
|
safeReorgDistance: 90000,
|
|
1961
2470
|
externalId: {},
|
|
2471
|
+
markets: {},
|
|
2472
|
+
bridges: {
|
|
2473
|
+
stargate: {
|
|
2474
|
+
endpointID: 30280,
|
|
2475
|
+
blockConfirmations: 20,
|
|
2476
|
+
pools: [
|
|
2477
|
+
{
|
|
2478
|
+
id: 13,
|
|
2479
|
+
address: '0x5c386D85b1B82FD9Db681b9176C8a4248bb6345B',
|
|
2480
|
+
},
|
|
2481
|
+
{
|
|
2482
|
+
id: 1,
|
|
2483
|
+
address: '0x45d417612e177672958dC0537C45a8f8d754Ac2E',
|
|
2484
|
+
},
|
|
2485
|
+
{
|
|
2486
|
+
id: 2,
|
|
2487
|
+
address: '0x0dB9afb4C33be43a0a0e396Fd1383B4ea97aB10a',
|
|
2488
|
+
},
|
|
2489
|
+
]
|
|
2490
|
+
}
|
|
2491
|
+
},
|
|
2492
|
+
oracles: {
|
|
2493
|
+
cmc: {
|
|
2494
|
+
slug: "sei",
|
|
2495
|
+
native: "sei"
|
|
2496
|
+
},
|
|
2497
|
+
coingecko: {
|
|
2498
|
+
slug: "sei-v2",
|
|
2499
|
+
native: "sei-network"
|
|
2500
|
+
},
|
|
2501
|
+
dexscreener: "seiv2"
|
|
2502
|
+
},
|
|
1962
2503
|
blockExplorers: {
|
|
1963
2504
|
default: {
|
|
1964
2505
|
name: "Seitrace",
|
|
@@ -2038,6 +2579,30 @@
|
|
|
2038
2579
|
logoUrl: "https://assets.oku.trade/taiko-logo.svg",
|
|
2039
2580
|
safeReorgDistance: 90000,
|
|
2040
2581
|
externalId: {},
|
|
2582
|
+
markets: {},
|
|
2583
|
+
bridges: {
|
|
2584
|
+
rhinofi: "TAIKO",
|
|
2585
|
+
stargate: {
|
|
2586
|
+
endpointID: 30290,
|
|
2587
|
+
blockConfirmations: 20,
|
|
2588
|
+
pools: [
|
|
2589
|
+
{
|
|
2590
|
+
id: 1,
|
|
2591
|
+
address: "0x77C71633C34C3784ede189d74223122422492a0f",
|
|
2592
|
+
},
|
|
2593
|
+
{
|
|
2594
|
+
id: 2,
|
|
2595
|
+
address: "0x1C10CC06DC6D35970d1D53B2A23c76ef370d4135",
|
|
2596
|
+
},
|
|
2597
|
+
]
|
|
2598
|
+
}
|
|
2599
|
+
},
|
|
2600
|
+
oracles: {
|
|
2601
|
+
coingecko: {
|
|
2602
|
+
slug: "taiko",
|
|
2603
|
+
native: "ethereum"
|
|
2604
|
+
}
|
|
2605
|
+
},
|
|
2041
2606
|
blockExplorers: {
|
|
2042
2607
|
default: {
|
|
2043
2608
|
name: "Taikoscan",
|
|
@@ -2122,6 +2687,23 @@
|
|
|
2122
2687
|
externalId: {
|
|
2123
2688
|
zerion: "polygon-zkevm",
|
|
2124
2689
|
},
|
|
2690
|
+
markets: {
|
|
2691
|
+
kyberswap: "polygon-zkevm",
|
|
2692
|
+
paraswap: {
|
|
2693
|
+
tokenTransferProxy: "0xc8a21fcd5a100c3ecc037c97e2f9c53a8d3a02a1"
|
|
2694
|
+
},
|
|
2695
|
+
openocean: "polygon_zkevm"
|
|
2696
|
+
},
|
|
2697
|
+
bridges: {
|
|
2698
|
+
rhinofi: "ZKEVM"
|
|
2699
|
+
},
|
|
2700
|
+
oracles: {
|
|
2701
|
+
coingecko: {
|
|
2702
|
+
slug: "polygon-zkevm",
|
|
2703
|
+
native: "ethereum"
|
|
2704
|
+
},
|
|
2705
|
+
dexscreener: "polygonzkevm"
|
|
2706
|
+
},
|
|
2125
2707
|
uniswap: {
|
|
2126
2708
|
deployBlock: 8466867,
|
|
2127
2709
|
poolFactory: "0xff83c3c800Fec21de45C5Ec30B69ddd5Ee60DFC2",
|
|
@@ -2200,8 +2782,21 @@
|
|
|
2200
2782
|
sortIndex: 4,
|
|
2201
2783
|
logoUrl: "https://assets.oku.trade/zklink-logo.svg",
|
|
2202
2784
|
safeReorgDistance: 90000,
|
|
2203
|
-
externalId: {
|
|
2204
|
-
|
|
2785
|
+
externalId: {},
|
|
2786
|
+
markets: {},
|
|
2787
|
+
bridges: {},
|
|
2788
|
+
oracles: {
|
|
2789
|
+
coingecko: {
|
|
2790
|
+
slug: "zklink-nova",
|
|
2791
|
+
native: "ethereum"
|
|
2792
|
+
}
|
|
2793
|
+
},
|
|
2794
|
+
blockExplorers: {
|
|
2795
|
+
default: {
|
|
2796
|
+
name: "zkLink Nova Block Explorer",
|
|
2797
|
+
url: "https://explorer.zklink.io/",
|
|
2798
|
+
apiUrl: "https://explorer-api.zklink.io/api",
|
|
2799
|
+
}
|
|
2205
2800
|
},
|
|
2206
2801
|
initCodeHash: "0x010013f177ea1fcbc4520f9a3ca7cd2d1d77959e05aa66484027cb38e712aeed",
|
|
2207
2802
|
uniswap: {
|
|
@@ -2276,6 +2871,26 @@
|
|
|
2276
2871
|
externalId: {
|
|
2277
2872
|
zerion: "zksync-era",
|
|
2278
2873
|
},
|
|
2874
|
+
markets: {
|
|
2875
|
+
kyberswap: "zksync",
|
|
2876
|
+
oneinch: true,
|
|
2877
|
+
propellerswap: "zksync",
|
|
2878
|
+
openocean: "zksync"
|
|
2879
|
+
},
|
|
2880
|
+
bridges: {
|
|
2881
|
+
rhinofi: "ZKSYNC"
|
|
2882
|
+
},
|
|
2883
|
+
oracles: {
|
|
2884
|
+
cmc: {
|
|
2885
|
+
slug: "zksync",
|
|
2886
|
+
native: "ethereum"
|
|
2887
|
+
},
|
|
2888
|
+
coingecko: {
|
|
2889
|
+
slug: "zksync",
|
|
2890
|
+
native: "ethereum"
|
|
2891
|
+
},
|
|
2892
|
+
dexscreener: "zksync"
|
|
2893
|
+
},
|
|
2279
2894
|
initCodeHash: "0x010013f177ea1fcbc4520f9a3ca7cd2d1d77959e05aa66484027cb38e712aeed",
|
|
2280
2895
|
blockExplorers: {
|
|
2281
2896
|
default: {
|