Skip to content

Commit 5613442

Browse files
feat: add DogeOS and DogeOS Testnet support
Ticket: WIN-8082
1 parent 61af4d8 commit 5613442

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/statics/src/allCoinsAndTokens.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2374,6 +2374,8 @@ export const allCoinsAndTokens = [
23742374
CoinFeature.EVM_COMPATIBLE_UI,
23752375
CoinFeature.EVM_NON_BITGO_RECOVERY,
23762376
CoinFeature.EVM_UNSIGNED_SWEEP_RECOVERY,
2377+
CoinFeature.SUPPORTS_ERC20,
2378+
CoinFeature.EVM_COMPATIBLE_WP,
23772379
],
23782380
KeyCurve.Secp256k1,
23792381
'',
@@ -2396,6 +2398,7 @@ export const allCoinsAndTokens = [
23962398
CoinFeature.EVM_NON_BITGO_RECOVERY,
23972399
CoinFeature.EVM_UNSIGNED_SWEEP_RECOVERY,
23982400
CoinFeature.SUPPORTS_ERC20,
2401+
CoinFeature.EVM_COMPATIBLE_WP,
23992402
],
24002403
KeyCurve.Secp256k1,
24012404
'',

0 commit comments

Comments
 (0)