Point example code to demo-071.cosmwasm.com

This commit is contained in:
Simon Warta
2020-04-17 15:22:44 +02:00
parent d5c71de11a
commit 5ac7ac72bb
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -7,14 +7,14 @@ interface Options {
};
const defaultOptions: Options = {
httpUrl: "https://lcd.demo-07.cosmwasm.com",
httpUrl: "https://lcd.demo-071.cosmwasm.com",
networkId: "testing",
feeToken: "ucosm",
gasPrice: 0.025,
bech32prefix: "cosmos",
}
const defaultFaucetUrl = "https://faucet.demo-07.cosmwasm.com/credit";
const defaultFaucetUrl = "https://faucet.demo-071.cosmwasm.com/credit";
const buildFeeTable = (feeToken: string, gasPrice: number): FeeTable => {
const stdFee = (gas: number, denom: string, price: number) => {