Skip to content

Commit f1e8312

Browse files
Merge pull request #7338 from BitGo/WIN-7574
feat: add eth:meme token
2 parents 6bb7f2b + 7168de3 commit f1e8312

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
@@ -12081,7 +12081,14 @@ export const erc20Coins = [
1208112081
'0x68bbed6a47194eff1cf514b50ea91895597fc91e',
1208212082
UnderlyingAsset['eth:andy']
1208312083
),
12084-
12084+
erc20(
12085+
'ecb5fc4f-cf1d-4037-928a-a10517091fd6',
12086+
'eth:meme',
12087+
'Memecoin',
12088+
18,
12089+
'0xb131f4a55907b10d1f0a50d8ab8fa09ec342cd74',
12090+
UnderlyingAsset['eth:meme']
12091+
),
1208512092
terc20(
1208612093
'0205f0d6-0647-47c9-ad8b-c48d048e54f3',
1208712094
'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)