Skip to content

Commit

Permalink
Use algorand-walletconnect-qrcode-modal
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonpaulos committed Aug 11, 2021
1 parent c32562d commit f84595b
Show file tree
Hide file tree
Showing 3 changed files with 106 additions and 88 deletions.
190 changes: 104 additions & 86 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@json-rpc-tools/utils": "^1.7.5",
"@walletconnect/client": "^1.5.0",
"@walletconnect/qrcode-modal": "^1.5.0",
"algorand-walletconnect-qrcode-modal": "^1.5.4",
"algosdk": "github:algorand/js-algorand-sdk#0104ec5",
"blockies-ts": "^1.0.0",
"prop-types": "^15.7.2",
Expand Down
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as React from "react";
import styled from "styled-components";
import WalletConnect from "@walletconnect/client";
import QRCodeModal from "@walletconnect/qrcode-modal";
import QRCodeModal from "algorand-walletconnect-qrcode-modal";
import { IInternalEvent } from "@walletconnect/types";
import { formatJsonRpcRequest } from "@json-rpc-tools/utils";
import algosdk from "algosdk";
Expand Down

0 comments on commit f84595b

Please sign in to comment.