Skip to content

Commit 7168de3

Browse files
feat: add eth:meme token
Ticket: WIN-7574
1 parent 33cb700 commit 7168de3

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

modules/statics/src/base.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2145,6 +2145,7 @@ export enum UnderlyingAsset {
21452145
'eth:lm' = 'eth:lm',
21462146
'eth:kub' = 'eth:kub',
21472147
'eth:fidd' = 'eth:fidd',
2148+
'eth:meme' = 'eth:meme',
21482149

21492150
// Ondo Tokenized Assets
21502151
'eth:qqqon' = 'qqqon',

modules/statics/src/coins/erc20Coins.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11914,7 +11914,14 @@ export const erc20Coins = [
1191411914
'0x68bbed6a47194eff1cf514b50ea91895597fc91e',
1191511915
UnderlyingAsset['eth:andy']
1191611916
),
11917-
11917+
erc20(
11918+
'ecb5fc4f-cf1d-4037-928a-a10517091fd6',
11919+
'eth:meme',
11920+
'Memecoin',
11921+
18,
11922+
'0xb131f4a55907b10d1f0a50d8ab8fa09ec342cd74',
11923+
UnderlyingAsset['eth:meme']
11924+
),
1191811925
terc20(
1191911926
'0205f0d6-0647-47c9-ad8b-c48d048e54f3',
1192011927
'fixed',

modules/statics/src/coins/ofcErc20Coins.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ export const ofcErc20Coins = [
3434
),
3535
ofcerc20('bd61426f-87d8-4c52-b47d-2dc5eed84f64', 'ofcnmr', 'Numeraire', 18, UnderlyingAsset.NMR),
3636
ofcerc20('3db3b895-756c-4c95-9dea-08d283f09a7a', 'ofcmeme', 'Meme', 8, UnderlyingAsset.MEME),
37+
ofcerc20('acf1a5a3-4555-4aa2-8c80-4e2cd4cdb61c', 'ofceth:meme', 'meme', 18, underlyingAssetForSymbol('eth:meme')),
38+
3739
ofcerc20('8a73d170-28c1-48c9-8d3c-c7ea374f4414', 'ofcband', 'Band Protocol', 18, UnderlyingAsset.BAND),
3840
ofcerc20('ad5d8cf4-59b5-4b82-b1ee-d5d0d6ba5944', 'ofcant', 'Aragon', 18, UnderlyingAsset.ANT),
3941
ofcerc20('2092c0cc-19cf-42b2-90a0-123b1904d901', 'ofcpyusd', 'PayPal USD', 6, UnderlyingAsset.PYUSD, undefined, [

0 commit comments

Comments
 (0)