@xchainjs/xchain-bsc
Advanced tools
Comparing version 0.1.0 to 0.1.1
import { EVMClientParams } from '@xchainjs/xchain-evm'; | ||
import { Asset, Chain } from '@xchainjs/xchain-util'; | ||
import { Asset } from '@xchainjs/xchain-util'; | ||
export declare const LOWER_FEE_BOUND = 2000000000; | ||
@@ -10,3 +10,3 @@ export declare const UPPER_FEE_BOUND = 1000000000000; | ||
*/ | ||
export declare const BSCChain: Chain; | ||
export declare const BSCChain: "BSC"; | ||
/** | ||
@@ -13,0 +13,0 @@ * Base "chain" asset of Binance smart chain. |
{ | ||
"name": "@xchainjs/xchain-bsc", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Binance Smart Chain EVM client for XChainJS", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
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
26287