Skip to content

Commit

Permalink
Add WIF config to Portal
Browse files Browse the repository at this point in the history
  • Loading branch information
danielisaacgeslin committed Jul 19, 2024
1 parent 887f2b8 commit e5397a4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions apps/connect/src/env/token-bridge.mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,21 @@ export const ENV: Env = {
networks: [ALGORAND, ACALA, SEI, MORE],
} as WormholeConnectConfig["moreNetworks"],
tokensConfig: {
WIF: {
key: "WIF",
symbol: "WIF",
nativeChain: "solana",
tokenId: {
chain: "solana",
address: "EKpQGSJtjMFqKZ9KQanSqYXRcF8fBopzLHYxdM65zcjm",
},
icon: "https://bafkreibk3covs5ltyqxa272uodhculbr6kea6betidfwy3ajsav2vjzyum.ipfs.nftstorage.link",
coinGeckoId: "dogwifcoin",
color: "",
decimals: {
default: 6,
},
},
ETHFIethereum: {
key: "ETHFIethereum",
symbol: "ETHFI",
Expand Down

0 comments on commit e5397a4

Please sign in to comment.