@web3-onboard/fortmatic
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -12,3 +12,3 @@ function fortmatic(options) { | ||
let instance = new Fortmatic(apiKey, { | ||
chainId: parseInt(chains[0].id, 10), | ||
chainId: parseInt(chains[0].id), | ||
rpcUrl: chains[0].rpcUrl | ||
@@ -51,3 +51,3 @@ }); | ||
instance = new Fortmatic(apiKey, { | ||
chainId: parseInt(chain.id, 10), | ||
chainId: parseInt(chain.id), | ||
rpcUrl: chain.rpcUrl | ||
@@ -54,0 +54,0 @@ }); |
{ | ||
"name": "@web3-onboard/fortmatic", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Fortmatic module for web3-onboard", | ||
@@ -16,3 +16,3 @@ "module": "dist/index.js", | ||
"dev": "tsc -w", | ||
"test": "ava" | ||
"type-check": "tsc --noEmit" | ||
}, | ||
@@ -19,0 +19,0 @@ "license": "MIT", |
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
6038