Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
yuli-ferna committed Sep 23, 2024
1 parent 867a143 commit e783373
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 @@ -882,7 +882,7 @@ export const ENV: Env = {
},
icon: "https://assets.coingecko.com/coins/images/25244/standard/Optimism.png?1696524385",
coinGeckoId: "optimism",
decimals: 18
decimals: 18,
},
Arb: {
key: "Arb",
Expand All @@ -894,8 +894,8 @@ export const ENV: Env = {
},
icon: "https://assets.coingecko.com/coins/images/16547/standard/arb.jpg?1721358242",
coinGeckoId: "arbitrum",
decimals: 18
}
decimals: 18,
},
},
}
),
Expand Down

0 comments on commit e783373

Please sign in to comment.