Skip to content

Commit b8a59de

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

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

modules/abstract-utxo/.DS_Store

0 Bytes
Binary file not shown.

modules/statics/src/allCoinsAndTokens.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2374,6 +2374,7 @@ export const allCoinsAndTokens = [
23742374
CoinFeature.EVM_COMPATIBLE_UI,
23752375
CoinFeature.EVM_NON_BITGO_RECOVERY,
23762376
CoinFeature.EVM_UNSIGNED_SWEEP_RECOVERY,
2377+
CoinFeature.EVM_COMPATIBLE_WP,
23772378
],
23782379
KeyCurve.Secp256k1,
23792380
'',
@@ -2396,6 +2397,7 @@ export const allCoinsAndTokens = [
23962397
CoinFeature.EVM_NON_BITGO_RECOVERY,
23972398
CoinFeature.EVM_UNSIGNED_SWEEP_RECOVERY,
23982399
CoinFeature.SUPPORTS_ERC20,
2400+
CoinFeature.EVM_COMPATIBLE_WP,
23992401
],
24002402
KeyCurve.Secp256k1,
24012403
'',

0 commit comments

Comments
 (0)