Guide to Add Sei into Kelpr wallet - viennguyenbkdn/Sei GitHub Wiki

  • Open Keplr wallet, then right to icon => Inspect

  • a popoup will be displayed, then select **Console **

  • Copy below text, remember to edit to your RPC and API according your IP, then copy to Console tab and Press Enter

// Script: github.com/viennguyenbkdn/Comos_Sei_L1/files/9156073/Example_Script_add_sei-to_KELPR.txt

window.keplr.experimentalSuggestChain({
chainId: "atlantic-1",
chainName: "sei testnet",
rpc: "http://185.249.225.35:26657",
rest: "http://185.249.225.35:1317",
bip44: {
    coinType: 118,
},
bech32Config: {
    bech32PrefixAccAddr: "sei",
    bech32PrefixAccPub: "sei" + "pub",
    bech32PrefixValAddr: "sei" + "valoper",
    bech32PrefixValPub: "sei" + "valoperpub",
    bech32PrefixConsAddr: "sei" + "valcons",
    bech32PrefixConsPub: "sei" + "valconspub",
},
currencies: [ 
    { 
        coinDenom: "SEI", 
        coinMinimalDenom: "usei", 
        coinDecimals: 6, 
        coinGeckoId: "usei", 
    }, 
],
feeCurrencies: [
    { 
        coinDenom: "SEI", 
        coinMinimalDenom: "usei", 
        coinDecimals: 6, 
        coinGeckoId: "usei", 
    },
],
stakeCurrency: { 
        coinDenom: "SEI", 
        coinMinimalDenom: "usei", 
        coinDecimals: 6, 
        coinGeckoId: "usei", 
},
coinType: 118,
gasPriceStep: {
    low: 0.0,
    average: 0.025,
    high: 0.03,
},
});
  • Then a popup will be display, you need to approve to add Sei-chain into your Kelpr wallet.

  • Now you can use Sei chain testnet Atlantic-1 on Keplr.

For adding more customized chain into Kelpr wallet, kindly refer the below link

craving-for-knowledge.gitbook.io/craving_for_knowledge/rukovodstvo-keplr

⚠️ **GitHub.com Fallback** ⚠️