Skip to content

Commit

Permalink
WIP: wallet connect sendTx
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbulma committed Nov 21, 2023
1 parent 8a60cb7 commit 51292a8
Show file tree
Hide file tree
Showing 13 changed files with 1,822 additions and 835 deletions.
36 changes: 18 additions & 18 deletions front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,32 +15,32 @@
"@peculiar/asn1-schema": "2.3.6",
"@radix-ui/react-form": "^0.0.3",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/themes": "^2.0.0",
"@rainbow-me/rainbowkit": "^1.0.0",
"@simplewebauthn/browser": "^8.3.3",
"@radix-ui/themes": "^2.0.1",
"@rainbow-me/rainbowkit": "^1.2.1",
"@simplewebauthn/browser": "^8.3.4",
"@simplewebauthn/server": "^8.3.5",
"@simplewebauthn/typescript-types": "^8.3.3",
"@walletconnect/core": "^2.10.4",
"@walletconnect/types": "^2.10.4",
"@walletconnect/utils": "^2.10.4",
"@walletconnect/web3wallet": "^1.9.3",
"@simplewebauthn/typescript-types": "^8.3.4",
"@walletconnect/core": "^2.10.5",
"@walletconnect/types": "^2.10.5",
"@walletconnect/utils": "^2.10.5",
"@walletconnect/web3wallet": "^1.9.4",
"cbor": "^9.0.1",
"next": "^13.4.0",
"next": "^13.5.6",
"next-themes": "^0.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-qr-reader-es6": "2.2.1-2",
"viem": "^1.18.0",
"wagmi": "^1.0.6"
"viem": "^1.19.4",
"wagmi": "^1.4.7"
},
"devDependencies": {
"@types/node": "^17.0.31",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.3",
"eslint": "^8.15.0",
"eslint-config-next": "^12.1.6",
"@types/node": "^17.0.45",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"eslint": "^8.54.0",
"eslint-config-next": "^12.3.4",
"lokijs": "^1.5.12",
"prettier": "^3.0.3",
"typescript": "^5.0.4"
"prettier": "^3.1.0",
"typescript": "^5.2.2"
}
}
Loading

0 comments on commit 51292a8

Please sign in to comment.