Skip to content

Commit

Permalink
Add thorchain
Browse files Browse the repository at this point in the history
  • Loading branch information
Thunnini committed Dec 23, 2024
1 parent d50cd37 commit 18654d2
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions apps/extension/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2871,6 +2871,51 @@ export const EmbedChainInfos: (ChainInfo | ModularChainInfo)[] = [
},
features: ["cosmwasm"],
},
{
chainId: "thorchain-1",
chainName: "THORChain",
chainSymbolImageUrl:
"https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/thorchain/chain.png",
rpc: "https://rpc-thorchain.keplr.app",
rest: "https://lcd-thorchain.keplr.app",
bip44: {
coinType: 931,
},
bech32Config: {
bech32PrefixAccAddr: "thor",
bech32PrefixAccPub: "thorpub",
bech32PrefixValAddr: "thorvaloper",
bech32PrefixValPub: "thorvaloperpub",
bech32PrefixConsAddr: "thorvalcons",
bech32PrefixConsPub: "thorvalconspub",
},
currencies: [
{
coinDenom: "RUNE",
coinMinimalDenom: "rune",
coinDecimals: 8,
coinGeckoId: "thorchain",
coinImageUrl:
"https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/thorchain/rune.png",
},
],
feeCurrencies: [
{
coinDenom: "RUNE",
coinMinimalDenom: "rune",
coinDecimals: 8,
coinGeckoId: "thorchain",
coinImageUrl:
"https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/thorchain/rune.png",
gasPriceStep: {
low: 0.02,
average: 0.02,
high: 0.03,
},
},
],
features: [],
},
];

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

0 comments on commit 18654d2

Please sign in to comment.