Skip to content

Commit

Permalink
Add SwapBase (#1211)
Browse files Browse the repository at this point in the history
* Add SwapBased

* Add BASE to ab
  • Loading branch information
kexleyBeefy authored Aug 13, 2023
1 parent 816adc0 commit 79b6a3e
Show file tree
Hide file tree
Showing 6 changed files with 594 additions and 0 deletions.
13 changes: 13 additions & 0 deletions packages/address-book/address-book/base/tokens/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,19 @@ const _tokens = {
ETH,
WETH: ETH,
WNATIVE: ETH,
BASE: {
name: 'BASE',
symbol: 'BASE',
address: '0xd07379a755A8f11B57610154861D694b2A0f615a',
chainId: 8453,
decimals: 18,
logoURI:
'https://tokens.pancakeswap.finance/images/0xd07379a755A8f11B57610154861D694b2A0f615a.svg',
website: 'https://swapbased.finance/#/',
description: 'BASE is the governance token of SwapBased, a DEX built on the Base blockchain.',
documentation: 'https://docs.swapbased.finance/',
bridge: 'native',
},
WELL: {
name: 'WELL',
symbol: 'WELL',
Expand Down
Loading

0 comments on commit 79b6a3e

Please sign in to comment.