@xchainjs/xchain-arbitrum
Advanced tools
Comparing version 1.0.10 to 1.0.11
import { EVMClientParams } from '@xchainjs/xchain-evm'; | ||
import { Asset, TokenAsset } from '@xchainjs/xchain-util'; | ||
export declare const ARB_DECIMAL = 18; | ||
export declare const LOWER_FEE_BOUND = 100000000; | ||
export declare const LOWER_FEE_BOUND = 10000000; | ||
export declare const UPPER_FEE_BOUND = 1000000000; | ||
@@ -6,0 +6,0 @@ export declare const ARB_GAS_ASSET_DECIMAL = 18; |
@@ -10,3 +10,3 @@ import { Network, ExplorerProvider } from '@xchainjs/xchain-client'; | ||
const ARB_DECIMAL = 18; | ||
const LOWER_FEE_BOUND = 100000000; | ||
const LOWER_FEE_BOUND = 10000000; | ||
const UPPER_FEE_BOUND = 1000000000; | ||
@@ -13,0 +13,0 @@ const ARB_GAS_ASSET_DECIMAL = 18; |
@@ -12,3 +12,3 @@ 'use strict'; | ||
const ARB_DECIMAL = 18; | ||
const LOWER_FEE_BOUND = 100000000; | ||
const LOWER_FEE_BOUND = 10000000; | ||
const UPPER_FEE_BOUND = 1000000000; | ||
@@ -15,0 +15,0 @@ const ARB_GAS_ASSET_DECIMAL = 18; |
{ | ||
"name": "@xchainjs/xchain-arbitrum", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "Arbitrum 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
34429