Skip to content

Commit

Permalink
Merge pull request #8 from WalletConnect/chore/1.1.0
Browse files Browse the repository at this point in the history
chore: prep for `1.1.0` release
  • Loading branch information
ganchoradkov authored Apr 26, 2023
2 parents 05ca24f + ef901fb commit c43b30b
Show file tree
Hide file tree
Showing 11 changed files with 464 additions and 1,798 deletions.
9 changes: 5 additions & 4 deletions examples/dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,20 @@
"dependencies": {
"@ethereumjs/tx": "^3.5.0",
"@walletconnect/encoding": "^1.0.1",
"@walletconnect/types": "2.4.4-canary-df6ed87b",
"@walletconnect/ethereum-provider": "2.4.4-canary-df6ed87b",
"@walletconnect/utils": "2.4.4-canary-df6ed87b",
"@walletconnect/ethereum-provider": "2.7.1",
"@walletconnect/types": "2.7.1",
"@walletconnect/utils": "2.7.1",
"@web3modal/standalone": "^2.3.7",
"axios": "^0.21.1",
"blockies-ts": "^1.0.0",
"caip-api": "^2.0.0-beta.1",
"cosmos-wallet": "^1.1.0",
"eth-sig-util": "^2.5.3",
"ethereumjs-util": "^7.0.6",
"ethers": "^5.3.0",
"next": "12.2.4",
"prop-types": "^15.7.2",
"qr-image": "^3.2.0",
"next": "12.2.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "^4.0.3",
Expand Down
1 change: 1 addition & 0 deletions examples/dapp/src/contexts/ClientContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ export function ClientContextProvider({ children }: { children: ReactNode | Reac
"eth_sign",
"eth_signTypedData",
],
showQrModal: true,
});
setEthereumProvider(provider);
setClient(provider.signer.client);
Expand Down
4 changes: 0 additions & 4 deletions examples/dapp/src/pages/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import type { NextPage } from "next";
import React, { useState } from "react";
import { version } from "@walletconnect/universal-provider/package.json";
import * as encoding from "@walletconnect/encoding";
import { BigNumber, ethers, utils } from "ethers";
import { TypedDataField } from "@ethersproject/abstract-signer";
Expand Down Expand Up @@ -287,9 +286,6 @@ const Home: NextPage = () => {
return !accounts.length && !Object.keys(balances).length ? (
<SLanding center>
<Banner />
<h6>
<span>{`Using v${version || "2.0.0-beta"}`}</span>
</h6>
<SButtonContainer>
<h6>Select an Ethereum chain:</h6>
<SToggleContainer>
Expand Down
721 changes: 192 additions & 529 deletions examples/dapp/yarn.lock

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions examples/wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"dependencies": {
"@json-rpc-tools/utils": "1.7.6",
"@nextui-org/react": "1.0.0-beta.12",
"@walletconnect/core": "2.4.6",
"@walletconnect/se-sdk": "file:./../../",
"@walletconnect/utils": "2.4.6",
"@walletconnect/core": "2.7.1",
"@walletconnect/se-sdk": "./../../",
"@walletconnect/utils": "2.7.1",
"ethers": "5.7.2",
"framer-motion": "9.0.2",
"next": "13.1.6",
Expand All @@ -28,7 +28,7 @@
"devDependencies": {
"@types/node": "18.13.0",
"@types/react": "18.0.28",
"@walletconnect/types": "2.4.6",
"@walletconnect/types": "2.7.1",
"eslint": "8.34.0",
"eslint-config-next": "13.1.6",
"eslint-config-prettier": "8.6.0",
Expand Down
Loading

2 comments on commit c43b30b

@vercel
Copy link

@vercel vercel bot commented on c43b30b Apr 26, 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:

se-sdk-dapp – ./examples/dapp/

se-sdk-dapp.vercel.app
se-sdk-dapp-git-main-walletconnect1.vercel.app
se-sdk-dapp-walletconnect1.vercel.app

@vercel
Copy link

@vercel vercel bot commented on c43b30b Apr 26, 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:

se-sdk-wallet – ./examples/wallet/

se-sdk-wallet.vercel.app
se-sdk-wallet-walletconnect1.vercel.app
se-sdk-wallet-git-main-walletconnect1.vercel.app

Please sign in to comment.