Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add EXA to ab #1186

Merged
merged 2 commits into from
Jul 31, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/',
},
tBTC: {
name: 'tBTC v2',
symbol: 'tBTC',
Expand Down
Loading