Rename cosmwasm-faucet -> cosmos-faucet

This commit is contained in:
Simon Warta
2020-08-18 11:00:04 +02:00
parent a1e0e1cf9e
commit bcf5ae9f1a
6 changed files with 20 additions and 16 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import { Coin, parseCoins } from "@cosmjs/launchpad";
import { TokenConfiguration } from "./tokenmanager";
import { parseBankTokens } from "./tokens";
export const binaryName = "cosmwasm-faucet";
export const binaryName = "cosmos-faucet";
export const memo: string | undefined = process.env.FAUCET_MEMO;
export const fee: readonly Coin[] = parseCoins(process.env.FAUCET_FEE || "2000ucosm");
export const gas: string = process.env.FAUCET_GAS || "80000";