Skip to content

Commit 36a7a43

Browse files
committed
Docs building again!
1 parent f16ddf4 commit 36a7a43

File tree

5 files changed

+384
-589
lines changed

5 files changed

+384
-589
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Setup Nodejs and yarn
4141
uses: actions/setup-node@v2
4242
with:
43-
node-version: "18.18"
43+
node-version: "20"
4444
cache: yarn
4545

4646
- name: Install dependencies

docs/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
"dependencies": {
5353
"@safe-global/safe-apps-provider": "^0.18.0",
5454
"@safe-global/safe-apps-sdk": "^8.1.0",
55-
"@web3-onboard/arcana-auth": "^2.1.0-alpha.2",
5655
"@web3-onboard/bitget": "^2.1.0-alpha.2",
5756
"@web3-onboard/blocto": "^2.1.0-alpha.2",
5857
"@web3-onboard/cede-store": "^2.3.0-alpha.2",

docs/src/app.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
gtag('js', new Date())
2929
gtag('config', 'G-WQ8M55VX1Z')
3030
</script>
31-
<script>
31+
<!-- <script>
3232
var global = global || window
33-
</script>
33+
</script> -->
3434
</head>
3535
<body data-sveltekit-preload-data="hover">
3636
<div style="display: contents">%sveltekit.body%</div>

docs/src/lib/services/onboard.js

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -54,19 +54,19 @@ const intiOnboard = async (theme) => {
5454
const { default: xdefiModule } = await import('@web3-onboard/xdefi')
5555
const { default: cedeModule } = await import('@web3-onboard/cede-store')
5656
const { default: frameModule } = await import('@web3-onboard/frame')
57-
const { default: arcanaModule } = await import('@web3-onboard/arcana-auth')
57+
// const { default: arcanaModule } = await import('@web3-onboard/arcana-auth')
5858
const { default: bloctoModule } = await import('@web3-onboard/blocto')
5959
const { default: venlyModule } = await import('@web3-onboard/venly')
6060
const { default: bitgetModule } = await import('@web3-onboard/bitget')
61-
// const { default: capsuleModule, Environment } = await import('@web3-onboard/capsule')
61+
// // const { default: capsuleModule, Environment } = await import('@web3-onboard/capsule')
6262
const { default: particleAuthModule } = await import('@web3-onboard/particle-network')
6363
const INFURA_ID = '8b60d52405694345a99bcb82e722e0af'
6464

6565
const injected = injectedModule()
6666
const infinityWallet = infinityWalletModule()
67-
const arcanaWallet = arcanaModule({
68-
clientID: 'xar_test_c9c3bc702eb13255c58dab0e74cfa859711c13cb'
69-
})
67+
// const arcanaWallet = arcanaModule({
68+
// clientID: 'xar_test_c9c3bc702eb13255c58dab0e74cfa859711c13cb'
69+
// })
7070
const coinbase = coinbaseModule()
7171
const metamask = metamaskModule({
7272
options: {
@@ -131,10 +131,10 @@ const intiOnboard = async (theme) => {
131131
environment: 'staging'
132132
})
133133

134-
// const capsule = capsuleModule({
135-
// environment: Environment.DEVELOPMENT,
136-
// apiKey: '992bbd9146d5de8ad0419f141d9a7ca7'
137-
// })
134+
// // const capsule = capsuleModule({
135+
// // environment: Environment.DEVELOPMENT,
136+
// // apiKey: '992bbd9146d5de8ad0419f141d9a7ca7'
137+
// // })
138138

139139
const particle = particleAuthModule({
140140
projectId: 'b385ccf0-73c3-485a-9941-159b7855b806',
@@ -158,7 +158,7 @@ const intiOnboard = async (theme) => {
158158
xdefi,
159159
uauth,
160160
cede,
161-
arcanaWallet,
161+
// arcanaWallet,
162162
torus,
163163
sequence,
164164
dcent,
@@ -173,9 +173,8 @@ const intiOnboard = async (theme) => {
173173
infinityWallet,
174174
blocto,
175175
particle,
176+
venly
176177
// capsule
177-
178-
// venly
179178
],
180179
chains: [
181180
{

0 commit comments

Comments
 (0)