Skip to content

Commit 0a4c2db

Browse files
COIN-7264: Onboard USDM1, eUSX, MYRC, Crescite, Mey Network, ConsumerFI, GreatX tokens
TICKET: COIN-7264
1 parent d252480 commit 0a4c2db

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

modules/statics/src/coins/ofcErc20Coins.ts

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,15 @@ export const ofcErc20Coins = [
4545
ofcerc20('28024a59-6fbb-4156-96e4-2ba7747e8581', 'ofcusdc', 'USD Coin', 6, UnderlyingAsset.USDC, undefined, [
4646
CoinFeature.STABLECOIN,
4747
]),
48-
ofcerc20('ee579200-2f43-41f3-ba2e-365bcb20ff21', 'ofcusdm1', 'USDM1', 18, UnderlyingAsset['eth:usdm1'], undefined, [
49-
CoinFeature.STABLECOIN,
50-
]),
48+
ofcerc20(
49+
'ee579200-2f43-41f3-ba2e-365bcb20ff21',
50+
'ofcusdm1',
51+
'USDM1',
52+
18,
53+
underlyingAssetForSymbol('eth:usdm1'),
54+
undefined,
55+
[...OfcCoin.DEFAULT_FEATURES, CoinFeature.STABLECOIN]
56+
),
5157
ofcerc20('f790e63d-9785-4e98-b323-897fdc489613', 'ofcaave', 'Aave', 18, UnderlyingAsset.AAVE),
5258
ofcerc20('a3b0e98b-3a50-4ee7-a290-696b4cbce666', 'ofcape', 'ApeCoin', 18, UnderlyingAsset.APE),
5359
ofcerc20('15c3f5fb-255c-4ef6-9df3-767b3aa2b36d', 'ofcaudio', 'Audio', 18, UnderlyingAsset.AUDIO),

modules/statics/test/unit/tokenNamingConvention.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ describe('Token Naming Convention Tests', function () {
5959
'hterc18dp',
6060
'hteth:bgerchv2',
6161
'hteth:aut',
62+
'hteth:grtx',
6263
'hterc6dp',
6364
'hterc2dp',
6465
'fixed',

0 commit comments

Comments
 (0)