Skip to content

Commit

Permalink
feat: add token MANTA
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielZhangReal committed Jan 19, 2024
1 parent 4e1ee5c commit 05afb9e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions packages/config/src/layer2s/mantapacific.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,20 @@ const TOKENS: Omit<Token, 'chainId'>[] = [
slug: 'omnichain',
},
},
{
id: AssetId('mantapacific:manta-manta'),
name: 'Manta',
symbol: 'MANTA',
decimals: 18,
iconUrl:
'https://assets.coingecko.com/coins/images/34289/large/manta.jpg?1704468717',
address: EthereumAddress('0x95CeF13441Be50d20cA4558CC0a27B601aC544E5'),
coingeckoId: CoingeckoId('manta-network'),
sinceTimestamp: new UnixTime(1704819029),
category: 'other',
type: 'NMV',
formula: 'circulatingSupply',
},
]

export const mantapacific: Layer2 = {
Expand Down

0 comments on commit 05afb9e

Please sign in to comment.