Skip to content

Commit

Permalink
Add curve kava mim-usdt
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-monk committed Jul 20, 2023
1 parent f94158c commit c414e29
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/address-book/address-book/kava/tokens/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,18 @@ const _tokens = {
'Mare Finance is an EVM compatible lending/borrowing protocol that launched on Kava EVM. Mare Finance provides peer-to-peer lending solutions that are fully decentralized, transparent and non-custodial.',
documentation: 'https://docs.mare.finance/',
},
MIM: {
name: 'Magic Internet Money',
address: '0x471EE749bA270eb4c1165B5AD95E614947f6fCeb',
symbol: 'MIM',
decimals: 18,
chainId: 2222,
website: 'https://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.',
logoURI: '',
documentation: 'https://docs.abracadabra.money/',
},
axlETH: {
name: 'Axelar Wrapped ETH',
symbol: 'axlETH',
Expand Down
24 changes: 24 additions & 0 deletions src/data/kava/curvePools.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,28 @@
[
{
"name": "curve-kava-mimusdt",
"pool": "0xCf5f5ddE4D1D866b11b4cA2ba3Ff146Ec0fe3743",
"token": "0xCf5f5ddE4D1D866b11b4cA2ba3Ff146Ec0fe3743",
"gauge": "0xD5792b3D73cE8411055A90bDDeB52D07A3a074ca",
"rewards": [
{
"token": "0xc86c7C0eFbd6A49B35E8714C5f59D99De09A225b",
"oracleId": "KAVA"
}
],
"tokens": [
{
"oracle": "tokens",
"oracleId": "MIM",
"decimals": "1e18"
},
{
"oracle": "tokens",
"oracleId": "USDT",
"decimals": "1e6"
}
]
},
{
"name": "curve-kava-axlusdt-f",
"pool": "0xAA3b055186f96dD29d0c2A17710d280Bc54290c7",
Expand Down

0 comments on commit c414e29

Please sign in to comment.