From 5a41b309618fb872ad3e3521b40cddf01f44c5eb Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Sun, 2 Aug 2020 21:27:33 +0200 Subject: [PATCH] Update demonet URLs --- packages/cli/examples/helpers.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/cli/examples/helpers.ts b/packages/cli/examples/helpers.ts index 3e39b1af..c249cf9f 100644 --- a/packages/cli/examples/helpers.ts +++ b/packages/cli/examples/helpers.ts @@ -7,14 +7,14 @@ interface Options { } const defaultOptions: Options = { - httpUrl: "https://lcd.demo-09.cosmwasm.com", + httpUrl: "https://lcd.demo-10.cosmwasm.com", networkId: "testing", feeToken: "ucosm", gasPrice: 0.025, bech32prefix: "cosmos", }; -const defaultFaucetUrl = "https://faucet.demo-09.cosmwasm.com/credit"; +const defaultFaucetUrl = "https://faucet.demo-10.cosmwasm.com/credit"; const buildFeeTable = (feeToken: string, gasPrice: number): FeeTable => { const stdFee = (gas: number, denom: string, price: number) => {