Skip to content

Commit

Permalink
feat: add manta pacific EBV token STONE
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielZhangReal committed Dec 15, 2023
1 parent 4b2bee8 commit 293b032
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions packages/config/src/layer2s/mantapacific.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,24 @@ const TOKENS: Omit<Token, 'chainId'>[] = [
bridge: 'Hyperlane Nexus',
},
},
{
id: AssetId('mantapacific:stone-stakestone-ether'),
name: 'StakeStone Ether',
symbol: 'STONE',
decimals: 18,
iconUrl:
'https://assets.coingecko.com/coins/images/33103/large/200_200.png?1702602672',
address: EthereumAddress('0xEc901DA9c68E90798BbBb74c11406A32A70652C3'),
coingeckoId: CoingeckoId('stakestone-ether'),
sinceTimestamp: new UnixTime(1699781729),
category: 'other',
type: 'EBV',
formula: 'totalSupply',
bridgedUsing: {
bridge: 'Layer Zero',
slug: 'omnichain',
},
},
]

export const mantapacific: Layer2 = {
Expand Down

0 comments on commit 293b032

Please sign in to comment.