Skip to content

Commit 9984f25

Browse files
Merge pull request #7813 from BitGo/COIN-7027-new
feat: add ofc assets for X Layer and Jovay
2 parents bbf141f + ffa3b00 commit 9984f25

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

modules/statics/src/coins/ofcCoins.ts

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,24 @@ export const ofcCoins = [
263263
UnderlyingAsset.LINEAETH,
264264
CoinKind.CRYPTO
265265
),
266+
ofc(
267+
'f43afacc-0db3-4a8a-a987-ff9d93e08cb4',
268+
'ofcjovayeth',
269+
'Jovay Ethereum',
270+
18,
271+
UnderlyingAsset.JOVAYETH,
272+
CoinKind.CRYPTO
273+
),
274+
tofc(
275+
'be7ba188-78f1-47df-9a72-37572a835ff0',
276+
'ofctjovayeth',
277+
'Jovay Ethereum Testnet',
278+
18,
279+
UnderlyingAsset.JOVAYETH,
280+
CoinKind.CRYPTO
281+
),
282+
ofc('dc733b2f-92bf-49d3-9f5d-9774e1637f0f', 'ofcokb', 'X Layer', 18, UnderlyingAsset.OKB, CoinKind.CRYPTO),
283+
tofc('98460a7d-0677-4dbd-934e-fbb0e9c5f8cc', 'ofctokb', 'X Layer Testnet', 18, UnderlyingAsset.OKB, CoinKind.CRYPTO),
266284
ofc('aa7e956f-2d59-4bf6-aba6-2d51bd298150', 'ofcip', 'Story', 18, UnderlyingAsset.IP, CoinKind.CRYPTO),
267285
tofc('773b02f6-32ea-493a-bca5-13d93cb0afff', 'ofctip', 'Story Testnet', 18, UnderlyingAsset.IP, CoinKind.CRYPTO),
268286
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
@@ -152,6 +152,10 @@ export class CoinMap {
152152
6342: 'tmegaeth',
153153
295: 'hbarevm',
154154
296: 'thbarevm',
155+
196: 'okb',
156+
1952: 'tokb',
157+
5734951: 'jovayeth',
158+
2019775: 'tjovayeth',
155159
};
156160
return ethLikeCoinFromChainId[chainId];
157161
}

0 commit comments

Comments
 (0)