Skip to content

Commit

Permalink
add missing base morpho config
Browse files Browse the repository at this point in the history
  • Loading branch information
piekczyk committed Nov 21, 2024
1 parent e51c3d8 commit 01be3ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions blockchain/tokens/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,6 @@ export const tokensBase = {
BSDETH: contractDesc(erc20, base.common.BSDETH),
WSUPEROETHB: contractDesc(erc20, base.common.WSUPEROETHB),
EURC: contractDesc(erc20, base.common.EURC),
MORPHO: contractDesc(erc20, base.common.MORPHO),
MORPHO_LEGACY: contractDesc(erc20, base.common.MORPHO_LEGACY),
} as Record<string, ContractDesc>

0 comments on commit 01be3ae

Please sign in to comment.