Skip to content

Commit 528a5d7

Browse files
Adamj1232taylorjdawsongesquincatechgangbosscmeisl
authored
Add docs site code to develop branch (#1460)
* Update route name + formatting * run yarn format * add named layout for homepage and apply * Add packags * Use builtin navbar * Fix layout * remove comment * add head info for homepage layout * rename index file to use homepage layout * remove max-width override We don't want all pages to have max-width of 100%. This is only relevant for the home page and this is a reason why we're using different layouts. We want to keep things separate. * add NavBar import back. * move low-level components to /base folder and update imports * remove content-max-width check We're using two different layouts. We don't need this fix for homepage on the docs layout. Please add homepage relevant changes to the relevant layout. * import normalize into homepage layout * add media queries to themes graphic - rename files - update import names * remove height and width attributes from svgs * add responsive styles for features graphics - rename svg files+ imports - hide scroll bars on scroll containers * add ScrollContainer component - create new base component - use ScrollContainer in appropriate sections * update favicon * add more props to Flexbox component * add link urls and use unplugin icons in Footer * Adds back tabs for installation + fixes fonts * add wallet connect image + remove examples link * add kit-docs sidebar to homepage layout * Create [...3]migration-guide.md migrated the migration guide * add slot to TextBlock component remove placeholder anchor element * update Button component - add link + icon styles - use anchor element - tweak button style * update Button usage instances - add section id * add hover transitions to social links * add learn more and view demo links * remove height and width from svg graphic * add spacer div * remove faux code block tabs * remove Blocknative text from nav * replace Blocknative nav text * add local kit-docs theme variables - override --kd-font-family-sans - override --kd-color-gray-body * update layouts - use local theme variables file - don't import vars.css or fonts.css - remove Button import - update brand color var * update testimonials section - add new graphic - simplify styles * add getting started markdown guide * update getting started section - import md file to access CodeFence features - use .prose text styling from tailwind - remove unused css - remove unused markup * remove empty spaces from code * move font-face styles - move @font-face declarations to fonts.css - update layout imports * add line numbers to code fence * remove old code snippets + add tabs to all packages * move app.css import to top of files - This is currently causing conflicts. There are some yet to be resolved issues with our tailwind install. It seems like we're double-importing the Tailwind directives. Once in app.css from us and again in theme.css from kit-docs. - This is a temp fix * add max-width styles - remove tailwind width classes. Not working as expected. * add github social link to layouts * move Tabs component to global components folder - this makes it so they're imported into every single Markdown file - move components to src/kit-docs - remove imports from components/index.ts - remove imports from md files * tweak Tabs design * update theming section - add updated graphic - add theming-code CodeFence * update frameworks section - add install-code CodeFence * update installation md - add white space - remove extra spaces * add the same nav links on both layouts * add simple faq page * update top nav - add faq links - add discord links - add prerender to homepage * update footer - add youtube link - spacing tweaks * Prepare repo for static deployment + formating * add last marketing pixel * remove console log * add current branch to workflow trigger for testing * add Global site tag * update tracking codes * Create [...4]resources * added resource links * updated titles * added supported networks list * added init options link * create faq.md * added link to supported chains docs * Re-org/re-name sidebar items * fixed typo * intro final draft * updated title & intro * core-updates * Move examples to separate page * added natively supported wallets * Add react & svelte connect wallet example * Fix build error * Change sidebar title + fix connect wallet example * modify workflow to allow manual trigger * update workflow * update workflow * update workflow - add back current branch * change which adapter is used * update workflow for debugging * update workflow path to built files * update workflow path to built files * remove hubspot embed code * fix some broken links * update landing page graphics - center wallets row on larger screens * add responsive code for themes graphic * replace connect wallet image * change FAQ route * edit FAQ markdown - add correct link - remove old faq.md * update images for hero section - update hero-img.svg - remove unused HeroBackground.svelte file - small style updates to Button and HeroSection * update theming section graphics - add updated wallet-row graphic - remove unused svg components - style tweaks to theming section * update wallets graphic - add updated wallet-row svg - update imports - remove unused components * fix svgs not displaying correctly in Safari * update connect modal svg * update blog link * link added to faq * customization file added * fixed link & formatting * added hint/info styling and customization * Update onboard graphics - fixed typo * add zapper to users graphics * remove unused svg * svg updates - update powered by badge code - remove unused svgs * Documentation - Theming Customizer (#1275) * Update docs/src/lib/components/HeroSection.svelte * Update docs/src/routes/docs/[...2]getting-started/[...2]customization.md * Update docs/src/routes/docs/[...2]getting-started/[...2]customization.md * change description on homepage * Bump internal version, add enter submit for ifram url, reset btn closes onboard and resets mapping (#1278) * remove unused import * vercel adapter fix * rename /theming to /theming-tool * remove theming section for core package md - reduce having the same info on two places * update customization page - rework admonition types. - reduce the use of 'theming' in language. We don't really support themes. We support customizing some css properties via variables. - remove fonts and borders section. - update language to use css custom properties vs variables for clarity. * update language * fix unused selector warning * add type to a favicon link * add meta tag image * add SEO components - add twitter meta tags - add OpenGraph meta tags - add SEO index component * add SEO component to homepage layout * update favicon url - it's not rendering correctly live for some reason * Update branch for gh-pages workflow * Update branch name for deploy trigger * update favicon asset path Co-authored-by: Taylor Dawson <[email protected]> * Feature/uniswap example (#1280) * Remove broken uniswap widget * Use vercel adapter when ran in vercel * Finish up example * Remove unused deps * Update formatting * added explainer text * Revert faq change * lock sveltekit version Co-authored-by: Murat Akdeniz <[email protected]> * added explainer text to injected page * change title of example page * add description * update versioning * Revert "update versioning" This reverts commit d6cef07. * move meta image to assets folder * Update docs/src/lib/components/SEO/index.svelte Co-authored-by: Taylor Dawson <[email protected]> * updated docs faq styling added link to discord tabbed over faq answers * Update README.md replaced initial svelt README with README for contributors * Update [...2]onboard.js-migration-guide.md updated links, punctuation and grammar. * Update docs/README.md Co-authored-by: Adam Carpenter <[email protected]> * Update docs/README.md Co-authored-by: Adam Carpenter <[email protected]> * Update README.md * Update [...2]onboard.js-migration-guide.md * Rename [...2]onboard.js-migration-guide.md to [...3]onboard.js-migration-guide.md * creating contribution guide * added docs contribution guidelines * minor typo fix * addressed comments from PR and updated links * Create [...2]onboard.js-migration-guide.md * Remove duplicate cmigration guide * Add changes that were part of duplicate mig guide * Revert relative path for external * Update link from expired docs to examples folder * injected wallets doc fix * no version bump needed * Add Search to Docs (#1322) * Update layout * Update homepage * Add algolia packages * Update index name * Update search keys * yarn it * Remove algolia from layout-homepage * Update docs/src/routes/__layout-homepage.svelte * Update docs/src/routes/__layout-homepage.svelte * Docs Releases - Search and Migration Guide Updates (#1342) * Update [...2]onboard.js-migration-guide.md updated links, punctuation and grammar. * addressed comments from PR and updated links * Create [...2]onboard.js-migration-guide.md * Remove duplicate cmigration guide * Add changes that were part of duplicate mig guide * Revert relative path for external * Update link from expired docs to examples folder * injected wallets doc fix * no version bump needed * Add Search to Docs (#1322) * Update layout * Update homepage * Add algolia packages * Update index name * Update search keys * yarn it * Remove algolia from layout-homepage Co-authored-by: laurencedelisle <[email protected]> Co-authored-by: mhchaudhry3 <[email protected]> * Update index name * HotFix - Add Algolia Index (#1343) * Update [...2]onboard.js-migration-guide.md updated links, punctuation and grammar. * addressed comments from PR and updated links * Create [...2]onboard.js-migration-guide.md * Remove duplicate cmigration guide * Add changes that were part of duplicate mig guide * Revert relative path for external * Update link from expired docs to examples folder * injected wallets doc fix * no version bump needed * Add Search to Docs (#1322) * Update layout * Update homepage * Add algolia packages * Update index name * Update search keys * yarn it * Remove algolia from layout-homepage * Update docs/src/routes/__layout-homepage.svelte * Update docs/src/routes/__layout-homepage.svelte * Update index name Co-authored-by: laurencedelisle <[email protected]> Co-authored-by: mhchaudhry3 <[email protected]> * Docs gas example (#1333) * site seo content edits * Docs release (#1350) * Update [...2]onboard.js-migration-guide.md updated links, punctuation and grammar. * addressed comments from PR and updated links * Create [...2]onboard.js-migration-guide.md * Remove duplicate cmigration guide * Add changes that were part of duplicate mig guide * Revert relative path for external * Update link from expired docs to examples folder * injected wallets doc fix * no version bump needed * Add Search to Docs (#1322) * Update layout * Update homepage * Add algolia packages * Update index name * Update search keys * yarn it * Remove algolia from layout-homepage * Update docs/src/routes/__layout-homepage.svelte * Update docs/src/routes/__layout-homepage.svelte * Update index name * Docs gas example (#1333) * site seo content edits Co-authored-by: laurencedelisle <[email protected]> Co-authored-by: Adam Carpenter <[email protected]> Co-authored-by: mhchaudhry3 <[email protected]> * Update api keys * API key update - keys have had origins restricted (#1356) * Update [...2]onboard.js-migration-guide.md updated links, punctuation and grammar. * addressed comments from PR and updated links * Create [...2]onboard.js-migration-guide.md * Remove duplicate cmigration guide * Add changes that were part of duplicate mig guide * Revert relative path for external * Update link from expired docs to examples folder * injected wallets doc fix * no version bump needed * Add Search to Docs (#1322) * Update layout * Update homepage * Add algolia packages * Update index name * Update search keys * yarn it * Remove algolia from layout-homepage * Update docs/src/routes/__layout-homepage.svelte * Update docs/src/routes/__layout-homepage.svelte * Update index name * Docs gas example (#1333) * site seo content edits * Update api keys Co-authored-by: laurencedelisle <[email protected]> Co-authored-by: mhchaudhry3 <[email protected]> Co-authored-by: Gustavo Esquinca <[email protected]> * Add gas unsubscribe on destroy (#1360) * Re-org side menu + TOS in the footer (#1361) * Re-org side menu + TOS in the footer * fix typo * fix paths * update path * re-style footer Co-authored-by: Gustavo Esquinca <[email protected]> * Add containerEl docs and update quickstart to remove deprecated chains and add new hot chains (#1382) * Add conatinerEl docs and update quickstart to remove deprecated chains and add new hot chains * Mark AC containerEl props as deprecated * Add uauth docs * Add enkrypt, mew-wallet, dep notice to mew package * Cleanup * Fix spelling * Rename mewWallet md file to allow for proper md reading of mew * Rename mewWallet md file to allow for proper md reading of mew * remove common.md page * Update mewwallet path (#1387) * Update mew-wallet name * Update mewwallet path (#1387) (#1388) * Update mewwallet path (#1387) * Feature - Add docs for Transaction Preview (#1395) * Add docs for TransactionPreview * Rename file with hyphen * Add linking to api key info * Add docs for Transaction Preview (#1400) * Update mewwallet path (#1387) * Update mew-wallet name * Feature - Add docs for Transaction Preview (#1395) * Add docs for TransactionPreview * Rename file with hyphen * Add linking to api key info * Add wallet connect btn to navbar of Docs (#1396) * Working with the exception of a few wallets * Checking uauth issue * Updated uauath wallet usage but still needs joi fix * Committing with a couple of issues * Connect example with icon * Add o2 service for consistency when wallet is connected * Refactor to simplify * Add gas to optimizeDeps arr * Add ga package back into deps * Update versions to latest * Everything working except torus * All packages working, sveltekit config updated, w3o packages updated * Add more build infor for create react app projects * Add falsback to webpack config * Add build env links to wallet modules and build env info to module docs * Add build info to TP docs * reorder onboard wallet mods * Docs Release - Transaction Preview docs, Expanded build env documentation, Connect wallet btn and latest W3O packages (#1417) * Update mewwallet path (#1387) * Update mew-wallet name * Feature - Add docs for Transaction Preview (#1395) * Add docs for TransactionPreview * Rename file with hyphen * Add linking to api key info * Add wallet connect btn to navbar of Docs (#1396) * Working with the exception of a few wallets * Checking uauth issue * Updated uauath wallet usage but still needs joi fix * Committing with a couple of issues * Connect example with icon * Add o2 service for consistency when wallet is connected * Refactor to simplify * Add gas to optimizeDeps arr * Add ga package back into deps * Update versions to latest * Everything working except torus * All packages working, sveltekit config updated, w3o packages updated * Add more build infor for create react app projects * Add falsback to webpack config * Add build env links to wallet modules and build env info to module docs * Add build info to TP docs * reorder onboard wallet mods * Testing deploy with upped node space * Removing deploy test on docs-develop as its a protected env * Increase JS heap to enable build (#1418) * Update mewwallet path (#1387) * Update mew-wallet name * Feature - Add docs for Transaction Preview (#1395) * Add docs for TransactionPreview * Rename file with hyphen * Add linking to api key info * Add wallet connect btn to navbar of Docs (#1396) * Working with the exception of a few wallets * Checking uauth issue * Updated uauath wallet usage but still needs joi fix * Committing with a couple of issues * Connect example with icon * Add o2 service for consistency when wallet is connected * Refactor to simplify * Add gas to optimizeDeps arr * Add ga package back into deps * Update versions to latest * Everything working except torus * All packages working, sveltekit config updated, w3o packages updated * Add more build infor for create react app projects * Add falsback to webpack config * Add build env links to wallet modules and build env info to module docs * Add build info to TP docs * reorder onboard wallet mods * Testing deploy with upped node space * Removing deploy test on docs-develop as its a protected env * Bumnp js heap to 8gb * Docs - Bump heap size to 8gb (#1419) * Bumnp js heap to 8gb * Update build for Torus which is working locally * Update to svelte.config * Add node options to yarn build * Remove development flag from node polyfils within plugins * add include array to nodePolyfills * Add torus to include array from optimizeDeps * Update externals * More refinement * Revert external array update * update docs deps (#1430) * update docs deps * remove alpha * Update new Ledger init options * Add Zeal wallet * Add Zeal docs * Add Phantom docs * Add link to appMetaData docs within Getting Started -> Installation - per gh issue Co-authored-by: Taylor Dawson <[email protected]> Co-authored-by: Gustavo Esquinca <[email protected]> Co-authored-by: Murat Akdeniz <[email protected]> Co-authored-by: Chris Meisl <[email protected]> Co-authored-by: laurencedelisle <[email protected]> Co-authored-by: mhchaudhry3 <[email protected]>
1 parent 74ee90e commit 528a5d7

File tree

154 files changed

+37972
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

154 files changed

+37972
-3
lines changed

.github/workflows/docs.yml

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
# Simple workflow for deploying static content to GitHub Pages
2+
name: Deploy documentation to Pages
3+
4+
on:
5+
# Runs on pushes targeting the default branch
6+
push:
7+
branches: ["docs-main"]
8+
9+
# Allows you to run this workflow manually from the Actions tab
10+
workflow_dispatch:
11+
12+
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
13+
permissions:
14+
contents: read
15+
pages: write
16+
id-token: write
17+
18+
# Allow one concurrent deployment
19+
concurrency:
20+
group: "pages"
21+
cancel-in-progress: true
22+
23+
jobs:
24+
# Single deploy job since we're just deploying
25+
deploy:
26+
environment:
27+
name: github-pages
28+
url: ${{ steps.deployment.outputs.page_url }}
29+
runs-on: ubuntu-latest
30+
defaults:
31+
run:
32+
working-directory: ./docs
33+
steps:
34+
- name: Checkout
35+
uses: actions/checkout@v3
36+
37+
- name: Setup Pages
38+
uses: actions/configure-pages@v2
39+
40+
- name: Setup Nodejs and yarn
41+
uses: actions/setup-node@v2
42+
with:
43+
node-version: "16"
44+
cache: yarn
45+
46+
- name: Install dependencies
47+
run: yarn install --immutable
48+
49+
- name: Build Documentation
50+
env:
51+
NODE_OPTIONS: "--max_old_space_size=8192"
52+
run: yarn build
53+
54+
- name: Peak at folder contents
55+
run: ls -al
56+
57+
- name: Upload artifact
58+
uses: actions/upload-pages-artifact@v1
59+
with:
60+
# Upload entire repository
61+
path: './docs/build'
62+
63+
- name: Deploy to GitHub Pages
64+
id: deployment
65+
uses: actions/deploy-pages@v1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ If you're coming from v1, we've created a [migration guide for you](https://onbo
7575

7676
## Documentation
7777

78-
For full documentation, check out the README.md for each package:
78+
For full documentation, check out the README.md for each package or the [docs page here](https://onboard.blocknative.com/docs/overview/introduction#features):
7979

8080
**Core Repo**
8181

docs/.eslintignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
.DS_Store
2+
node_modules
3+
/build
4+
/.svelte-kit
5+
/package
6+
.env
7+
.env.*
8+
!.env.example
9+
10+
# Ignore files for PNPM, NPM and YARN
11+
pnpm-lock.yaml
12+
package-lock.json
13+
yarn.lock

docs/.eslintrc.cjs

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
module.exports = {
2+
root: true,
3+
parser: '@typescript-eslint/parser',
4+
extends: ['eslint:recommended', 'plugin:@typescript-eslint/recommended', 'prettier'],
5+
plugins: ['svelte3', '@typescript-eslint'],
6+
ignorePatterns: ['*.cjs'],
7+
overrides: [{ files: ['*.svelte'], processor: 'svelte3/svelte3' }],
8+
settings: {
9+
'svelte3/typescript': () => require('typescript')
10+
},
11+
parserOptions: {
12+
sourceType: 'module',
13+
ecmaVersion: 2020
14+
},
15+
env: {
16+
browser: true,
17+
es2017: true,
18+
node: true
19+
}
20+
}

docs/.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
.DS_Store
2+
node_modules
3+
/build
4+
/.svelte-kit
5+
/package
6+
.env
7+
.env.*
8+
!.env.example
9+
.vercel

docs/.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
engine-strict=true

docs/.prettierignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
.DS_Store
2+
node_modules
3+
/build
4+
/.svelte-kit
5+
/package
6+
.env
7+
.env.*
8+
!.env.example
9+
10+
# Ignore files for PNPM, NPM and YARN
11+
pnpm-lock.yaml
12+
package-lock.json
13+
yarn.lock

docs/.prettierrc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"useTabs": false,
3+
"tabWidth": 2,
4+
"singleQuote": true,
5+
"trailingComma": "none",
6+
"printWidth": 100,
7+
"semi": false
8+
}

docs/README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Docs
2+
3+
## Prereqs
4+
5+
Install [yarn](https://classic.yarnpkg.com/en/docs/install)
6+
7+
## Running docs server locally
8+
9+
Run the following command within the `docs/` folder
10+
11+
```sh
12+
yarn && yarn dev
13+
```
14+
15+
The server should start on [localhost:3000](http://localhost:3000/).
16+
17+
## Contributing
18+
19+
Confirm changes look as expected on local instance.
20+
21+
Run `yarn build` and confirm no errors present from the proposed changes.
22+
23+
Confirm vercel build within PR builds without error and check instance deployment for accuracy.
24+
25+
PR should target branch [docs-develop](https://github.com/blocknative/web3-onboard/tree/docs-develop).

docs/package.json

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
{
2+
"name": "docs",
3+
"version": "0.0.1",
4+
"scripts": {
5+
"dev": "svelte-kit dev",
6+
"build": "NODE_OPTIONS=--max_old_space_size=8192 svelte-kit build",
7+
"package": "svelte-kit package",
8+
"preview": "svelte-kit preview",
9+
"prepare": "svelte-kit sync",
10+
"test": "playwright test",
11+
"check": "svelte-check --tsconfig ./tsconfig.json",
12+
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
13+
"lint": "prettier --check --plugin-search-dir=. . && eslint .",
14+
"format": "prettier --write --plugin-search-dir=. ."
15+
},
16+
"devDependencies": {
17+
"@algolia/client-search": "^4.14.2",
18+
"@docsearch/css": "^3.2.1",
19+
"@docsearch/js": "^3.2.1",
20+
"@iconify-json/ri": "^1.1.3",
21+
"@playwright/test": "^1.22.2",
22+
"@sveltejs/adapter-static": "^1.0.0-next.39",
23+
"@sveltejs/adapter-vercel": "next",
24+
"@sveltejs/kit": "1.0.0-next.357",
25+
"@svelteness/kit-docs": "^0.22.12",
26+
"@tailwindcss/typography": "^0.5.2",
27+
"@types/react": "^18.0.21",
28+
"@types/react-dom": "^18.0.6",
29+
"@typescript-eslint/eslint-plugin": "^5.27.0",
30+
"@typescript-eslint/parser": "^5.27.0",
31+
"@vitebook/client": "^0.100.5",
32+
"@vitebook/core": "^0.100.5",
33+
"@vitebook/markdown-shiki": "^0.100.5",
34+
"@vitebook/markdown-svelte": "^0.100.5",
35+
"autoprefixer": "^10.4.7",
36+
"clsx": "^1.1.1",
37+
"daisyui": "^2.17.0",
38+
"eslint": "^8.16.0",
39+
"eslint-config-prettier": "^8.3.0",
40+
"eslint-plugin-svelte3": "^4.0.0",
41+
"postcss": "^8.4.14",
42+
"prettier": "^2.6.2",
43+
"prettier-plugin-svelte": "^2.7.0",
44+
"react": "^18.2.0",
45+
"react-dom": "^18.2.0",
46+
"rollup-plugin-polyfill-node": "^0.11.0",
47+
"shiki": "^0.10.1",
48+
"svelte": "^3.44.0",
49+
"svelte-check": "^2.7.1",
50+
"svelte-preprocess": "^4.10.7",
51+
"tslib": "^2.3.1",
52+
"typescript": "^4.7.2",
53+
"unplugin-icons": "^0.13.4"
54+
},
55+
"type": "module",
56+
"dependencies": {
57+
"@web3-onboard/coinbase": "^2.1.4",
58+
"@web3-onboard/core": "^2.12.0",
59+
"@web3-onboard/dcent": "^2.2.2",
60+
"@web3-onboard/enkrypt": "^2.0.0",
61+
"@web3-onboard/fortmatic": "^2.0.14",
62+
"@web3-onboard/gas": "^2.1.4",
63+
"@web3-onboard/gnosis": "^2.1.5",
64+
"@web3-onboard/injected-wallets": "^2.4.0",
65+
"@web3-onboard/keepkey": "^2.3.2",
66+
"@web3-onboard/keystone": "^2.3.2",
67+
"@web3-onboard/ledger": "^2.3.2",
68+
"@web3-onboard/magic": "^2.1.3",
69+
"@web3-onboard/mew-wallet": "^2.0.0",
70+
"@web3-onboard/portis": "^2.1.3",
71+
"@web3-onboard/sequence": "^2.0.4",
72+
"@web3-onboard/tallyho": "^2.0.1",
73+
"@web3-onboard/torus": "^2.2.0",
74+
"@web3-onboard/trezor": "^2.3.2",
75+
"@web3-onboard/uauth": "^2.0.1",
76+
"@web3-onboard/walletconnect": "^2.2.1",
77+
"@web3-onboard/web3auth": "^2.1.4",
78+
"animejs": "^3.2.1",
79+
"ethers": "^5.7.0"
80+
}
81+
}

0 commit comments

Comments
 (0)