Skip to content

Commit 9207dcd

Browse files
fix(statics): fix katanaeth OFC UUIDs and placement in ofcCoins
Update ofckatanaeth and ofctkatanaeth to use the pre-generated UUIDs and move their entries to before ofcinketh as required. Ticket: CECHO-808 Session-Id: 959e8742-a797-4a4b-8317-2574e0496b06 Task-Id: 070f3895-7ae2-41e3-b768-467cd0f4d831
1 parent bd74754 commit 9207dcd

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

modules/statics/src/coins/ofcCoins.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,15 @@ export const ofcCoins = [
374374
UnderlyingAsset.LINEAETH,
375375
CoinKind.CRYPTO
376376
),
377+
ofc('84fdd183-ee79-478f-af9a-06ff420e654b', 'ofckatanaeth', 'Katana', 18, UnderlyingAsset.KATANAETH, CoinKind.CRYPTO),
378+
tofc(
379+
'4a912718-0ae2-4fbc-ae46-f3561e4b3a2a',
380+
'ofctkatanaeth',
381+
'Testnet Katana',
382+
18,
383+
UnderlyingAsset.KATANAETH,
384+
CoinKind.CRYPTO
385+
),
377386
ofc('b68e22ea-c6b6-458b-87d1-b6b5f79d9648', 'ofcinketh', 'INK', 18, UnderlyingAsset.INKETH, CoinKind.CRYPTO),
378387
tofc(
379388
'4d79941f-58ea-4fca-a784-93cf7acdf508',
@@ -383,15 +392,6 @@ export const ofcCoins = [
383392
UnderlyingAsset.INKETH,
384393
CoinKind.CRYPTO
385394
),
386-
ofc('51ac7f59-576f-460a-b7d7-31ad10e1c201', 'ofckatanaeth', 'Katana', 18, UnderlyingAsset.KATANAETH, CoinKind.CRYPTO),
387-
tofc(
388-
'9738849a-5936-4560-814c-9a3e83bcc30b',
389-
'ofctkatanaeth',
390-
'Testnet Katana',
391-
18,
392-
UnderlyingAsset.KATANAETH,
393-
CoinKind.CRYPTO
394-
),
395395
ofc('f58a94a1-9f67-423a-bfd0-298f1b2411d8', 'ofcscrolleth', 'Scroll', 18, UnderlyingAsset.SCROLLETH, CoinKind.CRYPTO),
396396
tofc(
397397
'2995fd87-c9b8-4541-a112-17b0f9f74bfc',

0 commit comments

Comments
 (0)