Skip to content

Commit

Permalink
Add Beets to AB
Browse files Browse the repository at this point in the history
  • Loading branch information
MirthFutures committed Dec 30, 2024
1 parent 48e5cfd commit 647c5dc
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions packages/address-book/src/address-book/sonic/tokens/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,18 @@ export const tokens = {
'Ludwig On Sonic (LUDWIG) is your meme gateway to exploring Balancer technology on the Sonic network. The phrase "High Speed, Perfect Beets" highlights the Sonic network’s lightning-fast performance, while "Beets" refers to the DEX where our primary pools and liquidity are hosted.',
bridge: 'native',
},
BEETS: {
name: 'BEETS',
symbol: 'BEETS',
oracleId: 'BEETS',
address: '0x2D0E0814E62D80056181F5cd932274405966e4f0',
chainId: 146,
decimals: 18,
logoURI: '',
website: 'https://beets.fi/',
bridge: 'native',
description:
'BEETS is the governance token for the Beethoven X protocol. Built on Balancer V2, Beethoven X is the first next-generation AMM protocol on Fantom.',
documentation: 'https://docs.beets.fi/beets/tokenomics',
},
} as const satisfies Record<string, Token>;

0 comments on commit 647c5dc

Please sign in to comment.