Move chain id constant to test helpers
This commit is contained in:
parent
b56cb09b3b
commit
7717b11fb2
@ -1,4 +1,2 @@
|
||||
export const DENOM = 'alnt';
|
||||
export const DEFAULT_CHAIN_ID = 'laconic_9000-1';
|
||||
|
||||
export const DEFAULT_GAS_ESTIMATION_MULTIPLIER = 2;
|
||||
|
@ -3,7 +3,8 @@ import yaml from 'node-yaml';
|
||||
import semver from 'semver';
|
||||
|
||||
import { Account } from '../index';
|
||||
import { DEFAULT_CHAIN_ID } from '../constants';
|
||||
|
||||
const DEFAULT_CHAIN_ID = 'laconic_9000-1';
|
||||
|
||||
export const ensureUpdatedConfig = async (path: string) => {
|
||||
const conf = await yaml.read(path);
|
||||
|
Loading…
Reference in New Issue
Block a user