Skip to content

Commit

Permalink
Add BaseSwap MIM-USDbC (#1197)
Browse files Browse the repository at this point in the history
  • Loading branch information
kexleyBeefy authored Aug 6, 2023
1 parent 8883850 commit 7a35b5b
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,
MIM: {
name: 'Magic Internet Money',
symbol: 'MIM',
address: '0x4A3A6Dd60A34bB2Aba60D73B4C88315E9CeB6A3D',
chainId: 8453,
decimals: 18,
logoURI:
'https://tokens.pancakeswap.finance/images/0x4A3A6Dd60A34bB2Aba60D73B4C88315E9CeB6A3D.svg',
website: 'https://docs.abracadabra.money/',
description:
'You, the Spellcaster, can provide collateral in the form of various interest bearing crypto assets such as yvYFI, yvUSDT, yvUSDC, xSUSHI and more. With this, you can borrow magic internet money (MIM) which is a stable coin that you can swap for any other traditional stable coin.',
documentation: 'https://docs.abracadabra.money/',
bridge: 'layer-zero',
},
cbETH: {
name: 'Coinbase Wrapped Staked ETH',
symbol: 'cbETH',
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-mim-usdbc",
"address": "0xa2b120Cab75AEfDfAFdA6A14713349A3096EED79",
"decimals": "1e18",
"beefyFee": 0.095,
"poolId": 8,
"chainId": 8453,
"lp0": {
"address": "0x4A3A6Dd60A34bB2Aba60D73B4C88315E9CeB6A3D",
"oracle": "tokens",
"oracleId": "MIM",
"decimals": "1e18"
},
"lp1": {
"address": "0xd9aAEc86B65D86f6A7B5B1b0c42FFA531710b6CA",
"oracle": "tokens",
"oracleId": "USDbC",
"decimals": "1e6"
}
},
{
"name": "baseswap-cbeth-weth",
"address": "0x07CFA5Df24fB17486AF0CBf6C910F24253a674D3",
Expand Down

0 comments on commit 7a35b5b

Please sign in to comment.