@aptos-labs/wallet-adapter-core
Advanced tools
Comparing version 4.9.0 to 4.10.0
@@ -66,3 +66,3 @@ "use strict"; | ||
// src/version.ts | ||
var WALLET_ADAPTER_CORE_VERSION = "4.9.0"; | ||
var WALLET_ADAPTER_CORE_VERSION = "4.10.0"; | ||
@@ -82,3 +82,3 @@ // src/WalletCore.ts | ||
if (typeof window !== "undefined") { | ||
sdkWallets.push(new import_wallet_adapter_plugin.AptosConnectWallet({ network: dappConfig == null ? void 0 : dappConfig.network })); | ||
sdkWallets.push(new import_wallet_adapter_plugin.AptosConnectWallet({ network: dappConfig == null ? void 0 : dappConfig.network, dappId: dappConfig == null ? void 0 : dappConfig.aptosConnectDappId })); | ||
} | ||
@@ -85,0 +85,0 @@ if ((dappConfig == null ? void 0 : dappConfig.network) === import_ts_sdk.Network.MAINNET) { |
@@ -66,3 +66,3 @@ "use strict"; | ||
// src/version.ts | ||
var WALLET_ADAPTER_CORE_VERSION = "4.9.0"; | ||
var WALLET_ADAPTER_CORE_VERSION = "4.10.0"; | ||
@@ -82,3 +82,3 @@ // src/WalletCore.ts | ||
if (typeof window !== "undefined") { | ||
sdkWallets.push(new import_wallet_adapter_plugin.AptosConnectWallet({ network: dappConfig == null ? void 0 : dappConfig.network })); | ||
sdkWallets.push(new import_wallet_adapter_plugin.AptosConnectWallet({ network: dappConfig == null ? void 0 : dappConfig.network, dappId: dappConfig == null ? void 0 : dappConfig.aptosConnectDappId })); | ||
} | ||
@@ -85,0 +85,0 @@ if ((dappConfig == null ? void 0 : dappConfig.network) === import_ts_sdk.Network.MAINNET) { |
@@ -1,2 +0,2 @@ | ||
export declare const WALLET_ADAPTER_CORE_VERSION = "4.9.0"; | ||
export declare const WALLET_ADAPTER_CORE_VERSION = "4.10.0"; | ||
//# sourceMappingURL=version.d.ts.map |
{ | ||
"name": "@aptos-labs/wallet-adapter-core", | ||
"version": "4.9.0", | ||
"version": "4.10.0", | ||
"description": "Aptos Wallet Adapter Core", | ||
@@ -46,3 +46,3 @@ "main": "./dist/index.js", | ||
"tweetnacl": "^1.0.3", | ||
"@atomrigslab/aptos-wallet-adapter": "^0.1.12", | ||
"@atomrigslab/aptos-wallet-adapter": "^0.1.20", | ||
"@aptos-connect/wallet-adapter-plugin": "^1.0.1" | ||
@@ -49,0 +49,0 @@ }, |
@@ -12,3 +12,3 @@ import { DevTWallet, TWallet } from "@atomrigslab/aptos-wallet-adapter"; | ||
if (typeof window !== "undefined") { | ||
sdkWallets.push(new AptosConnectWallet({ network: dappConfig?.network })); | ||
sdkWallets.push(new AptosConnectWallet({ network: dappConfig?.network, dappId: dappConfig?.aptosConnectDappId })); | ||
} | ||
@@ -15,0 +15,0 @@ |
@@ -1,1 +0,1 @@ | ||
export const WALLET_ADAPTER_CORE_VERSION = "4.9.0"; | ||
export const WALLET_ADAPTER_CORE_VERSION = "4.10.0"; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
528829