Skip to content

Commit 5bd186a

Browse files
Merge pull request #7962 from BitGo/WIN-8665
feat(statics): fix ofc tokens on morph chain
2 parents 468a887 + 8eac3d8 commit 5bd186a

1 file changed

Lines changed: 50 additions & 4 deletions

File tree

modules/statics/src/coins/ofcErc20Coins.ts

Lines changed: 50 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5303,15 +5303,61 @@ export const tOfcErc20Coins = [
53035303
),
53045304

53055305
// Morph tokens
5306-
ofcerc20('4d5f4fb7-b2e2-4e63-bbda-7f315332da5b', 'ofcmorph:usdc', 'USD Coin', 6, UnderlyingAsset['morph:usdc']),
5307-
ofcerc20('37f51c58-9be5-4c56-adcb-2c7f3c2cfc1a', 'ofcmorph:usdt', 'Tether USD', 6, UnderlyingAsset['morph:usdt']),
5308-
ofcerc20('e499e7cc-22ae-4374-ae4b-27651565af15', 'ofcmorph:usd1', 'USD1', 18, UnderlyingAsset['morph:usd1']),
5306+
ofcerc20(
5307+
'4d5f4fb7-b2e2-4e63-bbda-7f315332da5b',
5308+
'ofcmorph:usdc',
5309+
'USD Coin',
5310+
6,
5311+
UnderlyingAsset['morph:usdc'],
5312+
undefined,
5313+
undefined,
5314+
'',
5315+
undefined,
5316+
undefined,
5317+
true,
5318+
'morph'
5319+
),
5320+
ofcerc20(
5321+
'37f51c58-9be5-4c56-adcb-2c7f3c2cfc1a',
5322+
'ofcmorph:usdt',
5323+
'Tether USD',
5324+
6,
5325+
UnderlyingAsset['morph:usdt'],
5326+
undefined,
5327+
undefined,
5328+
'',
5329+
undefined,
5330+
undefined,
5331+
true,
5332+
'morph'
5333+
),
5334+
ofcerc20(
5335+
'e499e7cc-22ae-4374-ae4b-27651565af15',
5336+
'ofcmorph:usd1',
5337+
'USD1',
5338+
18,
5339+
UnderlyingAsset['morph:usd1'],
5340+
undefined,
5341+
undefined,
5342+
'',
5343+
undefined,
5344+
undefined,
5345+
true,
5346+
'morph'
5347+
),
53095348
tofcerc20(
53105349
'299efde0-9c67-44d8-ac00-44d0259d709d',
53115350
'ofctmorph:tmt',
53125351
'Test Mintable Token',
53135352
6,
5314-
underlyingAssetForSymbol('tmorph:tmt')
5353+
underlyingAssetForSymbol('tmorph:tmt'),
5354+
undefined,
5355+
undefined,
5356+
'',
5357+
undefined,
5358+
undefined,
5359+
true,
5360+
'tmorph'
53155361
),
53165362
];
53175363

0 commit comments

Comments
 (0)