Skip to content

Commit bd74754

Browse files
imkushagra12-bitgobitgobot
authored andcommitted
feat(statics): add katanaeth OFC coins and network feature map entry
Add ofckatanaeth/ofctkatanaeth OFC coin entries and katanaeth EIP-1559 network feature map entry for Katana Network (OP Stack L2). Ticket: CECHO-1125 Session-Id: ce42c66f-0583-4245-91a2-d0a0d5be99a6 Task-Id: 2dfd5a22-d68e-454b-9fe2-deeaae035cb9
1 parent 6e9c2b5 commit bd74754

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

modules/statics/src/coins/ofcCoins.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,15 @@ export const ofcCoins = [
383383
UnderlyingAsset.INKETH,
384384
CoinKind.CRYPTO
385385
),
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+
),
386395
ofc('f58a94a1-9f67-423a-bfd0-298f1b2411d8', 'ofcscrolleth', 'Scroll', 18, UnderlyingAsset.SCROLLETH, CoinKind.CRYPTO),
387396
tofc(
388397
'2995fd87-c9b8-4541-a112-17b0f9f74bfc',

modules/statics/src/networkFeatureMapForTokens.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ export const networkFeatureMapForTokens: Partial<Record<CoinFamily, CoinFeature[
4141
eos: AccountCoin.DEFAULT_FEATURES,
4242
hbar: AccountCoin.DEFAULT_FEATURES,
4343
opeth: [...AccountCoin.DEFAULT_FEATURES, CoinFeature.EIP1559],
44+
katanaeth: [...AccountCoin.DEFAULT_FEATURES, CoinFeature.EIP1559],
4445
polygon: POLYGON_TOKEN_FEATURES,
4546
scrolleth: [
4647
...EVM_FEATURES,

0 commit comments

Comments
 (0)