Skip to content

Commit ed1b256

Browse files
authored
Merge pull request #7865 from BitGo/COIN-7145-COIN-7146-ofc-asset
feat: add ofc assets for Mantle and Fluenteth
2 parents 0aacdce + 2784be0 commit ed1b256

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

modules/statics/src/coins/ofcCoins.ts

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,38 @@ export const ofcCoins = [
299299
),
300300
ofc('dc733b2f-92bf-49d3-9f5d-9774e1637f0f', 'ofcokb', 'X Layer', 18, UnderlyingAsset.OKB, CoinKind.CRYPTO),
301301
tofc('98460a7d-0677-4dbd-934e-fbb0e9c5f8cc', 'ofctokb', 'X Layer Testnet', 18, UnderlyingAsset.OKB, CoinKind.CRYPTO),
302+
ofc(
303+
'357901a6-9f4f-444c-abfd-c2f32638f0cb',
304+
'ofcmantle',
305+
'Mantle Native',
306+
18,
307+
UnderlyingAsset.MANTLE,
308+
CoinKind.CRYPTO
309+
),
310+
tofc(
311+
'b2fb2db0-e442-4d13-b596-90293c63567a',
312+
'ofctmantle',
313+
'Testnet Mantle Native',
314+
18,
315+
UnderlyingAsset.MANTLE,
316+
CoinKind.CRYPTO
317+
),
318+
ofc(
319+
'8182b31e-fe27-4aed-81c1-660aa8ecbcb7',
320+
'ofcfluenteth',
321+
'Fluent Ethereum',
322+
18,
323+
UnderlyingAsset.FLUENTETH,
324+
CoinKind.CRYPTO
325+
),
326+
tofc(
327+
'b967f127-cf76-4de1-b6e0-bb40a04f8682',
328+
'ofctfluenteth',
329+
'Testnet Fluent Ethereum',
330+
18,
331+
UnderlyingAsset.FLUENTETH,
332+
CoinKind.CRYPTO
333+
),
302334
ofc('aa7e956f-2d59-4bf6-aba6-2d51bd298150', 'ofcip', 'Story', 18, UnderlyingAsset.IP, CoinKind.CRYPTO),
303335
tofc('773b02f6-32ea-493a-bca5-13d93cb0afff', 'ofctip', 'Story Testnet', 18, UnderlyingAsset.IP, CoinKind.CRYPTO),
304336
ofc('c5015165-6ae4-4925-bd3f-4b767feba2f9', 'ofcplume', 'Plume', 18, UnderlyingAsset.PLUME, CoinKind.CRYPTO),

modules/statics/src/map.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,10 @@ export class CoinMap {
164164
5042002: 'tarc',
165165
42428: 'tempo',
166166
42429: 'ttempo',
167+
5000: 'mantle',
168+
5003: 'tmantle',
169+
20993: 'fluenteth',
170+
20994: 'tfluenteth',
167171
};
168172

169173
private buildChainIdMap(): Map<number, string> {

0 commit comments

Comments
 (0)