Skip to content

Commit

Permalink
Add EXA to ab
Browse files Browse the repository at this point in the history
  • Loading branch information
kexleyBeefy committed Jul 28, 2023
1 parent a20f793 commit 7d77337
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/address-book/address-book/optimism/tokens/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1003,6 +1003,18 @@ const _tokens = {
"Velodrome Finance, at its core, is a solution for protocols on Optimism to properly incentivize liquidity for their own use cases. Building on top of the groundwork laid out by Solidly, our team has addressed that first iteration's core issues to realize its full potential.",
documentation: 'https://velodrome.finance/docs',
},
EXA: {
name: 'Exactly',
symbol: 'EXA',
address: '0x1e925De1c68ef83bD98eE3E130eF14a50309C01B',
chainId: 10,
decimals: 18,
logoURI: '',
website: 'https://exact.ly/',
description:
"Exactly is a decentralized, non-custodial and open-source protocol that provides an autonomous fixed and variable interest rate market enabling users to frictionlessly exchange the time value of their assets and completing the DeFi credit market.",
documentation: 'https://docs.exact.ly/',
},
} as const;

export const tokens: ConstRecord<typeof _tokens, Token> = _tokens;

0 comments on commit 7d77337

Please sign in to comment.