Skip to content

Commit

Permalink
Merge pull request #280 from mstable/feat/imUSD-reedem
Browse files Browse the repository at this point in the history
feat: add imUSD redeem support
  • Loading branch information
dimlbc authored Aug 25, 2023
2 parents 4925ce9 + 22723d0 commit d5aba2f
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions libs/lts/constants/src/saves.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@ import { mainnet, polygon } from 'wagmi/chains';
import type { Contract } from './types';

export const saves: Contract[] = [
// {
// name: 'mUSD Save',
// address: '0x30647a72Dc82d7Fbb1123EA74716aB8A317Eac19',
// type: 'save',
// icon: MUSD,
// abi: SaveABI,
// chainId: mainnet.id,
// },
{
name: 'mUSD Save',
address: '0x30647a72Dc82d7Fbb1123EA74716aB8A317Eac19',
type: 'save',
icon: MUSD,
abi: SaveABI,
chainId: mainnet.id,
symbol: 'imUSD',
decimals: 18,
},
{
name: 'mBTC Save',
address: '0x17d8CBB6Bce8cEE970a4027d1198F6700A7a6c24',
Expand Down

0 comments on commit d5aba2f

Please sign in to comment.