Rename ethermint to chibaclonk

This commit is contained in:
2022-04-21 09:44:24 +05:30
committed by Ashwin Phatak
parent 58227b68be
commit 48507ca46a
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ import { createTxMsgReserveAuthority, MessageMsgReserveAuthority } from './messa
const DEFAULT_WRITE_ERROR = 'Unable to write to chiba-clonk.';
export const DEFAULT_CHAIN_ID = 'ethermint_9000-1';
export const DEFAULT_CHAIN_ID = 'chibaclonk_9000-1';
// Parse Tx response from cosmos-sdk.
export const parseTxResponse = (result: any) => {
+1 -1
View File
@@ -5,7 +5,7 @@ export const getConfig = () => {
assert(process.env.ACCOUNT_ADDRESS);
return {
chainId: process.env.CHIBA_CLONK_CHAIN_ID || 'ethermint_9000-1',
chainId: process.env.CHIBA_CLONK_CHAIN_ID || 'chibaclonk_9000-1',
privateKey: process.env.PRIVATE_KEY,
accountAddress: process.env.ACCOUNT_ADDRESS,
restEndpoint: process.env.CHIBA_CLONK_REST_ENDPOINT || 'http://localhost:1317',