Skip to content

Commit

Permalink
Add comment, rename list
Browse files Browse the repository at this point in the history
  • Loading branch information
chrstph-dvx committed Dec 17, 2024
1 parent 04105b9 commit 12b7446
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/arb-token-bridge-ui/src/util/TokenListUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export const SPECIAL_ARBITRUM_TOKEN_TOKEN_LIST_ID =
'SPECIAL_ARBITRUM_TOKEN_TOKEN_LIST_ID'

export interface BridgeTokenList {
// string is required here to avoid duplicates when mapping orbit chains to tokenlists
id: string
originChainID: number
url: string
Expand Down Expand Up @@ -132,7 +133,7 @@ export const BRIDGE_TOKEN_LISTS: BridgeTokenList[] = [
id: `${chain.chainId}_native`,
originChainID: chain.chainId,
url: `https://tokenlist.arbitrum.io/ArbTokenLists/${chain.chainId}_arbed_native_list.json`,
name: `${chain.name} Arbed L2 native list`,
name: `${chain.name} Default List`,
isDefault: true,
logoURI: ArbitrumLogo
})
Expand Down

0 comments on commit 12b7446

Please sign in to comment.