Skip to content

Commit

Permalink
Merge pull request #123 from skyhitz/master
Browse files Browse the repository at this point in the history
update walletconnect
  • Loading branch information
alejomendoza authored Jul 25, 2023
2 parents 8aecdc2 + e9ac1a9 commit 1ac76c2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/app/provider/WalletConnect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ export function ClientContextProvider({
if (!publicKey) {
throw new Error("Invalid public key");
}
const xdr = await buildTransactionForAuth(publicKey);
const xdr = await buildTransactionForAuth(publicKey.toUpperCase());
const result = await client.request({
topic: sessionToAuth.topic,
chainId: Config.CHAIN_ID,
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10463,9 +10463,9 @@ node-forge@^1.2.1, node-forge@^1.3.1:
integrity sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==

node-gyp-build@^4.3.0:
version "4.5.0"
resolved "https://registry.yarnpkg.com/node-gyp-build/-/node-gyp-build-4.5.0.tgz#7a64eefa0b21112f89f58379da128ac177f20e40"
integrity sha512-2iGbaQBV+ITgCz76ZEjmhUKAKVf7xfY1sRl4UiKQspfZMH2h06SyhNsnSVy50cwkFQDGLyif6m/6uFXHkOZ6rg==
version "4.6.0"
resolved "https://registry.yarnpkg.com/node-gyp-build/-/node-gyp-build-4.6.0.tgz#0c52e4cbf54bbd28b709820ef7b6a3c2d6209055"
integrity sha512-NTZVKn9IylLwUzaKjkas1e4u2DLNcV4rdYagA4PWdPwW87Bi7z+BznyKSRwS/761tV/lzCGXplWsiaMjLqP2zQ==

node-html-parser@^1.2.12:
version "1.4.9"
Expand Down Expand Up @@ -13257,9 +13257,9 @@ [email protected]:
integrity sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==

stellar-base@^8.0.1:
version "8.2.0"
resolved "https://registry.yarnpkg.com/stellar-base/-/stellar-base-8.2.0.tgz#59b816867dd4a649e50c0d6d6409152818973922"
integrity sha512-hISUIR4In07/kopp2jJRDmoDErWc27N90GAfa9Ibn3yBrwr9YBqpDRst+4wr3Y6Fb4NFaJS5CjqSmLTL8jSvPQ==
version "8.2.2"
resolved "https://registry.yarnpkg.com/stellar-base/-/stellar-base-8.2.2.tgz#acae1eec0afd95e9e7a292086a310a32b957a65c"
integrity sha512-YVCIuJXU1bPn+vU0ded+g0D99DcpYXH9CEXfpYEDc4Gf04h65YjOVhGojQBm1hqVHq3rKT7m1tgfNACkU84FTA==
dependencies:
base32.js "^0.1.0"
bignumber.js "^4.0.0"
Expand Down

1 comment on commit 1ac76c2

@vercel
Copy link

@vercel vercel bot commented on 1ac76c2 Jul 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

skyhitz-expo-next – ./

skyhitz-expo-next-skyhitzio.vercel.app
skyhitz.io
skyhitz-expo-next-git-prod-skyhitzio.vercel.app

Please sign in to comment.