@thorwallet/xchain-client
Advanced tools
Comparing version 0.1.1-alpha.972 to 0.1.1-alpha.973
@@ -78,4 +78,4 @@ import { Asset, BaseAmount } from '@thorwallet/xchain-util'; | ||
getNetwork(): Network; | ||
getExplorerUrl(network: string): string; | ||
getExplorerAddressUrl(address: Address): string; | ||
getExplorerUrl(network: Network): string; | ||
getExplorerAddressUrl(network: Network, address: Address): string; | ||
getExplorerTxUrl(txID: string): string; | ||
@@ -82,0 +82,0 @@ validateAddress(address: string): boolean; |
{ | ||
"name": "@thorwallet/xchain-client", | ||
"version": "0.1.1-alpha.972+d4ddf03", | ||
"version": "0.1.1-alpha.973+325ddd5", | ||
"license": "MIT", | ||
@@ -21,3 +21,3 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@thorwallet/xchain-util": "0.1.1-alpha.972+d4ddf03" | ||
"@thorwallet/xchain-util": "0.1.1-alpha.973+325ddd5" | ||
}, | ||
@@ -30,3 +30,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "d4ddf03d13cef8efc4681f9f6564722ac6d357d4" | ||
"gitHead": "325ddd5475336c16a95fec9319c0b9ee661cf0d9" | ||
} |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
15597