Skip to content

Commit

Permalink
v16.3.1: fix wallet names
Browse files Browse the repository at this point in the history
  • Loading branch information
10xSebastian committed Oct 9, 2023
1 parent 50aa344 commit f324885
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 9 deletions.
3 changes: 2 additions & 1 deletion dist/esm/index.evm.js
Original file line number Diff line number Diff line change
Expand Up @@ -2055,7 +2055,8 @@ const supported = [
wallets.PhantomEVM,
wallets.Brave,
wallets.Opera,
wallets.Coin98,
wallets.Coin98EVM,
wallets.Coin98SVM,
wallets.CryptoCom,
wallets.HyperPay,
wallets.TokenPocket,
Expand Down
3 changes: 2 additions & 1 deletion dist/esm/index.js

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

1 change: 1 addition & 0 deletions dist/esm/index.solana.js

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

3 changes: 2 additions & 1 deletion dist/umd/index.evm.js
Original file line number Diff line number Diff line change
Expand Up @@ -2058,7 +2058,8 @@
wallets.PhantomEVM,
wallets.Brave,
wallets.Opera,
wallets.Coin98,
wallets.Coin98EVM,
wallets.Coin98SVM,
wallets.CryptoCom,
wallets.HyperPay,
wallets.TokenPocket,
Expand Down
3 changes: 2 additions & 1 deletion dist/umd/index.js

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

1 change: 1 addition & 0 deletions dist/umd/index.solana.js

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

2 changes: 1 addition & 1 deletion package.evm.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@depay/web3-wallets-evm",
"moduleName": "Web3Wallets",
"version": "16.3.0",
"version": "16.3.1",
"description": "One-Stop-Shop JavaScript library to integrate various web3 crypto wallets and multiple blockchains at once with a single interface.",
"main": "dist/umd/index.evm.js",
"module": "dist/esm/index.evm.js",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@depay/web3-wallets",
"moduleName": "Web3Wallets",
"version": "16.3.0",
"version": "16.3.1",
"description": "One-Stop-Shop JavaScript library to integrate various web3 crypto wallets and multiple blockchains at once with a single interface.",
"main": "dist/umd/index.js",
"module": "dist/esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion package.solana.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@depay/web3-wallets-solana",
"moduleName": "Web3Wallets",
"version": "16.3.0",
"version": "16.3.1",
"description": "One-Stop-Shop JavaScript library to integrate various web3 crypto wallets and multiple blockchains at once with a single interface.",
"main": "dist/umd/index.solana.js",
"module": "dist/esm/index.solana.js",
Expand Down
7 changes: 5 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ const supported = [
wallets.PhantomEVM,
wallets.Brave,
wallets.Opera,
wallets.Coin98,
wallets.Coin98EVM,
wallets.Coin98SVM,
wallets.CryptoCom,
wallets.HyperPay,
wallets.TokenPocket,
Expand All @@ -35,6 +36,7 @@ const supported = [
wallets.CoinbaseSVM,
wallets.TrustSVM,
wallets.ExodusSVM,
wallets.Coin98SVM,
// standards (not concrete wallets)
wallets.WalletConnectV1,
Expand All @@ -60,7 +62,8 @@ const supported = [
wallets.Rabby,
wallets.Brave,
wallets.Opera,
wallets.Coin98,
wallets.Coin98EVM,
wallets.Coin98SVM,
wallets.CryptoCom,
wallets.HyperPay,
wallets.TokenPocket,
Expand Down

0 comments on commit f324885

Please sign in to comment.