Skip to content

Commit

Permalink
Add BaseSwap DAI
Browse files Browse the repository at this point in the history
  • Loading branch information
kexleyBeefy committed Sep 7, 2023
1 parent ae3503c commit 31f3d35
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
14 changes: 14 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,20 @@ const _tokens = {
ETH,
WETH: ETH,
WNATIVE: ETH,
BSX: {
name: 'BSX',
symbol: 'BSX',
address: '0xd5046B976188EB40f6DE40fB527F89c05b323385',
chainId: 8453,
decimals: 18,
logoURI:
'https://tokens.pancakeswap.finance/images/0xd5046B976188EB40f6DE40fB527F89c05b323385.svg',
website: 'https://baseswap.fi/',
description:
'BSX is the incentives token of BaseSwap, rewarded to liquidity providers in the BaseSwap ecosystem. xBSX is the escrow version of BSX and can be vested over time.',
documentation: 'https://base-swap-1.gitbook.io/baseswap/tokenomics/usdbsx-token',
bridge: 'native',
},
BASO: {
name: 'BASO',
symbol: 'BASO',
Expand Down
20 changes: 20 additions & 0 deletions src/data/base/baseSwapLpPools.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@
[
{
"name": "baseswap-weth-dai",
"address": "0x0FeB1490f80B6978002c3E501753562f2F2853B2",
"rewardPool": "0x612E2527b37CC5c46df1cfd172456E4DD507Cf09",
"decimals": "1e18",
"beefyFee": 0.095,
"chainId": 8453,
"lp0": {
"address": "0x4200000000000000000000000000000000000006",
"oracle": "tokens",
"oracleId": "WETH",
"decimals": "1e18"
},
"lp1": {
"address": "0x50c5725949A6F0c72E6C4a641F24049A917DB0Cb",
"oracle": "tokens",
"oracleId": "DAI",
"decimals": "1e18"
}
},
{
"name": "baseswap-mai-usdbc",
"address": "0x9e574f9aD6ca1833f60d5bB21655dd45278A6e3A",
Expand Down

0 comments on commit 31f3d35

Please sign in to comment.