Skip to content

Commit

Permalink
Add mantra
Browse files Browse the repository at this point in the history
  • Loading branch information
Thunnini committed Oct 16, 2024
1 parent 052febe commit 6c63e03
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions apps/extension/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2552,6 +2552,59 @@ export const EmbedChainInfos: (ChainInfo | ModularChainInfo)[] = [
"0x04718f5a0fc34cc1af16a1cdee98ffb20c31f5cd61d6ab07201858f4287c938d",
},
},
{
chainId: "mantra-1",
chainName: "MANTRA",
chainSymbolImageUrl:
"https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/mantra/chain.png",
rpc: "https://rpc-mantra.keplr.app",
rest: "https://lcd-mantra.keplr.app",
bip44: {
coinType: 118,
},
bech32Config: {
bech32PrefixAccAddr: "mantra",
bech32PrefixAccPub: "mantrapub",
bech32PrefixValAddr: "mantravaloper",
bech32PrefixValPub: "mantravaloperpub",
bech32PrefixConsAddr: "mantravalcons",
bech32PrefixConsPub: "mantravalconspub",
},
currencies: [
{
coinDenom: "OM",
coinMinimalDenom: "uom",
coinDecimals: 6,
coinGeckoId: "mantra-dao",
coinImageUrl:
"https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/mantra/om.png",
},
],
feeCurrencies: [
{
coinDenom: "OM",
coinMinimalDenom: "uom",
coinDecimals: 6,
coinGeckoId: "mantra-dao",
coinImageUrl:
"https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/mantra/om.png",
gasPriceStep: {
low: 0.01,
average: 0.025,
high: 0.03,
},
},
],
stakeCurrency: {
coinDenom: "OM",
coinMinimalDenom: "uom",
coinDecimals: 6,
coinGeckoId: "mantra-dao",
coinImageUrl:
"https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/mantra/om.png",
},
features: ["cosmwasm"],
},
];

// The origins that are able to pass any permission that external webpages can have.
Expand Down

0 comments on commit 6c63e03

Please sign in to comment.