vue-3-useeosiowallet
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -13,3 +13,3 @@ import { ScatterJS, ScatterEOS } from 'scatter-ts'; | ||
chainId: chain.chainId, | ||
host: chain.nodeUrl, | ||
host: chain.nodeUrl.split('//')[1], | ||
port: 443, | ||
@@ -16,0 +16,0 @@ protocol: 'https', |
{ | ||
"name": "vue-3-useeosiowallet", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -18,3 +18,3 @@ import { ScatterJS, ScatterEOS, Network } from 'scatter-ts'; | ||
chainId: chain.chainId, | ||
host: chain.nodeUrl, | ||
host: chain.nodeUrl.split('//')[1], | ||
port: 443, | ||
@@ -21,0 +21,0 @@ protocol: 'https', |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
44239