Skip to content

Commit fcf15ad

Browse files
authored
Merge pull request #7986 from BitGo/COIN-7406-rename-okbxlayer
feat: change names X Layer to OKB (X layer)
2 parents 3dca489 + 92d2723 commit fcf15ad

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

modules/statics/src/allCoinsAndTokens.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2467,7 +2467,7 @@ export const allCoinsAndTokens = [
24672467
account(
24682468
'2c59a9f2-9bb0-42ff-b925-6049476b93a0',
24692469
'okbxlayer',
2470-
'X Layer',
2470+
'OKB (X layer)',
24712471
Networks.main.okbxlayer,
24722472
18,
24732473
UnderlyingAsset.OKBXLAYER,
@@ -2487,7 +2487,7 @@ export const allCoinsAndTokens = [
24872487
account(
24882488
'6f29e239-1bcd-4d29-b638-e17b5efc3f6c',
24892489
'tokbxlayer',
2490-
'Testnet X Layer',
2490+
'Testnet OKB (X layer)',
24912491
Networks.test.okbxlayer,
24922492
18,
24932493
UnderlyingAsset.OKBXLAYER,

modules/statics/src/coins/ofcCoins.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,15 +300,15 @@ export const ofcCoins = [
300300
ofc(
301301
'dc733b2f-92bf-49d3-9f5d-9774e1637f0f',
302302
'ofcokbxlayer',
303-
'X Layer',
303+
'OKB (X layer)',
304304
18,
305305
UnderlyingAsset.OKBXLAYER,
306306
CoinKind.CRYPTO
307307
),
308308
tofc(
309309
'98460a7d-0677-4dbd-934e-fbb0e9c5f8cc',
310310
'ofctokbxlayer',
311-
'X Layer Testnet',
311+
'Testnet OKB (X layer)',
312312
18,
313313
UnderlyingAsset.OKBXLAYER,
314314
CoinKind.CRYPTO

0 commit comments

Comments
 (0)