Skip to content

Commit

Permalink
Fix xbg icon
Browse files Browse the repository at this point in the history
  • Loading branch information
yuli-ferna committed Aug 20, 2024
1 parent a72f06c commit f64d8c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/connect/src/env/token-bridge.mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ export const ENV: Env = {
chain: "ethereum",
address: "0xEaE00D6F9B16Deb1BD584c7965e4c7d762f178a1",
},
icon: "https://www.xborg.com/images/logo.svg",
icon: "https://bafybeiemq2qpk3fahebltwzbdsugrzhxuono3ugxa25imywc7mbfhwl2lm.ipfs.dweb.link/",
coinGeckoId: "",
decimals: {
default: 8,
Expand All @@ -553,7 +553,7 @@ export const ENV: Env = {
chain: "arbitrum",
address: "0x93FA0B88C0C78e45980Fa74cdd87469311b7B3E4",
},
icon: "https://www.xborg.com/images/logo.svg",
icon: "https://bafybeiemq2qpk3fahebltwzbdsugrzhxuono3ugxa25imywc7mbfhwl2lm.ipfs.dweb.link/",
coinGeckoId: "",
decimals: {
default: 8,
Expand All @@ -568,7 +568,7 @@ export const ENV: Env = {
chain: "solana",
address: "XBGdqJ9P175hCC1LangCEyXWNeCPHaKWA17tymz2PrY",
},
icon: "https://www.xborg.com/images/logo.svg",
icon: "https://bafybeiemq2qpk3fahebltwzbdsugrzhxuono3ugxa25imywc7mbfhwl2lm.ipfs.dweb.link/",
coinGeckoId: "",
decimals: {
default: 8,
Expand Down

0 comments on commit f64d8c7

Please sign in to comment.