-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdocusaurus.config.js
517 lines (508 loc) · 51.7 KB
/
docusaurus.config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
// @ts-check
// Note: type annotations allow type checking and IDEs autocompletion
// const lightCodeTheme = require('prism-react-renderer/themes/github');
// const darkCodeTheme = require('prism-react-renderer/themes/dracula');
const {themes} = require('prism-react-renderer');
const lightCodeTheme = themes.github;
const darkCodeTheme = themes.dracula;
/** @type {import('@docusaurus/types').Config} */
const config = {
title: 'Elysium Documentation',
tagline: `Elysium | The Green Blockchain for AI, Metaverse and web3 Game Projects`,
favicon: 'https://cdn.elysiumchain.tech/elysium-icon-512x512.png',
// Set the production url of your site here
url: 'https://docs.elysiumchain.tech',
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '/',
// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
organizationName: 'BloxBytes', // Usually your GitHub org/user name.
projectName: 'elysium-docs', // Usually your repo name.
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
// Even if you don't use internalization, you can use this field to set useful
// metadata like html lang. For example, if your site is Chinese, you may want
// to replace "en" with "zh-Hans".
i18n: {
defaultLocale: 'en',
locales: ['en'],
},
presets: [
[
'classic',
/** @type {import('@docusaurus/preset-classic').Options} */
(
{
docs: {
sidebarPath: require.resolve('./sidebars.js'),
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl: 'https://github.com/BloxBytes/elysium-docs/tree/master/',
},
theme: {
customCss: require.resolve('./src/css/custom.css'),
},
gtag: {
trackingID: 'G-G8FFF89XLR',
anonymizeIP: true
}
}
)
],
],
// themes: ['@docusaurus/theme-search-algolia'],
themeConfig:
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
metadata: [
{
name: 'keywords',
content: 'Elysium documentation, Elysium blogs, Elysium validator node, Elysium docs, Elysium quick start guide, Elysium developer'
},
{
name: 'name',
content: 'Elysium Documentation'
},
{
name: 'description',
content: 'Everything you need to know to get started developing, deploying, and interacting with smart contracts on Elysium.'
},
{
name: 'image',
content: 'https://docs.elysiumchain.tech/img/elysium-docs-meta-image.png'
},
{
name: 'og:url',
content: 'https://docs.elysiumchain.tech'
},
{
name: 'og:type',
content: 'website'
},
{
name: 'og:title',
content: 'Elysium Documentation',
},
{
name: 'og:description',
content: 'Everything you need to know to get started developing, deploying, and interacting with smart contracts on Elysium.'
},
{
name: 'og:image',
content: 'https://docs.elysiumchain.tech/img/elysium-docs-meta-image.png'
},
{
name: 'twitter:title',
content: 'Elysium Documentation',
},
{
name: 'twitter:card',
content: 'summary_large_image',
},
{
name: 'twitter:description',
content: 'Everything you need to know to get started developing, deploying, and interacting with smart contracts on Elysium.'
},
{
name: 'twitter:image',
content: 'https://docs.elysiumchain.tech/img/elysium-docs-meta-image.png'
},
],
// Replace with your project's social card
image: 'img/elysium-docs-meta-image.png',
navbar: {
logo: {
alt: 'Elysium Logo',
src: 'https://cdn.elysiumchain.tech/elysium/Elysium-Docs-light.svg',
srcDark: 'https://cdn.elysiumchain.tech/elysium/Elysium-Docs-dark.svg',
target: '_self',
width: 250,
height: 100,
className: 'custom-navbar-logo-class',
},
items: [
{
position: 'left',
href: '/',
label: 'Home',
},
{
position: 'left',
href: '/docs/intro',
label: 'Getting Started',
},
{
type: 'dropdown',
position: 'right',
className: 'docuDropdown',
customIcon: 'img/my-icon.svg',
html: `
<svg id="more" xmlns="http://www.w3.org/2000/svg" width="14.001" height="14.001" viewBox="0 0 14.001 14.001">
<circle id="Ellipse_964" data-name="Ellipse 964" cx="2.555" cy="2.555" r="2.555" transform="translate(0 0)" fill="#ada7b7"/>
<circle id="Ellipse_965" data-name="Ellipse 965" cx="2.555" cy="2.555" r="2.555" transform="translate(0 8.891)" fill="#ada7b7"/>
<circle id="Ellipse_966" data-name="Ellipse 966" cx="2.555" cy="2.555" r="2.555" transform="translate(8.891 0)" fill="#ada7b7"/>
<circle id="Ellipse_967" data-name="Ellipse 967" cx="2.555" cy="2.555" r="2.555" transform="translate(8.891 8.891)" fill="#ada7b7"/>
</svg>
`,
items: [
{
type: 'html',
value: `<a href='https://elysiumchain.tech'>
<svg class="mb-3" xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28">
<g id="Icon" transform="translate(-1.25 -1.25)">
<path id="Path_49352" data-name="Path 49352" d="M19.76,26.422a12.038,12.038,0,1,1,6.685-6.717.976.976,0,0,0,1.814.723,13.99,13.99,0,1,0-7.767,7.806.977.977,0,0,0-.732-1.812Z" transform="translate(0 0)" fill="#fff" fill-rule="evenodd"/>
<path id="Path_49353" data-name="Path 49353" d="M22.775,4.668a12.007,12.007,0,0,1-8.432,3.447A12.007,12.007,0,0,1,5.91,4.668.977.977,0,0,0,4.543,6.063a13.956,13.956,0,0,0,9.8,4.006,13.956,13.956,0,0,0,9.8-4.006.977.977,0,0,0-1.367-1.395Z" transform="translate(0.907 0.949)" fill="#fff" fill-rule="evenodd"/>
<path id="Path_49354" data-name="Path 49354" d="M17.142,15.669a14.017,14.017,0,0,0-12.6,3.726A.976.976,0,1,0,5.91,20.788a12.068,12.068,0,0,1,10.843-3.2.977.977,0,1,0,.388-1.914Z" transform="translate(0.907 4.274)" fill="#fff" fill-rule="evenodd"/>
<path id="Path_49355" data-name="Path 49355" d="M17.032,24.811c-.914,1.5-2.021,2.485-3.294,2.485-1.154,0-2.172-.819-3.037-2.088C9.17,22.964,8.2,19.334,8.2,15.25s.966-7.714,2.5-9.959C11.566,4.023,12.584,3.2,13.738,3.2s2.172.819,3.037,2.088c1.532,2.245,2.5,5.875,2.5,9.959a24.886,24.886,0,0,1-.125,2.506.977.977,0,0,0,1.943.2,26.838,26.838,0,0,0,.135-2.7c0-4.541-1.134-8.563-2.836-11.059C17.1,2.3,15.46,1.25,13.738,1.25S10.378,2.3,9.086,4.191c-1.7,2.5-2.836,6.518-2.836,11.059s1.134,8.563,2.836,11.059c1.292,1.894,2.93,2.941,4.652,2.941,1.86,0,3.627-1.231,4.962-3.421a.977.977,0,0,0-1.668-1.017Z" transform="translate(1.512 0)" fill="#fff" fill-rule="evenodd"/>
<path id="Path_49356" data-name="Path 49356" d="M21.037,21.037l3.648-1.459a1.847,1.847,0,0,0-.055-3.451l-9.642-3.506a1.847,1.847,0,0,0-2.366,2.366l3.506,9.642a1.847,1.847,0,0,0,3.451.055ZM23.7,17.868l-3.432,1.373a1.841,1.841,0,0,0-1.029,1.029L17.868,23.7l-3.334-9.167Z" transform="translate(3.404 3.404)" fill="#fff" fill-rule="evenodd"/>
<path id="Path_49357" data-name="Path 49357" d="M28.273,11.25H2.227a.977.977,0,0,0,0,1.953H28.273a.977.977,0,1,0,0-1.953Z" transform="translate(0 3.023)" fill="#fff" fill-rule="evenodd"/>
</g>
</svg>
<span>Website</span>
</a>`
},
{
type: 'html',
value: `<a href='https://swap.elysiumchain.tech/exchange/swap'>
<svg class="mb-3" xmlns="http://www.w3.org/2000/svg" width="25.107" height="24" viewBox="0 0 25.107 24">
<g id="swap" transform="translate(-0.25 -4.229)">
<path id="Path_49345" data-name="Path 49345" d="M7.407,2.281A1.2,1.2,0,0,0,5.717.576L3.411,2.862A29.046,29.046,0,0,0,1.328,5.056,4.408,4.408,0,0,0,.277,7.276,1.565,1.565,0,0,0,1.844,9.029h22a1.2,1.2,0,1,0,0-2.4H3.144l.055-.07A28.07,28.07,0,0,1,5.15,4.517Z" transform="translate(-0.013 4)" fill="#fff"/>
<path id="Path_49346" data-name="Path 49346" d="M1.45,12.229a1.2,1.2,0,0,0,0,2.4H22.469l-.055.07a28.036,28.036,0,0,1-1.951,2.042l-2.257,2.236a1.2,1.2,0,0,0,1.689,1.7L22.2,18.4A29.07,29.07,0,0,0,24.285,16.2a4.409,4.409,0,0,0,1.051-2.22c0-.037.009-.074.013-.112a1.5,1.5,0,0,0-1.5-1.641Z" transform="translate(0 7.2)" fill="#fff"/>
</g>
</svg>
<span>Swap</span>
</a>
`,
},
{
type: 'html',
value: `<a href='https://bridge.elysiumchain.tech/'>
<svg class="mb-3" xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28">
<g id="bridges" transform="translate(0 -118.698)">
<g id="Group_25245" data-name="Group 25245" transform="translate(0 118.698)">
<path id="Path_49347" data-name="Path 49347" d="M28,131.389a2.217,2.217,0,0,0-.72-1.549q-.331-.3-.674-.591v-4.3a.82.82,0,0,0-.266-.6,14.907,14.907,0,0,0-3.356-2.312v-.988a.82.82,0,1,0-1.641,0v.271c-.215-.08-.432-.158-.652-.23a19.225,19.225,0,0,0-3.164-.74v-.823a.82.82,0,1,0-1.641,0v.64q-.919-.069-1.877-.07-.991,0-1.939.075v-.645a.82.82,0,1,0-1.641,0v.832a19.216,19.216,0,0,0-3.1.73q-.361.119-.712.252v-.293a.82.82,0,1,0-1.641,0v1.018a14.835,14.835,0,0,0-3.295,2.283.82.82,0,0,0-.265.6l0,4.288q-.352.294-.692.606a2.232,2.232,0,0,0,3.019,3.287,15.328,15.328,0,0,1,1.191-.986,15.171,15.171,0,0,1,18.136,0,15.317,15.317,0,0,1,1.191.986A2.232,2.232,0,0,0,28,131.389Zm-5.016-7.5a13.207,13.207,0,0,1,1.981,1.42v2.7a19.58,19.58,0,0,0-1.981-1.173ZM17.526,122a16.565,16.565,0,0,1,3.816,1.073v3.018a19.552,19.552,0,0,0-3.816-1.1Zm-5.457-.191q.942-.078,1.939-.078.965,0,1.877.074v2.957q-.935-.09-1.885-.09-.972,0-1.932.1ZM6.612,123.1a16.485,16.485,0,0,1,3.816-1.089V125a19.551,19.551,0,0,0-3.816,1.114Zm-1.641.83v2.939A19.583,19.583,0,0,0,3.054,128l0-2.691A13.142,13.142,0,0,1,4.972,123.927ZM26.2,131.884a.591.591,0,0,1-.835.035,16.967,16.967,0,0,0-1.319-1.092,16.811,16.811,0,0,0-20.1,0,16.969,16.969,0,0,0-1.319,1.092.591.591,0,1,1-.8-.87,17.993,17.993,0,0,1,24.336,0,.591.591,0,0,1,.035.835Z" transform="translate(0 -118.698)" fill="#fff"/>
</g>
</g>
</svg>
<span>Bridges</span>
</a>
`,
},
{
type: 'html',
value: `<a href='https://agora.elysiumchain.tech/'>
<svg class="mb-3" xmlns="http://www.w3.org/2000/svg" width="28" height="26.133" viewBox="0 0 28 26.133">
<path id="store_4_" data-name="store(4)" d="M27.133,26.267V14.358A4.2,4.2,0,0,0,29,10.867c0-.387-.965-4.428-1.524-6.691A2.8,2.8,0,0,0,24.746,2C20.693,2,9.306,2,5.253,2A2.8,2.8,0,0,0,2.528,4.177C1.965,6.439,1,10.479,1,10.867a4.2,4.2,0,0,0,1.867,3.492V26.267H1.933a.933.933,0,1,0,0,1.867H28.067a.933.933,0,1,0,0-1.867ZM25.267,15.041a4.056,4.056,0,0,1-.467.026,3.814,3.814,0,0,1-3.267-1.774,3.895,3.895,0,0,1-6.535,0,3.892,3.892,0,0,1-6.533,0A3.815,3.815,0,0,1,5.2,15.067a4.057,4.057,0,0,1-.467-.026V26.267h6.533V22.533a1.867,1.867,0,0,1,1.867-1.867h3.733a1.867,1.867,0,0,1,1.867,1.867v3.733h6.533ZM13.133,22.533h3.733v3.733H13.133Zm9.321-11.8a.933.933,0,0,0-1.842,0,4.333,4.333,0,0,1-.492,1.306,2.059,2.059,0,0,1-3.707,0,4.333,4.333,0,0,1-.492-1.306.934.934,0,0,0-1.842,0,4.358,4.358,0,0,1-.495,1.307,2.056,2.056,0,0,1-3.7,0,4.333,4.333,0,0,1-.492-1.306.934.934,0,0,0-1.842,0,4.358,4.358,0,0,1-.495,1.307A2.1,2.1,0,0,1,5.2,13.2a2.334,2.334,0,0,1-2.333-2.333c0-.362.949-4.136,1.475-6.248a.145.145,0,0,1,0-.021.931.931,0,0,1,.908-.728h0c4.052,0,15.439,0,19.491,0a.934.934,0,0,1,.911.73c0,.007,0,.013,0,.021.523,2.113,1.472,5.887,1.472,6.25A2.334,2.334,0,0,1,24.8,13.2a2.1,2.1,0,0,1-1.854-1.163,4.333,4.333,0,0,1-.492-1.306Z" transform="translate(-1 -2)" fill="#fff" fill-rule="evenodd"/>
</svg>
<span>MarketPlace</span>
</a>
`,
},
{
type: 'html',
value: `<a href='https://explorer.elysiumchain.tech/'>
<svg class="mb-3" id="barcode-scanner" xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28">
<path id="Path_49337" data-name="Path 49337" d="M24.167,9.333A1.166,1.166,0,0,1,23,8.167V3.5a1.168,1.168,0,0,0-1.167-1.167H17.167a1.167,1.167,0,0,1,0-2.333h4.667a3.5,3.5,0,0,1,3.5,3.5V8.167A1.166,1.166,0,0,1,24.167,9.333Z" transform="translate(2.667)" fill="#fff"/>
<path id="Path_49338" data-name="Path 49338" d="M21.833,25.333H17.167a1.167,1.167,0,0,1,0-2.333h4.667A1.168,1.168,0,0,0,23,21.833V17.167a1.167,1.167,0,0,1,2.333,0v4.667A3.5,3.5,0,0,1,21.833,25.333Z" transform="translate(2.667 2.667)" fill="#fff"/>
<path id="Path_49339" data-name="Path 49339" d="M8.167,25.333H3.5a3.5,3.5,0,0,1-3.5-3.5V17.167a1.167,1.167,0,0,1,2.333,0v4.667A1.168,1.168,0,0,0,3.5,23H8.167a1.167,1.167,0,0,1,0,2.333Z" transform="translate(0 2.667)" fill="#fff"/>
<path id="Path_49340" data-name="Path 49340" d="M1.167,9.333A1.166,1.166,0,0,1,0,8.167V3.5A3.5,3.5,0,0,1,3.5,0H8.167a1.167,1.167,0,1,1,0,2.333H3.5A1.168,1.168,0,0,0,2.333,3.5V8.167A1.166,1.166,0,0,1,1.167,9.333Z" fill="#fff"/>
<path id="Path_49341" data-name="Path 49341" d="M20.167,12A1.166,1.166,0,0,1,19,10.833v-3.5H7.333v3.5a1.167,1.167,0,1,1-2.333,0v-3.5A2.336,2.336,0,0,1,7.333,5H19a2.336,2.336,0,0,1,2.333,2.333v3.5A1.166,1.166,0,0,1,20.167,12Z" transform="translate(0.833 0.833)" fill="#fff"/>
<path id="Path_49342" data-name="Path 49342" d="M24,14.167a1.166,1.166,0,0,1-1.167,1.167H21.667v2.333A2.336,2.336,0,0,1,19.333,20H7.667a2.336,2.336,0,0,1-2.333-2.333V15.333H4.167a1.167,1.167,0,0,1,0-2.333H22.833A1.166,1.166,0,0,1,24,14.167Z" transform="translate(0.5 2.167)" fill="#fff"/>
</svg>
<span>Scan</span>
</a>
`,
},
{
type: 'html',
value: `<a href='https://wallet.elysiumchain.tech/'>
<svg class="mb-3" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="28" height="28" viewBox="0 0 28 28">
<defs>
<clipPath id="clip-path">
<path id="path873" d="M0-682.665H28v28H0Z" transform="translate(0 682.665)"/>
</clipPath>
</defs>
<g id="g867" transform="translate(0 682.665)">
<g id="g869" transform="translate(0 -682.665)">
<g id="g871" clip-path="url(#clip-path)">
<g id="g877" transform="translate(18.995 12.651)">
<path id="path879" d="M0-25.318a1.349,1.349,0,0,1,1.349-1.349A1.349,1.349,0,0,1,2.7-25.318a1.349,1.349,0,0,1-1.349,1.349A1.349,1.349,0,0,1,0-25.318" transform="translate(0 26.667)" fill="#fff"/>
</g>
<g id="g881" transform="translate(1.094 3.063)">
<path id="path883" d="M-542.478-457.024h-14.875a5.481,5.481,0,0,1-5.475-5.475v-13.125a5.481,5.481,0,0,1,5.475-5.475h14.875a5.5,5.5,0,0,1,4.742,2.737,1.1,1.1,0,0,1-.4,1.5,1.1,1.1,0,0,1-1.5-.4,3.288,3.288,0,0,0-2.838-1.638h-14.875a3.279,3.279,0,0,0-3.275,3.275V-462.5a3.279,3.279,0,0,0,3.275,3.275h14.875a3.288,3.288,0,0,0,2.838-1.638,1.1,1.1,0,0,1,1.5-.4,1.1,1.1,0,0,1,.4,1.5A5.5,5.5,0,0,1-542.478-457.024Z" transform="translate(561.728 479.999)" fill="#fff"/>
</g>
<g id="g885" transform="translate(15.969 9.625)">
<path id="path887" d="M4.375-107.766H8.75a3.291,3.291,0,0,1,3.288,3.287v4.375A3.291,3.291,0,0,1,8.75-96.816H4.375A5.481,5.481,0,0,1-1.1-102.291,5.481,5.481,0,0,1,4.375-107.766Zm4.375,8.75A1.089,1.089,0,0,0,9.837-100.1v-4.375a1.089,1.089,0,0,0-1.087-1.088H4.375A3.279,3.279,0,0,0,1.1-102.291a3.279,3.279,0,0,0,3.275,3.275Z" transform="translate(0 106.666)" fill="#fff"/>
</g>
</g>
</g>
</g>
</svg>
<span>CloudWallet</span>
</a>
`,
},
{
type: 'html',
value: `<a href='https://elysium-launchpad-investorpanel-nft-dev.vulcanforged.com/'>
<svg class="mb-3" xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28">
<g id="shuttle" transform="translate(0 0)">
<path id="Path_49332" data-name="Path 49332" d="M27.967,2.09A2.176,2.176,0,0,0,25.909.033,21.614,21.614,0,0,0,15.074,2.2,21.272,21.272,0,0,0,8.863,7.352l-.066.08-4.1.317a2.165,2.165,0,0,0-1.649.971l-2.8,4.231A1.5,1.5,0,0,0,1.27,15.26l3.455.535c-.012.067-.024.134-.036.2a2.175,2.175,0,0,0,.61,1.892L10.111,22.7a2.181,2.181,0,0,0,1.539.639A2.144,2.144,0,0,0,12,23.31l.2-.036.535,3.455a1.5,1.5,0,0,0,2.309,1.021l4.231-2.8a2.164,2.164,0,0,0,.97-1.649l.317-4.1.08-.066A21.27,21.27,0,0,0,25.8,12.926,21.615,21.615,0,0,0,27.967,2.09ZM18.375,23.585l-4.047,2.676-.521-3.367a18.377,18.377,0,0,0,5.015-2.388l-.206,2.671a.534.534,0,0,1-.24.407Zm-7.1-2.044L6.459,16.728a.532.532,0,0,1-.152-.462,14.112,14.112,0,0,1,.641-2.437l7.22,7.22a14.171,14.171,0,0,1-2.435.642.532.532,0,0,1-.462-.152ZM4.823,9.385l2.671-.206a18.375,18.375,0,0,0-2.388,5.015l-3.367-.521L4.415,9.625A.534.534,0,0,1,4.823,9.385ZM19.6,17.877a18.808,18.808,0,0,1-3.8,2.483L7.639,12.2a19.133,19.133,0,0,1,2.484-3.8,19.577,19.577,0,0,1,5.706-4.744A19.954,19.954,0,0,1,25.82,1.671a.538.538,0,0,1,.509.509,19.952,19.952,0,0,1-1.988,9.992A19.577,19.577,0,0,1,19.6,17.877Z" transform="translate(0 0)" fill="#fff"/>
<path id="Path_49333" data-name="Path 49333" d="M279.824,94.518a4.1,4.1,0,1,0-2.9-1.2A4.09,4.09,0,0,0,279.824,94.518Zm-1.74-5.84a2.461,2.461,0,1,1-.721,1.74A2.453,2.453,0,0,1,278.084,88.678Z" transform="translate(-260.645 -81.598)" fill="#fff"/>
<path id="Path_49334" data-name="Path 49334" d="M1.122,347.283a.817.817,0,0,0,.58-.24l2.678-2.678a.82.82,0,0,0-1.16-1.16L.542,345.883a.82.82,0,0,0,.58,1.4Z" transform="translate(-0.285 -324.208)" fill="#fff"/>
<path id="Path_49335" data-name="Path 49335" d="M6.55,388.086a.82.82,0,0,0-1.16,0L.241,393.235a.82.82,0,1,0,1.16,1.16l5.149-5.149A.82.82,0,0,0,6.55,388.086Z" transform="translate(-0.001 -366.635)" fill="#fff"/>
<path id="Path_49336" data-name="Path 49336" d="M92.981,432.967,90.3,435.645a.82.82,0,1,0,1.16,1.16l2.678-2.678a.82.82,0,1,0-1.16-1.16Z" transform="translate(-85.137 -409.062)" fill="#fff"/>
</g>
</svg>
<span>LaunchPad</span>
</a>
`,
},
{
type: 'html',
value: `<a href='https://faucet.atlantischain.network/'>
<svg class="mb-3" xmlns="http://www.w3.org/2000/svg" width="28" height="26.653" viewBox="0 0 28 26.653">
<g id="Group_25262" data-name="Group 25262" transform="translate(-1536 -302.3)">
<path id="Union_262" data-name="Union 262" d="M5.563,15.854a.968.968,0,0,1-.931-.935V7.526H.939a.965.965,0,0,1-.813-.5l-.014-.02L.1,6.986A.962.962,0,0,1,.18,6L.2,5.964,4.817.374A.876.876,0,0,1,5.563,0H22.435a.814.814,0,0,1,.746.374L27.822,6a.969.969,0,0,1,.077.988.909.909,0,0,1-.836.54H23.313V14.92a.968.968,0,0,1-.932.935Zm.932-1.92H21.449V5.84l-.766,1.914a.864.864,0,0,1-.861.59H8.122a.865.865,0,0,1-.86-.59L6.5,5.84Zm2.326-7.4h10.36l1.862-4.61H6.958ZM23.37,5.66h1.721L23.37,3.588Zm-20.46,0H4.633V3.588Z" transform="translate(1536 313.099)" fill="#fff"/>
<path id="Union_263" data-name="Union 263" d="M.793,5.717.756,5.711A.955.955,0,0,1,.168,5.3a.937.937,0,0,1-.15-.7l.01-.05.01-.021a.117.117,0,0,1,.011-.033A6.458,6.458,0,0,1,4.4.063,1.015,1.015,0,0,1,4.742,0a.906.906,0,0,1,.867.634.936.936,0,0,1-.55,1.19l-.023.007A4.493,4.493,0,0,0,1.875,4.918v.013l-.01.037a.915.915,0,0,1-.924.749Z" transform="translate(1554.882 306.638)" fill="#fff"/>
<path id="Union_264" data-name="Union 264" d="M4.72,5.71a.919.919,0,0,1-.925-.749l-.007-.037V4.911A4.5,4.5,0,0,0,.625,1.824l-.02-.007a.963.963,0,0,1-.513-.488A.905.905,0,0,1,.062.6.964.964,0,0,1,.948,0a.9.9,0,0,1,.313.057A6.812,6.812,0,0,1,4.848,2.739a5.172,5.172,0,0,1,.8,1.864.95.95,0,0,1-.742,1.1l-.037.006Z" transform="translate(1539.347 306.645)" fill="#fff"/>
<g id="diamonds-token" transform="translate(1546.111 303)">
<path id="Path_49352" data-name="Path 49352" d="M3.89-.7A4.573,4.573,0,0,1,7.976,1.8q.025.049.05.1c.032.066.063.134.092.2a4.578,4.578,0,0,1,.187.531c.02.072.04.146.057.22a4.622,4.622,0,0,1,0,2.071c-.017.074-.036.148-.057.22a4.576,4.576,0,0,1-.187.531c-.029.069-.06.137-.092.2q-.024.05-.05.1a4.59,4.59,0,0,1-8.173,0l-.049-.1c-.049-.1-.094-.2-.134-.308-.055-.139-.1-.283-.144-.427-.021-.072-.04-.146-.057-.22a4.623,4.623,0,0,1,0-2.071c.017-.074.036-.148.057-.22.041-.144.09-.288.144-.427C-.34,2.1-.295,2-.246,1.9c.016-.034.033-.067.05-.1A4.573,4.573,0,0,1,3.89-.7Zm0,7.778A3.179,3.179,0,0,0,6.73,5.34l.034-.069c.022-.046.044-.093.064-.141a3.17,3.17,0,0,0,.129-.367c.014-.05.027-.1.039-.153A3.222,3.222,0,0,0,7,3.168c-.012-.051-.025-.1-.039-.152a3.172,3.172,0,0,0-.129-.368c-.02-.048-.042-.1-.064-.141L6.73,2.438A3.179,3.179,0,0,0,3.89.7h0a3.179,3.179,0,0,0-2.84,1.738l-.035.07c-.033.069-.065.141-.093.213-.038.1-.072.2-.1.3-.014.05-.027.1-.039.153a3.223,3.223,0,0,0,0,1.442c.012.051.025.1.039.153.028.1.062.2.1.3.028.072.06.143.093.213l.034.069A3.179,3.179,0,0,0,3.89,7.078ZM3.89.9a.7.7,0,0,1,.557.276L6.191,3.465a.7.7,0,0,1,0,.848L4.447,6.6a.7.7,0,0,1-1.114,0L1.588,4.313a.7.7,0,0,1,0-.848L3.333,1.174A.7.7,0,0,1,3.89.9Zm.865,2.991L3.89,2.753,3.025,3.889,3.89,5.024Z" transform="translate(-0.001)" fill="#fff"/>
</g>
</g>
</svg>
<span>Faucet</span>
</a>
`,
},
{
type: 'html',
value: `<a href='https://fortuna.elysiumchain.tech/'>
<svg class="mb-1" width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M26.3913 15.7445L26.2845 16.3318L26.3539 17.2929L25.7239 17.341L25.6598 16.4867C24.9977 16.8711 24.0686 16.8444 24.0686 16.8444C25.0725 15.7018 26.3913 15.7445 26.3913 15.7445ZM34 20C34 23.7376 32.5423 27.2563 29.8993 29.8993C27.2563 32.5423 23.7376 34 20 34C16.2624 34 12.7437 32.5423 10.1007 29.8993C7.45767 27.2563 6 23.7376 6 20C6 16.2624 7.45767 12.7437 10.1007 10.1007C12.7437 7.45767 16.2624 6 20 6C23.7376 6 27.2563 7.45767 29.8993 10.1007C32.5423 12.7437 34 16.2624 34 20ZM33.3219 20.3364H31.5332C31.4798 22.1571 31.0099 23.9085 30.1609 25.4729L31.7094 26.3699C32.7132 24.5332 33.2685 22.4775 33.3219 20.3417V20.3364ZM26.3699 31.7094L25.4729 30.1609C24.656 30.6041 23.7857 30.9405 22.8833 31.1754C23.6629 31.7468 24.3143 32.2807 24.5919 32.5156C25.2006 32.2914 25.7933 32.0244 26.3646 31.7147L26.3699 31.7094ZM28.5698 18.5797L26.1564 13.3204C25.9054 13.3791 25.4996 13.4378 24.9497 13.4378C24.3997 13.4378 24.9176 13.4378 24.9069 13.4378C24.7628 13.9077 24.3677 14.2921 23.7323 14.5805C23.5614 15.1945 23.3051 15.7551 22.9687 16.2571C22.958 16.2838 22.942 16.3051 22.9207 16.3265C22.595 16.791 22.1945 17.2075 21.7246 17.5706C21.7353 18.0778 21.6445 19.4447 20.55 20.4592C20.9931 21.2014 22.3173 23.0488 24.7147 23.46C27.1121 23.8711 26.6209 23.8177 27.1495 23.5667C27.2082 23.5027 27.251 23.4333 27.283 23.3585C27.3951 23.0809 27.315 22.6857 27.0534 22.1945C27.0107 22.1144 27 22.0183 27.0267 21.9329C27.0534 21.8474 27.1121 21.7727 27.1976 21.73C27.3257 21.6659 27.4005 21.5965 27.4218 21.5217C27.4485 21.431 27.4111 21.2868 27.315 21.1213C27.3043 21.1053 27.299 21.0892 27.2937 21.0679L26.6529 21.1159C26.6423 21.1159 26.6369 21.1159 26.6262 21.1159C26.45 21.1159 26.3005 20.9825 26.2899 20.8009C26.2738 20.614 26.418 20.4539 26.6049 20.4378L27.6728 20.3577C27.6888 20.3577 27.7048 20.3577 27.7208 20.3577C27.7208 20.3524 27.7208 20.3417 27.7208 20.3364C27.7262 20.2883 27.7048 20.2296 27.6514 20.1602C27.5553 20.032 27.5606 19.8558 27.6621 19.7384L28.0572 19.2738L27.4752 19.3166C27.4645 19.3166 27.4592 19.3166 27.4485 19.3166C27.2723 19.3166 27.1228 19.1831 27.1121 19.0015C27.0961 18.8146 27.2403 18.6545 27.4272 18.6384L28.495 18.5584C28.5217 18.5584 28.5484 18.5584 28.5751 18.5584L28.5698 18.5797ZM18.1739 20.9664C17.4905 21.4523 16.476 22.029 15.0664 22.4989C15.1571 22.9634 15.296 23.8978 15.2265 25.0137C17.0099 24.3036 17.5812 22.3654 17.5919 22.344C17.5919 22.3333 17.6026 22.3173 17.6026 22.3066L18.1739 20.9664ZM8.02365 19.7063C8.29596 19.6476 8.57361 19.6209 8.84058 19.6102C8.74981 19.5088 8.65904 19.3913 8.57895 19.2632C8.29062 18.7933 8.18383 18.238 8.24256 17.6026C8.19985 17.64 8.16247 17.6827 8.11976 17.7254C7.83677 18.0618 7.69794 18.4462 7.69794 18.8734C7.72998 19.135 7.83677 19.4127 8.01831 19.701L8.02365 19.7063ZM9.15561 18.9108C9.43326 19.3646 9.87643 19.5835 10.1594 19.685C10.1808 19.6369 10.2021 19.5889 10.2182 19.5461C9.68955 18.9161 9.36918 18.1045 9.36918 17.2182C9.36918 16.3318 9.37452 16.9939 9.3852 16.8871C9.27841 16.9352 9.16095 16.9886 9.03814 17.0526C8.8299 17.8108 8.86728 18.4355 9.16095 18.9054L9.15561 18.9108ZM12.984 20.1602C14.6018 20.1602 15.9207 18.8413 15.9207 17.2235C15.9207 15.6056 14.6018 14.2868 12.984 14.2868C11.3661 14.2868 10.0473 15.6056 10.0473 17.2235C10.0473 18.8413 11.3661 20.1602 12.984 20.1602ZM20.3471 10.1007C20.3471 10.4691 20.6461 10.7681 21.0145 10.7681C21.3829 10.7681 21.6819 10.4691 21.6819 10.1007C21.6819 9.73227 21.3829 9.43326 21.0145 9.43326C20.6461 9.43326 20.3471 9.73227 20.3471 10.1007ZM19.5622 10.8215C19.1937 10.8215 18.8947 11.1205 18.8947 11.4889C18.8947 11.8574 19.1937 12.1564 19.5622 12.1564C19.9306 12.1564 20.2296 11.8574 20.2296 11.4889C20.2296 11.1205 19.9306 10.8215 19.5622 10.8215ZM18.1098 12.2151C17.7414 12.2151 17.4424 12.5141 17.4424 12.8825C17.4424 13.251 17.7414 13.55 18.1098 13.55C18.4783 13.55 18.7773 13.251 18.7773 12.8825C18.7773 12.5141 18.4783 12.2151 18.1098 12.2151ZM16.6575 13.6034C16.2891 13.6034 15.9901 13.9024 15.9901 14.2708C15.9901 14.6392 16.2891 14.9382 16.6575 14.9382C17.0259 14.9382 17.3249 14.6392 17.3249 14.2708C17.3249 13.9024 17.0259 13.6034 16.6575 13.6034ZM18.9641 16.5934C18.6224 16.4973 18.27 16.3638 17.9176 16.1876L16.5934 17.4744C16.5721 17.7895 16.508 18.0938 16.4119 18.3821C16.3959 18.4729 16.3799 18.5744 16.3638 18.6758C17.09 18.4676 18.4249 17.9176 18.9695 16.5934H18.9641ZM15.4615 21.6392C16.5721 21.2067 17.357 20.7262 17.8482 20.3684C18.2433 20.0801 18.5103 19.8291 18.6598 19.6743C18.4836 19.418 18.3021 19.2258 18.1899 19.119C17.5812 19.2578 16.9191 19.3646 16.2143 19.434C16.0862 20.2296 15.7979 20.9825 15.4615 21.6392ZM21.0092 18.0564C20.4111 18.4035 19.717 18.6972 18.9321 18.9214C19.0709 19.087 19.2258 19.2952 19.3699 19.5355C19.3699 19.5355 19.3699 19.5408 19.3753 19.5461C19.3753 19.5461 19.3753 19.5515 19.3806 19.5568L19.7117 20.251C20.6514 19.6156 20.9291 18.6651 21.0038 18.0511L21.0092 18.0564ZM21.6873 16.7162C21.3669 16.7696 20.9931 16.807 20.582 16.807C20.1709 16.807 19.9626 16.7857 19.6316 16.7323C19.3753 17.4317 18.9481 17.955 18.4783 18.3448C19.8398 17.987 20.9024 17.4424 21.6819 16.7109L21.6873 16.7162ZM22.9207 14.8741C22.5416 14.9756 22.1144 15.061 21.6339 15.1251C20.7368 15.2426 19.8612 15.2693 19.3059 15.2693C18.7506 15.2693 18.9695 15.2693 18.8734 15.2693L18.4355 15.6964C20.2456 16.4973 22.0076 15.9901 22.4348 15.8459C22.6323 15.5469 22.7925 15.2265 22.9207 14.8848V14.8741ZM24.1754 13.4058C23.4386 13.3364 22.5202 13.1548 21.4416 12.7757L19.5675 14.5912C20.0961 14.5858 20.8223 14.5538 21.5538 14.4577C22.2799 14.3616 22.8726 14.2174 23.3158 14.0358C23.3158 14.0358 23.3265 14.0358 23.3318 14.0305C23.7483 13.8596 24.0313 13.6514 24.1808 13.4111L24.1754 13.4058ZM25.0191 12.7651C25.3822 12.7651 25.6598 12.7277 25.8627 12.6903L24.8108 10.3997L24.1915 10.1007L21.9863 12.2418C23.3425 12.6796 24.373 12.7704 25.0191 12.7651ZM22.1571 9.3585C22.1465 9.3585 22.1358 9.3585 22.1251 9.35317C22.2693 9.56674 22.3547 9.82304 22.3547 10.1007C22.3547 10.8429 21.7513 11.4462 21.0092 11.4462C20.267 11.4462 20.9344 11.4462 20.897 11.4462C20.897 11.4622 20.897 11.4783 20.897 11.4996C20.897 12.2418 20.2937 12.8452 19.5515 12.8452C18.8093 12.8452 19.4767 12.8452 19.4394 12.8452C19.4394 12.8612 19.4394 12.8772 19.4394 12.8986C19.4394 13.6407 18.836 14.2441 18.0938 14.2441C17.3516 14.2441 18.0191 14.2441 17.9817 14.2441C17.9817 14.2601 17.9817 14.2761 17.9817 14.2921C17.9817 15.0343 17.3783 15.6377 16.6362 15.6377C15.894 15.6377 16.2998 15.6056 16.1449 15.5469C16.2998 15.8406 16.4226 16.1556 16.492 16.492L23.5027 9.82837C23.0435 9.63616 22.595 9.49199 22.1358 9.39054L22.1571 9.3585ZM16.4279 9.74294C14.0038 10.5919 11.9641 12.2792 10.6667 14.4523C11.2967 13.9291 12.103 13.6087 12.984 13.6087C13.865 13.6087 14.6979 13.9344 15.3333 14.479C15.3227 14.4096 15.3173 14.3402 15.3173 14.2654C15.3173 13.5233 15.9207 12.9199 16.6629 12.9199C17.405 12.9199 16.7376 12.9199 16.775 12.9199C16.775 12.9039 16.775 12.8879 16.775 12.8719C16.775 12.1297 17.3783 11.5263 18.1205 11.5263C18.8627 11.5263 18.1953 11.5263 18.2273 11.5263C18.2273 11.5103 18.2273 11.4943 18.2273 11.4729C18.2273 10.7307 18.8307 10.1274 19.5728 10.1274C20.315 10.1274 19.6476 10.1274 19.6796 10.1274C19.6796 10.1114 19.6796 10.0953 19.6796 10.074C19.6796 9.71625 19.8238 9.3852 20.0534 9.14493C19.7437 9.14493 19.4233 9.16628 19.0763 9.19298C18.1579 9.26239 17.2769 9.4386 16.4439 9.72159L16.4279 9.74294ZM7.20137 20.897C7.06789 21.0679 6.9878 21.2761 6.95042 21.5217C7.03051 21.4149 7.12662 21.3188 7.22807 21.2334C8.01297 20.5873 9.18764 20.7689 9.80168 20.9344C9.83371 20.7368 9.87643 20.5446 9.92448 20.3631C9.3852 20.2776 8.57361 20.2296 7.93288 20.4325C7.84211 20.5393 7.70328 20.614 7.52708 20.7101C7.42563 20.7689 7.30816 20.8276 7.20137 20.9024V20.897ZM7.164 23.1449C7.62853 22.36 8.38139 21.7674 9.27841 21.5111C9.209 21.5004 9.13425 21.4897 9.0595 21.479C8.63234 21.4256 8.045 21.4363 7.65522 21.7567C7.32952 22.029 7.164 22.4935 7.164 23.1449ZM13.4912 23.3478C14.4203 22.2479 14.9809 21.0252 15.3173 19.9786C14.6873 20.5126 13.8703 20.8383 12.9786 20.8383C12.087 20.8383 11.4943 20.5927 10.9069 20.1815L10.5172 21.3776C11.8146 21.4683 12.9252 22.2426 13.4859 23.3425L13.4912 23.3478ZM12.6156 27.7315C13.6834 27.0427 14.3829 25.6705 14.5111 25.3982C14.6072 24.5332 14.5538 23.7483 14.4844 23.193C14.2334 23.5294 14.0198 23.775 13.897 23.9138C13.913 24.0953 13.9237 24.3997 13.881 24.7735C13.881 24.8429 13.8863 24.9123 13.8863 24.9817C13.8863 26.0816 13.3898 27.0694 12.6156 27.7315ZM18.3074 22.376L19.1457 23.3371L19.9466 22.2906L19.0976 20.5233L18.3074 22.3707V22.376ZM25.4729 9.83905L26.3699 8.29062C24.5332 7.2868 22.4775 6.7315 20.3417 6.67811V8.46682C20.6461 8.4775 20.9504 8.49886 21.2494 8.52555C21.5751 8.55759 21.8955 8.6003 22.2212 8.66972C23.3638 8.88863 24.4584 9.28375 25.4783 9.83371L25.4729 9.83905ZM19.6636 6.68345C17.5225 6.73684 15.4668 7.29214 13.6354 8.29596L14.5164 9.82304C15.0183 9.5614 15.5362 9.33715 16.0702 9.15027C17.2128 8.73913 18.4195 8.5042 19.6636 8.47216V6.68345ZM7.40427 24.357C7.81007 25.537 8.38139 26.6529 9.10755 27.6781C9.46529 27.833 9.86041 27.9184 10.2715 27.9184C11.8894 27.9184 13.2082 26.5995 13.2082 24.9817C13.2082 23.3638 11.8894 22.045 10.2715 22.045C8.6537 22.045 7.68726 23.0381 7.40427 24.357ZM12.6957 28.4683L21.2281 30.2037L22.9954 24.4531C22.9954 24.4371 23.0061 24.4264 23.0114 24.4104C22.4294 24.1274 21.1693 23.4493 20.5393 22.6377L19.4287 24.0847C19.3646 24.1648 19.2738 24.2128 19.1724 24.2182C19.1724 24.2182 19.167 24.2182 19.1617 24.2182C19.0656 24.2182 18.9695 24.1754 18.9054 24.1007L18.0244 23.0915C17.6667 23.8818 16.8124 25.2914 15.077 25.7879C14.8368 26.2738 13.9985 27.7902 12.6957 28.4737V28.4683ZM30.8604 20C30.8604 16.1129 28.8047 12.6957 25.7292 10.7788L29.3013 18.5584C29.3547 18.6758 29.3387 18.82 29.2532 18.9161L28.3242 20.0053C28.3989 20.1869 28.3989 20.3417 28.3776 20.4592C28.3402 20.6781 28.2227 20.8757 28.0145 21.0572C28.1053 21.2975 28.1159 21.5164 28.0572 21.7193C28.0092 21.8848 27.913 22.029 27.7742 22.1518C28.0252 22.7178 28.0679 23.193 27.9024 23.6095C27.7208 24.0633 27.2937 24.405 26.6316 24.6293C26.6049 24.64 26.5782 24.6453 26.5515 24.6453L23.5721 24.8642L21.8581 30.4439C21.9542 30.508 22.0503 30.5721 22.1465 30.6362C27.1121 29.6377 30.8604 25.2433 30.8604 19.9893V20ZM33.3219 19.6636C33.2685 17.5225 32.7132 15.4668 31.7094 13.6354L30.1609 14.5324C31.0099 16.0969 31.4798 17.8482 31.5332 19.669H33.3219V19.6636ZM29.4188 10.5812C28.6659 9.82838 27.8383 9.17696 26.9519 8.63234L26.0549 10.1808C26.8078 10.6453 27.5126 11.2006 28.1533 11.8413C28.794 12.4821 29.3493 13.1869 29.8139 13.9397L31.3623 13.0427C30.8177 12.1564 30.1663 11.3288 29.4134 10.5759L29.4188 10.5812ZM8.63234 13.0481L10.106 13.897C10.4104 13.4165 10.7521 12.9519 11.1312 12.5141C11.9481 11.569 12.8879 10.7788 13.9291 10.1541L13.0534 8.63234C12.167 9.17696 11.3394 9.82838 10.5866 10.5812C9.83371 11.3341 9.1823 12.1617 8.63768 13.0481H8.63234ZM6.67811 20C6.67811 20.1442 6.67811 20.2883 6.68345 20.4325C6.70481 20.4165 6.72616 20.4005 6.74752 20.3898C6.76354 20.3738 6.77956 20.3524 6.79558 20.3364C6.9344 20.1922 7.09458 20.0748 7.26545 19.984C7.16934 19.685 7.07857 19.3059 7.04119 19.1617C7.04119 19.1457 7.03585 19.135 7.03585 19.119C7.03051 19.0603 7.02517 19.0015 7.02517 18.9428C6.99313 18.6491 7.02517 18.3555 7.12128 18.0778C7.22273 17.7841 7.39359 17.5278 7.59649 17.3036C7.78337 17.0847 8.00763 16.8818 8.27994 16.6949C8.5042 16.54 8.73379 16.4226 8.93135 16.3318C9.15027 15.6911 9.42258 15.077 9.75362 14.479L8.29062 13.6354C7.23875 15.5683 6.67811 17.7414 6.67811 20.0053V20ZM20 33.3219C21.3188 33.3219 22.611 33.1297 23.8391 32.7612C23.2838 32.3074 22.3066 31.5439 21.3295 30.9085L9.79634 28.5645C10.042 28.8581 10.3036 29.1411 10.5812 29.4188C13.0961 31.9336 16.4439 33.3219 20 33.3219ZM31.3677 26.9573L29.8192 26.0603C29.3547 26.8131 28.7994 27.5179 28.1587 28.1587C27.5179 28.7994 26.8131 29.3547 26.0603 29.8192L26.9573 31.3677C27.8436 30.823 28.6712 30.1716 29.4241 29.4188C30.177 28.6659 30.8284 27.8383 31.373 26.9519L31.3677 26.9573Z" fill="white"/>
</svg>
<span>Fortuna</span>
</a>`
,
},
],
},
]
},
colorMode: {
defaultMode: 'dark',
},
footer: {
style: 'dark',
links: [
{
items: [
{
html: `
<a href="/" target="_blank" rel="noreferrer noopener" aria-label="Deploys by Netlify">
<div class="footerLogoBg"></div>
</a>
`,
},
{
html: `
<div class="flex FooterIcon">
<!-- <a href="https://www.netlify.com" target="_blank" rel="noreferrer noopener" aria-label="Deploys by Netlify">-->
<!-- <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48">-->
<!-- <g id="icon-facebook" transform="translate(-1.244 -73.989)">-->
<!-- <rect id="Rectangle_8889" data-name="Rectangle 8889" width="48" height="48"-->
<!-- transform="translate(1.244 73.989)" fill="none"/>-->
<!-- <g id="Group_20409" data-name="Group 20409">-->
<!-- <g id="Group_20408" data-name="Group 20408">-->
<!-- <path id="Path_44107" data-name="Path 44107"-->
<!-- d="M28.473,113.46h-7.15V100.525H16.646V93.78h4.677V90.425a8.151,8.151,0,0,1,2.107-5.857A7.688,7.688,0,0,1,29,82.519a20.946,20.946,0,0,1,2.927.18c.758.1,1.184.16,1.274.168l.628.056.016.63V88.8h-3A2.089,2.089,0,0,0,28.473,91V93.78h5.251l-1.016,6.745H28.473ZM22.7,112.085h4.4V99.15h4.427l.6-4H27.1V91a3.6,3.6,0,0,1,.857-2.41,3.525,3.525,0,0,1,2.868-1.164h1.645V84.16l-.733-.1A19.682,19.682,0,0,0,29,83.894a6.278,6.278,0,0,0-4.6,1.654,6.84,6.84,0,0,0-1.7,4.888v4.719H18.021v4H22.7Z"-->
<!-- fill="#fff"/>-->
<!-- </g>-->
<!-- </g>-->
<!-- </g>-->
<!-- </svg>-->
<!-- </a>-->
<a target="_blank" href="https://twitter.com/Elysium_VF">
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48">
<g id="icon-twitter" transform="translate(0 -81.182)">
<rect id="Rectangle_8885" data-name="Rectangle 8885" width="48" height="48"
transform="translate(0 81.182)" fill="none"/>
<g id="Group_20396" data-name="Group 20396">
<g id="Group_20395" data-name="Group 20395">
<path id="Path_44097" data-name="Path 44097"
d="M18.716,118.939a17.264,17.264,0,0,1-9.367-2.732.688.688,0,0,1,.431-1.262c.429.036.873.053,1.338.053a11.305,11.305,0,0,0,5.463-1.414,6.164,6.164,0,0,1-2.036-1.034,6.44,6.44,0,0,1-2.242-3.177.689.689,0,0,1,.453-.869,6.47,6.47,0,0,1-1.054-1.027,6.641,6.641,0,0,1-1.495-4.154v-.13a.688.688,0,0,1,1.028-.6l.026.015A7.15,7.15,0,0,1,10.208,99.1a6.937,6.937,0,0,1,.929-3.338.687.687,0,0,1,1.127-.087,15.965,15.965,0,0,0,5.081,4.118,15.614,15.614,0,0,0,5.653,1.7c-.013-.2-.02-.39-.02-.584a6.616,6.616,0,0,1,1.866-4.6,6.554,6.554,0,0,1,9.141-.16A11.247,11.247,0,0,0,37.152,94.9a.687.687,0,0,1,.993.823,7.092,7.092,0,0,1-.885,1.73c.248-.091.493-.19.736-.3a.687.687,0,0,1,.847,1.017,13.615,13.615,0,0,1-2.8,2.987c.012.144.018.283.018.415a17.534,17.534,0,0,1-2.028,8.067,16.876,16.876,0,0,1-15.321,9.3Zm-6.28-2.642a16.389,16.389,0,0,0,6.274,1.267,15.5,15.5,0,0,0,14.1-8.544,16.157,16.157,0,0,0,1.88-7.444,4.706,4.706,0,0,0-.049-.631.686.686,0,0,1,.271-.646,12.271,12.271,0,0,0,1.28-1.094q-.582.132-1.173.209a.679.679,0,0,1-.734-.448.688.688,0,0,1,.277-.814,5.651,5.651,0,0,0,1.308-1.135,12.809,12.809,0,0,1-1.979.549.687.687,0,0,1-.632-.2,5.175,5.175,0,0,0-7.434-.1,5.2,5.2,0,0,0-1.472,3.657,7.421,7.421,0,0,0,.1,1.21.687.687,0,0,1-.167.573.677.677,0,0,1-.553.226,17.161,17.161,0,0,1-7.026-1.919,17.357,17.357,0,0,1-4.8-3.652,5.669,5.669,0,0,0-.322,1.729,5.341,5.341,0,0,0,2.329,4.323.687.687,0,0,1-.449,1.247,7.214,7.214,0,0,1-1.777-.359,5.131,5.131,0,0,0,4.039,4.076.688.688,0,0,1,.01,1.342,7.635,7.635,0,0,1-1.71.185,5.081,5.081,0,0,0,4.418,2.585.688.688,0,0,1,.406,1.228A12.292,12.292,0,0,1,12.436,116.3Z"
fill="#fff"/>
</g>
</g>
</g>
</svg>
</a>
</div>
<p class="copyRight">Copyright © 2023 Elysium Documentation.</p>
`,
},
],
},
{
title: 'LEARN',
items: [
{
label: 'About ',
to: '/',
className: "comingSoon",
},
{
label: 'How it Works',
to: '/',
className: "comingSoon",
},
{
label: 'Support',
to: '/',
className: "comingSoon",
},
{
label: 'Disclaimer',
to: 'https://elysiumchain.tech/disclaimer.html',
},
],
},
{
title: 'USE',
items: [
{
label: 'Elysium Swap',
to: 'https://swap.elysiumchain.tech/exchange/swap',
},
{
label: 'Bridge',
to: 'https://bridge.elysiumchain.tech/',
},
{
label: 'Agora Marketplace',
to: 'https://agora.elysiumchain.tech/',
},
{
label: 'Elysium CloudWallet',
to: 'https://wallet.elysiumchain.tech/',
},
],
},
{
title: 'DEVELOP',
items: [
{
label: 'Documentation',
to: 'docs/intro',
},
{
label: 'Faucet',
to: 'https://faucet.atlantischain.network/',
},
{
label: 'Scan',
to: 'https://explorer.elysiumchain.tech/',
},
{
label: 'Launch Your Project',
to: '/',
className: "comingSoon",
},
],
},
{
title: 'COMMUNITY',
items: [
{
label: 'Events',
to: 'https://vulcanforged.com/vulcon/index',
},
{
label: 'Become a Validator',
to: 'https://elysiumchain.tech/validator.html',
},
{
label: 'Twitter',
to: 'https://twitter.com/Elysium_VF',
},
{
label: 'Discord',
to: 'https://discord.com/invite/vulcan-forged',
},
{
label: 'Brand Asset',
to: '/',
className: "comingSoon",
},
{
label: 'Blog',
to: 'https://blog.vulcanforged.com/category/elysium/',
},
],
},
],
// copyright: `Copyright © ${new Date().getFullYear()} Elysium Documentation.`,
},
prism: {
// theme: lightCodeTheme,
darkTheme: darkCodeTheme,
},
algolia: {
// The application ID provided by Algolia
appId: 'KEGVM1MJGE',
// Public API key: it is safe to commit it
apiKey: '4dd917c759135e39c0e54e94fabcd021',
indexName: 'elysiumchain',
// Optional: see doc section below
contextualSearch: true,
// The application ID provided by Algolia
// appId: 'YOUR_APP_ID',
//
// // Public API key: it is safe to commit it
// apiKey: 'YOUR_SEARCH_API_KEY',
//
// indexName: 'YOUR_INDEX_NAME',
//
// // Optional: see doc section below
// contextualSearch: true,
//
// // Optional: Specify domains where the navigation should occur through window.location instead on history.push. Useful when our Algolia config crawls multiple documentation sites and we want to navigate with window.location.href to them.
// externalUrlRegex: 'external\\.com|domain\\.com',
//
// // Optional: Replace parts of the item URLs from Algolia. Useful when using the same search index for multiple deployments using a different baseUrl. You can use regexp or string in the `from` param. For example: localhost:3000 vs myCompany.com/docs
// replaceSearchResultPathname: {
// from: '/docs/', // or as RegExp: /\/docs\//
// to: '/',
// },
//
// // Optional: Algolia search parameters
// searchParameters: {},
//
// // Optional: path for search page that enabled by default (`false` to disable it)
// searchPagePath: 'search',
// className:'mysearchBox'
//... other Algolia params
},
typesense: {
// Replace this with the name of your index/collection.
// It should match the "index_name" entry in the scraper's "config.json" file.
typesenseCollectionName: 'elysium-2',
typesenseServerConfig: {
nodes: [
{
host: 'ju51mscqx64of8vbp-1.a1.typesense.net',
port: '443',
protocol: 'https',
},
],
apiKey: 'xyz',
},
// Optional: Typesense search parameters: https://typesense.org/docs/0.24.0/api/search.html#search-parameters
typesenseSearchParameters: {},
// Optional
contextualSearch: true,
},
}),
};
module.exports = config;