@gfxlabs/oku-chains 1.1.66 → 1.1.67
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 +22 -3
- package/dist/index-mjs.js +22 -3
- package/dist/index.js +22 -3
- package/dist/types/browser.d.ts +40 -1
- package/dist/types/index-mjs.d.ts +40 -1
- package/dist/types/index.d.ts +40 -1
- package/package.json +1 -1
package/dist/browser.js
CHANGED
|
@@ -217,6 +217,7 @@
|
|
|
217
217
|
],
|
|
218
218
|
internalName: "arbitrum",
|
|
219
219
|
nativeLogoUrl: "https://assets.oku.trade/natives/eth.png",
|
|
220
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
220
221
|
contracts: {
|
|
221
222
|
...chains.arbitrum.contracts,
|
|
222
223
|
nftManager: {
|
|
@@ -303,6 +304,7 @@
|
|
|
303
304
|
"0x7e904aaf3439402eb21958fe090bd852d5e882cf",
|
|
304
305
|
],
|
|
305
306
|
internalName: "base",
|
|
307
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
306
308
|
nativeLogoUrl: "https://assets.oku.trade/natives/eth.png",
|
|
307
309
|
contracts: {
|
|
308
310
|
...chains.base.contracts,
|
|
@@ -373,6 +375,7 @@
|
|
|
373
375
|
"0x99f8a29a332eb9004f83abb1b4690de8b00dfccf",
|
|
374
376
|
],
|
|
375
377
|
internalName: "blast",
|
|
378
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
376
379
|
nativeLogoUrl: "https://assets.oku.trade/natives/eth.png",
|
|
377
380
|
contracts: {
|
|
378
381
|
...chains.blast.contracts,
|
|
@@ -394,6 +397,7 @@
|
|
|
394
397
|
const boba = makeConfig({
|
|
395
398
|
...chains.boba,
|
|
396
399
|
name: "Boba",
|
|
400
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
397
401
|
sortIndex: 11,
|
|
398
402
|
blockTimeSeconds: 2,
|
|
399
403
|
logoUrl: "https://assets.oku.trade/boba-logo.svg",
|
|
@@ -490,6 +494,7 @@
|
|
|
490
494
|
const bsc = makeConfig({
|
|
491
495
|
...chains.bsc,
|
|
492
496
|
name: "BSC",
|
|
497
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
493
498
|
sortIndex: 9,
|
|
494
499
|
blockTimeSeconds: 3,
|
|
495
500
|
logoUrl: "https://assets.oku.trade/bsc-logo.svg",
|
|
@@ -621,6 +626,7 @@
|
|
|
621
626
|
...chains.filecoin,
|
|
622
627
|
sortIndex: 10,
|
|
623
628
|
name: "Filecoin",
|
|
629
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
624
630
|
blockTimeSeconds: 30,
|
|
625
631
|
safeReorgDistance: 90000,
|
|
626
632
|
blockExplorers: {
|
|
@@ -632,13 +638,13 @@
|
|
|
632
638
|
filfox: {
|
|
633
639
|
name: "Filfox",
|
|
634
640
|
url: "https://filfox.info/en",
|
|
635
|
-
apiUrl: "https://filfox.info/api"
|
|
641
|
+
apiUrl: "https://filfox.info/api",
|
|
636
642
|
},
|
|
637
643
|
filutils: {
|
|
638
644
|
name: "Filutils",
|
|
639
645
|
url: "https://www.filutils.com/en",
|
|
640
|
-
apiUrl: "https://api.filutils.com/api"
|
|
641
|
-
}
|
|
646
|
+
apiUrl: "https://api.filutils.com/api",
|
|
647
|
+
},
|
|
642
648
|
},
|
|
643
649
|
logoUrl: "https://assets.oku.trade/filecoin-logo.svg",
|
|
644
650
|
externalId: {},
|
|
@@ -733,6 +739,7 @@
|
|
|
733
739
|
const linea = makeConfig({
|
|
734
740
|
...chains.linea,
|
|
735
741
|
name: "Linea",
|
|
742
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
736
743
|
blockTimeSeconds: 2,
|
|
737
744
|
sortIndex: 15,
|
|
738
745
|
logoUrl: "https://assets.oku.trade/linea-logo.svg",
|
|
@@ -810,6 +817,7 @@
|
|
|
810
817
|
|
|
811
818
|
const mainnet = makeConfig({
|
|
812
819
|
...chains.mainnet,
|
|
820
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
813
821
|
sortIndex: 0,
|
|
814
822
|
blockTimeSeconds: 15,
|
|
815
823
|
safeReorgDistance: 90000,
|
|
@@ -1034,6 +1042,7 @@
|
|
|
1034
1042
|
const manta = makeConfig({
|
|
1035
1043
|
...chains.manta,
|
|
1036
1044
|
name: "Manta Pacific",
|
|
1045
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
1037
1046
|
blockTimeSeconds: 2,
|
|
1038
1047
|
sortIndex: 13,
|
|
1039
1048
|
logoUrl: "https://assets.oku.trade/manta-logo.png",
|
|
@@ -1112,6 +1121,7 @@
|
|
|
1112
1121
|
|
|
1113
1122
|
const mantle = makeConfig({
|
|
1114
1123
|
...chains.mantle,
|
|
1124
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
1115
1125
|
blockTimeSeconds: 2,
|
|
1116
1126
|
sortIndex: 15,
|
|
1117
1127
|
logoUrl: "https://assets.oku.trade/mantle-logo.png",
|
|
@@ -1182,6 +1192,7 @@
|
|
|
1182
1192
|
|
|
1183
1193
|
const moonbeam = makeConfig({
|
|
1184
1194
|
...chains.moonbeam,
|
|
1195
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
1185
1196
|
sortIndex: 12,
|
|
1186
1197
|
blockTimeSeconds: 30,
|
|
1187
1198
|
logoUrl: "https://assets.oku.trade/moonbeam-logo.svg",
|
|
@@ -1263,6 +1274,7 @@
|
|
|
1263
1274
|
const optimism = makeConfig({
|
|
1264
1275
|
...chains.optimism,
|
|
1265
1276
|
name: "Optimism",
|
|
1277
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
1266
1278
|
blockTimeSeconds: 0.5,
|
|
1267
1279
|
sortIndex: 2,
|
|
1268
1280
|
logoUrl: "https://assets.oku.trade/optimism-logo.svg",
|
|
@@ -1484,6 +1496,7 @@
|
|
|
1484
1496
|
|
|
1485
1497
|
const polygon = makeConfig({
|
|
1486
1498
|
...chains.polygon,
|
|
1499
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
1487
1500
|
blockTimeSeconds: 2,
|
|
1488
1501
|
sortIndex: 3,
|
|
1489
1502
|
logoUrl: "https://assets.oku.trade/polygon-logo.webp",
|
|
@@ -1702,6 +1715,7 @@
|
|
|
1702
1715
|
...chains.rootstock,
|
|
1703
1716
|
sortIndex: 7,
|
|
1704
1717
|
name: "Rootstock",
|
|
1718
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
1705
1719
|
blockTimeSeconds: 33,
|
|
1706
1720
|
logoUrl: "https://assets.oku.trade/rootstock-logo.svg",
|
|
1707
1721
|
safeReorgDistance: 90000,
|
|
@@ -1778,6 +1792,7 @@
|
|
|
1778
1792
|
|
|
1779
1793
|
const scroll = makeConfig({
|
|
1780
1794
|
...chains.scroll,
|
|
1795
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
1781
1796
|
sortIndex: 5,
|
|
1782
1797
|
blockTimeSeconds: 3,
|
|
1783
1798
|
logoUrl: "https://assets.oku.trade/scroll-logo.png",
|
|
@@ -1848,6 +1863,7 @@
|
|
|
1848
1863
|
|
|
1849
1864
|
const sei = makeConfig({
|
|
1850
1865
|
...chains.sei,
|
|
1866
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
1851
1867
|
blockTimeSeconds: 0.4,
|
|
1852
1868
|
sortIndex: 5,
|
|
1853
1869
|
logoUrl: "https://assets.oku.trade/sei-logo.svg",
|
|
@@ -1925,6 +1941,7 @@
|
|
|
1925
1941
|
|
|
1926
1942
|
const taiko = makeConfig({
|
|
1927
1943
|
...chains.taiko,
|
|
1944
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
1928
1945
|
blockTimeSeconds: 24,
|
|
1929
1946
|
sortIndex: 4,
|
|
1930
1947
|
logoUrl: "https://assets.oku.trade/taiko-logo.svg",
|
|
@@ -2005,6 +2022,7 @@
|
|
|
2005
2022
|
|
|
2006
2023
|
const polygonZkEvm = makeConfig({
|
|
2007
2024
|
...chains.polygonZkEvm,
|
|
2025
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
2008
2026
|
sortIndex: 6,
|
|
2009
2027
|
blockTimeSeconds: 7,
|
|
2010
2028
|
logoUrl: "https://assets.oku.trade/zkevm-logo.svg",
|
|
@@ -2081,6 +2099,7 @@
|
|
|
2081
2099
|
externalId: {
|
|
2082
2100
|
zerion: "zksync-era",
|
|
2083
2101
|
},
|
|
2102
|
+
initCodeHash: "0x010013f177ea1fcbc4520f9a3ca7cd2d1d77959e05aa66484027cb38e712aeed",
|
|
2084
2103
|
blockExplorers: {
|
|
2085
2104
|
default: {
|
|
2086
2105
|
name: "zksync Era Explorer",
|
package/dist/index-mjs.js
CHANGED
|
@@ -213,6 +213,7 @@ const arbitrum = makeConfig({
|
|
|
213
213
|
],
|
|
214
214
|
internalName: "arbitrum",
|
|
215
215
|
nativeLogoUrl: "https://assets.oku.trade/natives/eth.png",
|
|
216
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
216
217
|
contracts: {
|
|
217
218
|
...arbitrum$1.contracts,
|
|
218
219
|
nftManager: {
|
|
@@ -299,6 +300,7 @@ const base = makeConfig({
|
|
|
299
300
|
"0x7e904aaf3439402eb21958fe090bd852d5e882cf",
|
|
300
301
|
],
|
|
301
302
|
internalName: "base",
|
|
303
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
302
304
|
nativeLogoUrl: "https://assets.oku.trade/natives/eth.png",
|
|
303
305
|
contracts: {
|
|
304
306
|
...base$1.contracts,
|
|
@@ -369,6 +371,7 @@ const blast = makeConfig({
|
|
|
369
371
|
"0x99f8a29a332eb9004f83abb1b4690de8b00dfccf",
|
|
370
372
|
],
|
|
371
373
|
internalName: "blast",
|
|
374
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
372
375
|
nativeLogoUrl: "https://assets.oku.trade/natives/eth.png",
|
|
373
376
|
contracts: {
|
|
374
377
|
...blast$1.contracts,
|
|
@@ -390,6 +393,7 @@ const blast = makeConfig({
|
|
|
390
393
|
const boba = makeConfig({
|
|
391
394
|
...boba$1,
|
|
392
395
|
name: "Boba",
|
|
396
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
393
397
|
sortIndex: 11,
|
|
394
398
|
blockTimeSeconds: 2,
|
|
395
399
|
logoUrl: "https://assets.oku.trade/boba-logo.svg",
|
|
@@ -486,6 +490,7 @@ const boba = makeConfig({
|
|
|
486
490
|
const bsc = makeConfig({
|
|
487
491
|
...bsc$1,
|
|
488
492
|
name: "BSC",
|
|
493
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
489
494
|
sortIndex: 9,
|
|
490
495
|
blockTimeSeconds: 3,
|
|
491
496
|
logoUrl: "https://assets.oku.trade/bsc-logo.svg",
|
|
@@ -617,6 +622,7 @@ const filecoin = makeConfig({
|
|
|
617
622
|
...filecoin$1,
|
|
618
623
|
sortIndex: 10,
|
|
619
624
|
name: "Filecoin",
|
|
625
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
620
626
|
blockTimeSeconds: 30,
|
|
621
627
|
safeReorgDistance: 90000,
|
|
622
628
|
blockExplorers: {
|
|
@@ -628,13 +634,13 @@ const filecoin = makeConfig({
|
|
|
628
634
|
filfox: {
|
|
629
635
|
name: "Filfox",
|
|
630
636
|
url: "https://filfox.info/en",
|
|
631
|
-
apiUrl: "https://filfox.info/api"
|
|
637
|
+
apiUrl: "https://filfox.info/api",
|
|
632
638
|
},
|
|
633
639
|
filutils: {
|
|
634
640
|
name: "Filutils",
|
|
635
641
|
url: "https://www.filutils.com/en",
|
|
636
|
-
apiUrl: "https://api.filutils.com/api"
|
|
637
|
-
}
|
|
642
|
+
apiUrl: "https://api.filutils.com/api",
|
|
643
|
+
},
|
|
638
644
|
},
|
|
639
645
|
logoUrl: "https://assets.oku.trade/filecoin-logo.svg",
|
|
640
646
|
externalId: {},
|
|
@@ -729,6 +735,7 @@ const filecoin = makeConfig({
|
|
|
729
735
|
const linea = makeConfig({
|
|
730
736
|
...linea$1,
|
|
731
737
|
name: "Linea",
|
|
738
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
732
739
|
blockTimeSeconds: 2,
|
|
733
740
|
sortIndex: 15,
|
|
734
741
|
logoUrl: "https://assets.oku.trade/linea-logo.svg",
|
|
@@ -806,6 +813,7 @@ const linea = makeConfig({
|
|
|
806
813
|
|
|
807
814
|
const mainnet = makeConfig({
|
|
808
815
|
...mainnet$1,
|
|
816
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
809
817
|
sortIndex: 0,
|
|
810
818
|
blockTimeSeconds: 15,
|
|
811
819
|
safeReorgDistance: 90000,
|
|
@@ -1030,6 +1038,7 @@ const mainnet = makeConfig({
|
|
|
1030
1038
|
const manta = makeConfig({
|
|
1031
1039
|
...manta$1,
|
|
1032
1040
|
name: "Manta Pacific",
|
|
1041
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
1033
1042
|
blockTimeSeconds: 2,
|
|
1034
1043
|
sortIndex: 13,
|
|
1035
1044
|
logoUrl: "https://assets.oku.trade/manta-logo.png",
|
|
@@ -1108,6 +1117,7 @@ const manta = makeConfig({
|
|
|
1108
1117
|
|
|
1109
1118
|
const mantle = makeConfig({
|
|
1110
1119
|
...mantle$1,
|
|
1120
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
1111
1121
|
blockTimeSeconds: 2,
|
|
1112
1122
|
sortIndex: 15,
|
|
1113
1123
|
logoUrl: "https://assets.oku.trade/mantle-logo.png",
|
|
@@ -1178,6 +1188,7 @@ const mantle = makeConfig({
|
|
|
1178
1188
|
|
|
1179
1189
|
const moonbeam = makeConfig({
|
|
1180
1190
|
...moonbeam$1,
|
|
1191
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
1181
1192
|
sortIndex: 12,
|
|
1182
1193
|
blockTimeSeconds: 30,
|
|
1183
1194
|
logoUrl: "https://assets.oku.trade/moonbeam-logo.svg",
|
|
@@ -1259,6 +1270,7 @@ const moonbeam = makeConfig({
|
|
|
1259
1270
|
const optimism = makeConfig({
|
|
1260
1271
|
...optimism$1,
|
|
1261
1272
|
name: "Optimism",
|
|
1273
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
1262
1274
|
blockTimeSeconds: 0.5,
|
|
1263
1275
|
sortIndex: 2,
|
|
1264
1276
|
logoUrl: "https://assets.oku.trade/optimism-logo.svg",
|
|
@@ -1480,6 +1492,7 @@ const optimism = makeConfig({
|
|
|
1480
1492
|
|
|
1481
1493
|
const polygon = makeConfig({
|
|
1482
1494
|
...polygon$1,
|
|
1495
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
1483
1496
|
blockTimeSeconds: 2,
|
|
1484
1497
|
sortIndex: 3,
|
|
1485
1498
|
logoUrl: "https://assets.oku.trade/polygon-logo.webp",
|
|
@@ -1698,6 +1711,7 @@ const rootstock = makeConfig({
|
|
|
1698
1711
|
...rootstock$1,
|
|
1699
1712
|
sortIndex: 7,
|
|
1700
1713
|
name: "Rootstock",
|
|
1714
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
1701
1715
|
blockTimeSeconds: 33,
|
|
1702
1716
|
logoUrl: "https://assets.oku.trade/rootstock-logo.svg",
|
|
1703
1717
|
safeReorgDistance: 90000,
|
|
@@ -1774,6 +1788,7 @@ const rootstock = makeConfig({
|
|
|
1774
1788
|
|
|
1775
1789
|
const scroll = makeConfig({
|
|
1776
1790
|
...scroll$1,
|
|
1791
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
1777
1792
|
sortIndex: 5,
|
|
1778
1793
|
blockTimeSeconds: 3,
|
|
1779
1794
|
logoUrl: "https://assets.oku.trade/scroll-logo.png",
|
|
@@ -1844,6 +1859,7 @@ const scroll = makeConfig({
|
|
|
1844
1859
|
|
|
1845
1860
|
const sei = makeConfig({
|
|
1846
1861
|
...sei$1,
|
|
1862
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
1847
1863
|
blockTimeSeconds: 0.4,
|
|
1848
1864
|
sortIndex: 5,
|
|
1849
1865
|
logoUrl: "https://assets.oku.trade/sei-logo.svg",
|
|
@@ -1921,6 +1937,7 @@ const sei = makeConfig({
|
|
|
1921
1937
|
|
|
1922
1938
|
const taiko = makeConfig({
|
|
1923
1939
|
...taiko$1,
|
|
1940
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
1924
1941
|
blockTimeSeconds: 24,
|
|
1925
1942
|
sortIndex: 4,
|
|
1926
1943
|
logoUrl: "https://assets.oku.trade/taiko-logo.svg",
|
|
@@ -2001,6 +2018,7 @@ const taiko = makeConfig({
|
|
|
2001
2018
|
|
|
2002
2019
|
const polygonZkEvm = makeConfig({
|
|
2003
2020
|
...polygonZkEvm$1,
|
|
2021
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
2004
2022
|
sortIndex: 6,
|
|
2005
2023
|
blockTimeSeconds: 7,
|
|
2006
2024
|
logoUrl: "https://assets.oku.trade/zkevm-logo.svg",
|
|
@@ -2077,6 +2095,7 @@ const zkSync = makeConfig({
|
|
|
2077
2095
|
externalId: {
|
|
2078
2096
|
zerion: "zksync-era",
|
|
2079
2097
|
},
|
|
2098
|
+
initCodeHash: "0x010013f177ea1fcbc4520f9a3ca7cd2d1d77959e05aa66484027cb38e712aeed",
|
|
2080
2099
|
blockExplorers: {
|
|
2081
2100
|
default: {
|
|
2082
2101
|
name: "zksync Era Explorer",
|
package/dist/index.js
CHANGED
|
@@ -215,6 +215,7 @@ const arbitrum = makeConfig({
|
|
|
215
215
|
],
|
|
216
216
|
internalName: "arbitrum",
|
|
217
217
|
nativeLogoUrl: "https://assets.oku.trade/natives/eth.png",
|
|
218
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
218
219
|
contracts: {
|
|
219
220
|
...chains.arbitrum.contracts,
|
|
220
221
|
nftManager: {
|
|
@@ -301,6 +302,7 @@ const base = makeConfig({
|
|
|
301
302
|
"0x7e904aaf3439402eb21958fe090bd852d5e882cf",
|
|
302
303
|
],
|
|
303
304
|
internalName: "base",
|
|
305
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
304
306
|
nativeLogoUrl: "https://assets.oku.trade/natives/eth.png",
|
|
305
307
|
contracts: {
|
|
306
308
|
...chains.base.contracts,
|
|
@@ -371,6 +373,7 @@ const blast = makeConfig({
|
|
|
371
373
|
"0x99f8a29a332eb9004f83abb1b4690de8b00dfccf",
|
|
372
374
|
],
|
|
373
375
|
internalName: "blast",
|
|
376
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
374
377
|
nativeLogoUrl: "https://assets.oku.trade/natives/eth.png",
|
|
375
378
|
contracts: {
|
|
376
379
|
...chains.blast.contracts,
|
|
@@ -392,6 +395,7 @@ const blast = makeConfig({
|
|
|
392
395
|
const boba = makeConfig({
|
|
393
396
|
...chains.boba,
|
|
394
397
|
name: "Boba",
|
|
398
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
395
399
|
sortIndex: 11,
|
|
396
400
|
blockTimeSeconds: 2,
|
|
397
401
|
logoUrl: "https://assets.oku.trade/boba-logo.svg",
|
|
@@ -488,6 +492,7 @@ const boba = makeConfig({
|
|
|
488
492
|
const bsc = makeConfig({
|
|
489
493
|
...chains.bsc,
|
|
490
494
|
name: "BSC",
|
|
495
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
491
496
|
sortIndex: 9,
|
|
492
497
|
blockTimeSeconds: 3,
|
|
493
498
|
logoUrl: "https://assets.oku.trade/bsc-logo.svg",
|
|
@@ -619,6 +624,7 @@ const filecoin = makeConfig({
|
|
|
619
624
|
...chains.filecoin,
|
|
620
625
|
sortIndex: 10,
|
|
621
626
|
name: "Filecoin",
|
|
627
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
622
628
|
blockTimeSeconds: 30,
|
|
623
629
|
safeReorgDistance: 90000,
|
|
624
630
|
blockExplorers: {
|
|
@@ -630,13 +636,13 @@ const filecoin = makeConfig({
|
|
|
630
636
|
filfox: {
|
|
631
637
|
name: "Filfox",
|
|
632
638
|
url: "https://filfox.info/en",
|
|
633
|
-
apiUrl: "https://filfox.info/api"
|
|
639
|
+
apiUrl: "https://filfox.info/api",
|
|
634
640
|
},
|
|
635
641
|
filutils: {
|
|
636
642
|
name: "Filutils",
|
|
637
643
|
url: "https://www.filutils.com/en",
|
|
638
|
-
apiUrl: "https://api.filutils.com/api"
|
|
639
|
-
}
|
|
644
|
+
apiUrl: "https://api.filutils.com/api",
|
|
645
|
+
},
|
|
640
646
|
},
|
|
641
647
|
logoUrl: "https://assets.oku.trade/filecoin-logo.svg",
|
|
642
648
|
externalId: {},
|
|
@@ -731,6 +737,7 @@ const filecoin = makeConfig({
|
|
|
731
737
|
const linea = makeConfig({
|
|
732
738
|
...chains.linea,
|
|
733
739
|
name: "Linea",
|
|
740
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
734
741
|
blockTimeSeconds: 2,
|
|
735
742
|
sortIndex: 15,
|
|
736
743
|
logoUrl: "https://assets.oku.trade/linea-logo.svg",
|
|
@@ -808,6 +815,7 @@ const linea = makeConfig({
|
|
|
808
815
|
|
|
809
816
|
const mainnet = makeConfig({
|
|
810
817
|
...chains.mainnet,
|
|
818
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
811
819
|
sortIndex: 0,
|
|
812
820
|
blockTimeSeconds: 15,
|
|
813
821
|
safeReorgDistance: 90000,
|
|
@@ -1032,6 +1040,7 @@ const mainnet = makeConfig({
|
|
|
1032
1040
|
const manta = makeConfig({
|
|
1033
1041
|
...chains.manta,
|
|
1034
1042
|
name: "Manta Pacific",
|
|
1043
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
1035
1044
|
blockTimeSeconds: 2,
|
|
1036
1045
|
sortIndex: 13,
|
|
1037
1046
|
logoUrl: "https://assets.oku.trade/manta-logo.png",
|
|
@@ -1110,6 +1119,7 @@ const manta = makeConfig({
|
|
|
1110
1119
|
|
|
1111
1120
|
const mantle = makeConfig({
|
|
1112
1121
|
...chains.mantle,
|
|
1122
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
1113
1123
|
blockTimeSeconds: 2,
|
|
1114
1124
|
sortIndex: 15,
|
|
1115
1125
|
logoUrl: "https://assets.oku.trade/mantle-logo.png",
|
|
@@ -1180,6 +1190,7 @@ const mantle = makeConfig({
|
|
|
1180
1190
|
|
|
1181
1191
|
const moonbeam = makeConfig({
|
|
1182
1192
|
...chains.moonbeam,
|
|
1193
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
1183
1194
|
sortIndex: 12,
|
|
1184
1195
|
blockTimeSeconds: 30,
|
|
1185
1196
|
logoUrl: "https://assets.oku.trade/moonbeam-logo.svg",
|
|
@@ -1261,6 +1272,7 @@ const moonbeam = makeConfig({
|
|
|
1261
1272
|
const optimism = makeConfig({
|
|
1262
1273
|
...chains.optimism,
|
|
1263
1274
|
name: "Optimism",
|
|
1275
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
1264
1276
|
blockTimeSeconds: 0.5,
|
|
1265
1277
|
sortIndex: 2,
|
|
1266
1278
|
logoUrl: "https://assets.oku.trade/optimism-logo.svg",
|
|
@@ -1482,6 +1494,7 @@ const optimism = makeConfig({
|
|
|
1482
1494
|
|
|
1483
1495
|
const polygon = makeConfig({
|
|
1484
1496
|
...chains.polygon,
|
|
1497
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
1485
1498
|
blockTimeSeconds: 2,
|
|
1486
1499
|
sortIndex: 3,
|
|
1487
1500
|
logoUrl: "https://assets.oku.trade/polygon-logo.webp",
|
|
@@ -1700,6 +1713,7 @@ const rootstock = makeConfig({
|
|
|
1700
1713
|
...chains.rootstock,
|
|
1701
1714
|
sortIndex: 7,
|
|
1702
1715
|
name: "Rootstock",
|
|
1716
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
1703
1717
|
blockTimeSeconds: 33,
|
|
1704
1718
|
logoUrl: "https://assets.oku.trade/rootstock-logo.svg",
|
|
1705
1719
|
safeReorgDistance: 90000,
|
|
@@ -1776,6 +1790,7 @@ const rootstock = makeConfig({
|
|
|
1776
1790
|
|
|
1777
1791
|
const scroll = makeConfig({
|
|
1778
1792
|
...chains.scroll,
|
|
1793
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
1779
1794
|
sortIndex: 5,
|
|
1780
1795
|
blockTimeSeconds: 3,
|
|
1781
1796
|
logoUrl: "https://assets.oku.trade/scroll-logo.png",
|
|
@@ -1846,6 +1861,7 @@ const scroll = makeConfig({
|
|
|
1846
1861
|
|
|
1847
1862
|
const sei = makeConfig({
|
|
1848
1863
|
...chains.sei,
|
|
1864
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
1849
1865
|
blockTimeSeconds: 0.4,
|
|
1850
1866
|
sortIndex: 5,
|
|
1851
1867
|
logoUrl: "https://assets.oku.trade/sei-logo.svg",
|
|
@@ -1923,6 +1939,7 @@ const sei = makeConfig({
|
|
|
1923
1939
|
|
|
1924
1940
|
const taiko = makeConfig({
|
|
1925
1941
|
...chains.taiko,
|
|
1942
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
1926
1943
|
blockTimeSeconds: 24,
|
|
1927
1944
|
sortIndex: 4,
|
|
1928
1945
|
logoUrl: "https://assets.oku.trade/taiko-logo.svg",
|
|
@@ -2003,6 +2020,7 @@ const taiko = makeConfig({
|
|
|
2003
2020
|
|
|
2004
2021
|
const polygonZkEvm = makeConfig({
|
|
2005
2022
|
...chains.polygonZkEvm,
|
|
2023
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
2006
2024
|
sortIndex: 6,
|
|
2007
2025
|
blockTimeSeconds: 7,
|
|
2008
2026
|
logoUrl: "https://assets.oku.trade/zkevm-logo.svg",
|
|
@@ -2079,6 +2097,7 @@ const zkSync = makeConfig({
|
|
|
2079
2097
|
externalId: {
|
|
2080
2098
|
zerion: "zksync-era",
|
|
2081
2099
|
},
|
|
2100
|
+
initCodeHash: "0x010013f177ea1fcbc4520f9a3ca7cd2d1d77959e05aa66484027cb38e712aeed",
|
|
2082
2101
|
blockExplorers: {
|
|
2083
2102
|
default: {
|
|
2084
2103
|
name: "zksync Era Explorer",
|