Skip to content

Commit

Permalink
Add Mantle risks
Browse files Browse the repository at this point in the history
  • Loading branch information
kexleyBeefy committed Feb 15, 2024
1 parent b6ab0bf commit 4879386
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions packages/address-book/address-book/mantle/tokens/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ const _tokens = {
description:
'Merchant Moe is a traders oasis in the bustling world of Decentralized Finance (DeFi) on Mantle Network, offering a comprehensive and user-friendly Decentralized Exchange (DEX) experience.',
bridge: 'native',
risks: ['NO_TIMELOCK'],
},
JOE: {
name: 'Joe Token',
Expand All @@ -61,6 +62,7 @@ const _tokens = {
description:
'Trader Joe is your one-stop decentralized trading platform on the Avalanche & Arbitrum networks, of which JOE is the governance token that rewards its holders with a share of exchange revenues.',
bridge: 'layer-zero',
risks: ['NO_TIMELOCK'],
},
USDT: {
name: 'USDT',
Expand Down Expand Up @@ -89,6 +91,7 @@ const _tokens = {
description:
'Built on top of BNB Chain and Mantle Network, KTC is the community token of KTX.Finance which aims to create a capital-efficient, decentralized spot and perpetual exchange accessible to everyone.',
bridge: 'native',
risks: ['LARGE_HOLDERS'],
},
WBTC: {
name: 'WBTC',
Expand Down Expand Up @@ -116,6 +119,7 @@ const _tokens = {
description:
"LEND token compliments Lendle by incentivizing the supply and borrow of the assets in the Lendle markets. The LEND rewards will vest over a period of 3 months, and users will share in the protocol's revenue during this period.",
bridge: 'native',
risks: ['LARGE_HOLDERS'],
},
MINU: {
name: 'Mantle Inu Token',
Expand All @@ -130,6 +134,7 @@ const _tokens = {
description:
'MINU is the #1 memecoin on Mantle.',
bridge: 'native',
risks: ['LARGE_HOLDERS'],
},
WETH: {
name: 'Wrapped Ether',
Expand Down
3 changes: 1 addition & 2 deletions packages/address-book/types/token.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ interface Token {
oracle?: 'tokens' | 'lps';
bridge?: string;
staked?: boolean;
//todo: add more risks
risks?: ReadonlyArray<'NO_TIMELOCK'>;
risks?: ReadonlyArray<string>;
}
export default Token;

0 comments on commit 4879386

Please sign in to comment.