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) => { diff --git a/scripts/wasmd/env b/scripts/wasmd/env index 103bead2..00e8dde7 100644 --- a/scripts/wasmd/env +++ b/scripts/wasmd/env @@ -1,5 +1,5 @@ # Choose from https://hub.docker.com/r/cosmwasm/wasmd/tags REPOSITORY="cosmwasm/wasmd" -VERSION="v0.10.0-beta2" +VERSION="v0.10.0" CONTAINER_NAME="wasmd"