@xchainjs/xchain-arbitrum 0.1.6 → 0.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/const.d.ts CHANGED
@@ -5,5 +5,6 @@ export declare const LOWER_FEE_BOUND = 100000000;
5
5
  export declare const UPPER_FEE_BOUND = 1000000000;
6
6
  export declare const ARB_GAS_ASSET_DECIMAL = 18;
7
7
  export declare const ARBChain: "ARB";
8
+ export declare const AssetAETH: Asset;
8
9
  export declare const AssetARB: Asset;
9
10
  export declare const defaultArbParams: EVMClientParams;