@bloks/constants
Advanced tools
Comparing version 3.5.0 to 3.5.2
{ | ||
"name": "@bloks/constants", | ||
"version": "3.5.0", | ||
"version": "3.5.2", | ||
"description": "", | ||
@@ -12,3 +12,3 @@ "publishConfig": { | ||
"license": "UNLICENSED", | ||
"gitHead": "ce409b38615b18948daf6cf137b63efff42652b8" | ||
"gitHead": "eb4393759c5b81ffdc8ce18c287bc0e7c66ad273" | ||
} |
import { contractAccounts } from '../contractAccounts' | ||
// Maps chain names to constants | ||
const chainToNetworkConstantsMap = { | ||
// Maps chain names to constants. | ||
export const chainToNetworkConstantsMap = { | ||
['bos-test']: require('./bos-test'), | ||
@@ -6,0 +6,0 @@ ['bos']: require('./bos'), |
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
55833