Point example code to demo-071.cosmwasm.com
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user