@near-wallet-selector/core
Advanced tools
Comparing version 8.9.3 to 8.9.4
{ | ||
"name": "@near-wallet-selector/core", | ||
"version": "8.9.3", | ||
"version": "8.9.4", | ||
"description": "This is the core package for NEAR Wallet Selector.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -29,3 +29,3 @@ # @near-wallet-selector/core | ||
import { setupWalletSelector } from "@near-wallet-selector/core"; | ||
import { setupNearWallet } from "@near-wallet-selector/near-wallet"; | ||
import { setupMyNearWallet } from "@near-wallet-selector/my-near-wallet"; | ||
@@ -35,3 +35,3 @@ // The entire set of options can be found in the section below. | ||
network: "testnet", | ||
modules: [setupNearWallet()], | ||
modules: [setupMyNearWallet()], | ||
}); | ||
@@ -38,0 +38,0 @@ ``` |
@@ -197,3 +197,3 @@ /// <reference types="node" /> | ||
/** | ||
* Applicable to browser wallets (e.g. NEAR Wallet). This the callback url once the transaction is approved. | ||
* Applicable to browser wallets (e.g. MyNearWallet). This the callback url once the transaction is approved. | ||
*/ | ||
@@ -204,3 +204,3 @@ callbackUrl?: string; | ||
/** | ||
* Applicable to browser wallets (e.g. NEAR Wallet). This the callback url once the transaction is approved. | ||
* Applicable to browser wallets (e.g. MyNearWallet). This the callback url once the transaction is approved. | ||
*/ | ||
@@ -207,0 +207,0 @@ callbackUrl?: string; |
537066