Skip to content

Commit

Permalink
chore(app): fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Swepool committed Jan 28, 2025
1 parent 726f0e1 commit 8074da9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/src/lib/wallet/cosmos/chain-info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,8 @@ export const elgafarLeapChainInfo: LeapExtendedInfo = {
primaryColor: "#E2447B",
gradient: "linear-gradient(180deg, rgba(226, 68, 123, 0.32) 0%, rgba(226, 68, 123, 0) 100%)"
},
image: "https://raw.githubusercontent.com/cosmostation/chainlist/main/chain/stargaze/asset/stargaze.png"
image:
"https://raw.githubusercontent.com/cosmostation/chainlist/main/chain/stargaze/asset/stargaze.png"
}

export const strideLeapChainInfo: LeapExtendedInfo = {
Expand Down Expand Up @@ -341,7 +342,7 @@ const keplrChainInfoMap: Record<string, KeplrChainInfo> = {
const leapChainInfoMap: Record<string, LeapChainInfo> = {
"union-testnet-9": unionLeapChainInfo,
"stride-internal-1": strideLeapChainInfo,
"elgafar-1": elgafarLeapChainInfo,
"elgafar-1": elgafarLeapChainInfo
// TODO: add stargaze leap definition
}

Expand Down

0 comments on commit 8074da9

Please sign in to comment.