Skip to content

Commit

Permalink
feat: add wrapped wallet interaction handling
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidsowardx committed May 8, 2024
1 parent e1bb37c commit b6e2b2a
Show file tree
Hide file tree
Showing 17 changed files with 857 additions and 112 deletions.
179 changes: 115 additions & 64 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@noble/curves": "^1.4.0",
"@radixdlt/babylon-gateway-api-sdk": "^1.2.7",
"@radixdlt/connect-button": "^1.0.1",
"@radixdlt/radix-connect-schemas": "^1.3.0-cap36.4",
"@radixdlt/radix-dapp-toolkit": "2.0.0-v2.7",
"@radixdlt/radix-connect-webrtc": "^1.2.1",
"@stitches/react": "^1.2.8",
"@types/blake2b": "^2.1.0",
Expand All @@ -54,6 +54,7 @@
"react-use": "^17.4.0",
"rxjs": "^7.8.1",
"tslog": "4.8.0",
"valibot": "^0.30.0",
"zod": "^3.19.1"
},
"devDependencies": {
Expand All @@ -65,7 +66,7 @@
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@hirez_io/observer-spy": "^2.2.0",
"@owlcode/semantic-release-chrome": "1.0.0",
"@owlcode/semantic-release-chrome": "1.0.1",
"@saithodev/semantic-release-backmerge": "^3.2.1",
"@semantic-release/exec": "^6.0.3",
"@testing-library/jest-dom": "^5.16.5",
Expand All @@ -87,7 +88,7 @@
"dotenv": "^16.0.3",
"dotenv-cli": "^7.2.1",
"eslint": "^8.25.0",
"eslint-config-alloy": "^4.7.0",
"eslint-config-alloy": "^5.1.2",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unused-imports": "^2.0.0",
Expand All @@ -102,7 +103,7 @@
"semantic-release": "^21.0.7",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"typescript": "^4.8.4",
"typescript": "^5.0.2",
"vite": "^3.2.3",
"vite-compatible-readable-stream": "^3.6.1",
"vite-tsconfig-paths": "^4.0.7"
Expand All @@ -116,4 +117,4 @@
"jest": "$jest"
}
}
}
}
Loading

0 comments on commit b6e2b2a

Please sign in to comment.