@xchainjs/xchain-thorchain 0.28.2 → 0.28.3

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
@@ -2,7 +2,7 @@ import { Asset } from '@xchainjs/xchain-util/lib';
2
2
  import { ExplorerUrls } from './types';
3
3
  export declare const RUNE_DECIMAL = 8;
4
4
  export declare const DEFAULT_GAS_ADJUSTMENT = 2;
5
- export declare const DEFAULT_GAS_LIMIT_VALUE = "4000000";
5
+ export declare const DEFAULT_GAS_LIMIT_VALUE = "6000000";
6
6
  export declare const DEPOSIT_GAS_LIMIT_VALUE = "600000000";
7
7
  export declare const MAX_TX_COUNT_PER_PAGE = 100;
8
8
  export declare const MAX_TX_COUNT_PER_FUNCTION_CALL = 500;