@railgun-community/deployments
Advanced tools
Comparing version 0.2.2 to 0.2.3
import type { ABIs, ChainConfig } from './types'; | ||
declare const abis: ABIs; | ||
declare const chainConfigs: Record<string, ChainConfig>; | ||
declare const chainConfigs: Record<string, ChainConfig | undefined>; | ||
export { chainConfigs, abis }; |
{ | ||
"name": "@railgun-community/deployments", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "Railgun deployment addresses and artifacts", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
115738