Skip to content

Commit

Permalink
phantom endpoint for solana
Browse files Browse the repository at this point in the history
  • Loading branch information
10xSebastian committed Aug 19, 2022
1 parent 177b00e commit 4753504
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/esm/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14950,7 +14950,7 @@ const getProvider = ()=> {

if(provider$1) { return provider$1 }

setProviderEndpoints$1(['https://api.mainnet-beta.solana.com']);
setProviderEndpoints$1(['https://solana-mainnet.phantom.tech']);

return provider$1
};
Expand Down
2 changes: 1 addition & 1 deletion dist/umd/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14952,7 +14952,7 @@

if(provider$1) { return provider$1 }

setProviderEndpoints$1(['https://api.mainnet-beta.solana.com']);
setProviderEndpoints$1(['https://solana-mainnet.phantom.tech']);

return provider$1
};
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-client",
"moduleName": "Web3Client",
"version": "9.3.0",
"version": "9.3.1",
"description": "A web3 client to fetch blockchain data just like you are used to with HTTP clients.",
"main": "dist/umd/index.js",
"module": "dist/esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/blockchains/solana/provider.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const getProvider = ()=> {

if(provider) { return provider }

setProviderEndpoints(['https://api.mainnet-beta.solana.com'])
setProviderEndpoints(['https://solana-mainnet.phantom.tech'])

return provider
}
Expand Down

0 comments on commit 4753504

Please sign in to comment.