Skip to content

Commit

Permalink
fix: base releated assets (#7072)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xApotheosis authored Jun 6, 2024
1 parent 05b6c22 commit bcca129
Show file tree
Hide file tree
Showing 4 changed files with 10,891 additions and 10,715 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import {
arbitrumChainId,
ASSET_NAMESPACE,
avalancheChainId,
baseChainId,
bscChainId,
ethChainId,
gnosisChainId,
Expand All @@ -22,6 +23,7 @@ export const ZERION_CHAINS = [
'polygon',
'arbitrum',
'xdai',
'base',
// not yet
// 'aurora',
// 'fantom',
Expand All @@ -38,6 +40,7 @@ export const ZERION_CHAINS_MAP: Record<ZerionChainId, ChainId> = {
polygon: polygonChainId,
arbitrum: arbitrumChainId,
xdai: gnosisChainId,
base: baseChainId,
}

export const zerionChainIdToChainId = (chainId: ZerionChainId): ChainId | undefined =>
Expand Down
Loading

0 comments on commit bcca129

Please sign in to comment.