@venly/web3-provider
Advanced tools
Comparing version 3.3.6-develop.0 to 3.3.6-develop.1
@@ -98,3 +98,4 @@ "use strict"; | ||
let environment = options.environment.replace('-local', ''); | ||
return environment.startsWith('prod') ? `https://${secretType}-node.venly.io` : `https://${secretType}-node-${environment}.venly.io`; | ||
const chainId = parseInt(types_1.CHAIN_IDS[secretType][this.venlyController.options.environment]); | ||
return environment.startsWith('prod') ? `https://evm-node.venly.io/${chainId}` : `https://evm-node-${environment}.venly.io/${chainId}`; | ||
}, _VenlyProvider_createEngine = function _VenlyProvider_createEngine(options) { | ||
@@ -101,0 +102,0 @@ var _a; |
@@ -31,5 +31,5 @@ "use strict"; | ||
production: '0x89', | ||
sandbox: '0x13881', | ||
staging: '0x13881', | ||
qa: '0x13881' | ||
sandbox: '0x13882', | ||
staging: '0x13882', | ||
qa: '0x13882' | ||
}, | ||
@@ -36,0 +36,0 @@ }; |
{ | ||
"name": "@venly/web3-provider", | ||
"version": "3.3.6-develop.0", | ||
"version": "3.3.6-develop.1", | ||
"description": "Venly enabled Web3 Provider for the web", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is too big to display
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
808238
1430