Move from web3modal to walletconnect v2 (#64)

Co-authored-by: Gregorio Granado Magalhaes <greg.magalhaes@gmail.com>
This commit is contained in:
Simon Bihel
2023-06-22 17:21:15 +01:00
committed by GitHub
parent 3278ff752a
commit 1c29815376
8 changed files with 4650 additions and 18750 deletions

View File

@@ -3,6 +3,7 @@
"include": ["src/**/*", "src/node_modules/**/*"],
"exclude": ["node_modules/*", "__sapper__/*", "static/*"],
"compilerOptions": {
"types": ["node", "svelte"]
"types": ["node", "svelte"],
"ignoreDeprecations": "5.0"
}
}