Skip to content

Commit

Permalink
v16.3.3: phantom only supports ethereum + polygon on EVM
Browse files Browse the repository at this point in the history
  • Loading branch information
10xSebastian committed Oct 10, 2023
1 parent a2ee3e8 commit 1d1a19b
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dist/esm/index.evm.js
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ class PhantomEVM extends WindowEthereum {
static __initStatic() {this.info = {
name: 'Phantom',
logo: logos.phantom,
blockchains: supported$1.evm,
blockchains: ['ethereum', 'polygon'],
platform: 'evm',
};}

Expand Down
2 changes: 1 addition & 1 deletion dist/esm/index.js

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

2 changes: 1 addition & 1 deletion dist/umd/index.evm.js
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@
static __initStatic() {this.info = {
name: 'Phantom',
logo: logos.phantom,
blockchains: supported$1.evm,
blockchains: ['ethereum', 'polygon'],
platform: 'evm',
};}

Expand Down
2 changes: 1 addition & 1 deletion dist/umd/index.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.2",
"version": "16.3.3",
"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.2",
"version": "16.3.3",
"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.2",
"version": "16.3.3",
"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
2 changes: 1 addition & 1 deletion src/wallets/Phantom.evm.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default class PhantomEVM extends WindowEthereum {
static info = {
name: 'Phantom',
logo: logos.phantom,
blockchains: supported.evm,
blockchains: ['ethereum', 'polygon'],
platform: 'evm',
}

Expand Down

0 comments on commit 1d1a19b

Please sign in to comment.