pisco-1 (testnet Luna )

window.keplr.experimentalSuggestChain({
    chainId: "pisco-1",
    chainName: "testnet Luna",
    rpc: "https://terra-testnet-rpc.polkachu.com",
    rest: "https://terra-testnet-api.polkachu.com",
    bip44: {
        coinType: 118,
    },
    bech32Config: {
        bech32PrefixAccAddr: "terra",
        bech32PrefixAccPub: "terra" + "pub",
        bech32PrefixValAddr: "terra" + "valoper",
        bech32PrefixValPub: "terra" + "valoperpub",
        bech32PrefixConsAddr: "terra" + "valcons",
        bech32PrefixConsPub: "terra" + "valconspub",
    },
    currencies: [ 
        { 
            coinDenom: "LUNA", 
            coinMinimalDenom: "uluna", 
            coinDecimals: 6, 
            coinGeckoId: "uluna", 
        }, 
    ],
    feeCurrencies: [
        { 
            coinDenom: "LUNA", 
            coinMinimalDenom: "uluna", 
            coinDecimals: 6, 
            coinGeckoId: "uluna", 
        },
    ],
    stakeCurrency: { 
            coinDenom: "LUNA", 
            coinMinimalDenom: "uluna", 
            coinDecimals: 6, 
            coinGeckoId: "uluna", 
    },
    coinType: 118,
    gasPriceStep: {
        low: 0.0,
        average: 0.025,
        high: 0.03,
    },
});

Last updated