@dynamic-labs/multi-wallet 0.13.32 → 0.13.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -14,7 +14,7 @@ const web3_js_1 = require("@solana/web3.js");
|
|
|
14
14
|
class SolProvider {
|
|
15
15
|
getWeb3Provider() {
|
|
16
16
|
// TODO - support changing the cluster url with API-Service Url
|
|
17
|
-
return new web3_js_1.Connection('https://
|
|
17
|
+
return new web3_js_1.Connection('https://api.mainnet-beta.solana.com/', 'confirmed');
|
|
18
18
|
}
|
|
19
19
|
getBalance() {
|
|
20
20
|
return __awaiter(this, void 0, void 0, function* () {
|