Skip to content

Commit

Permalink
Merge pull request #134 from Cerebellum-Network/release/0.23.0
Browse files Browse the repository at this point in the history
Release 0.23.0
  • Loading branch information
shamilkhan authored Jun 28, 2023
2 parents 65405e9 + 05528a0 commit ad41bd1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
## vNext
...

## v0.23.0
- Disabled WalletConnect v1

## v0.22.1
- Changed Support Service from Telegram to Discord

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@Cerebellum-Network/chainbridge-ui",
"version": "0.22.0",
"version": "0.23.0",
"private": true,
"dependencies": {
"@celo-tools/celo-ethers-wrapper": "0.0.5",
Expand Down
5 changes: 0 additions & 5 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,6 @@ const App: React.FC<{}> = () => {
walletSelect: {
wallets: [
{ walletName: "metamask", preferred: true },
{
walletName: "walletConnect",
preferred: true,
rpc,
},
],
},
subscriptions: {
Expand Down

0 comments on commit ad41bd1

Please sign in to comment.