Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Thunnini committed Aug 25, 2023
1 parent 540fb6e commit 5d4e3c6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/mobile/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2404,12 +2404,14 @@ export const EmbedChainInfos: AppChainInfo[] = [
chainId: "mocha-3",
chainName: "Celestia Testnet",
chainSymbolImageUrl:
"https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/mocha/chain.png",
"https://asset-icons.s3.us-west-2.amazonaws.com/white/celestia.png",
stakeCurrency: {
coinDenom: "TIA",
coinMinimalDenom: "utia",
coinDecimals: 6,
coinGeckoId: "celestia",
coinImageUrl:
"https://asset-icons.s3.us-west-2.amazonaws.com/white/celestia.png",
},
bip44: {
coinType: 118,
Expand All @@ -2428,6 +2430,8 @@ export const EmbedChainInfos: AppChainInfo[] = [
coinMinimalDenom: "utia",
coinDecimals: 6,
coinGeckoId: "celestia",
coinImageUrl:
"https://asset-icons.s3.us-west-2.amazonaws.com/white/celestia.png",
},
],
feeCurrencies: [
Expand All @@ -2436,6 +2440,8 @@ export const EmbedChainInfos: AppChainInfo[] = [
coinMinimalDenom: "utia",
coinDecimals: 6,
coinGeckoId: "celestia",
coinImageUrl:
"https://asset-icons.s3.us-west-2.amazonaws.com/white/celestia.png",
gasPriceStep: {
low: 0.1,
average: 0.25,
Expand Down

0 comments on commit 5d4e3c6

Please sign in to comment.