Skip to content

Commit 0be8506

Browse files
committed
feat(statics): add shared evm message signing for base
Ticket: SC-3598
1 parent e41d011 commit 0be8506

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/statics/src/allCoinsAndTokens.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,7 @@ export const allCoinsAndTokens = [
394394
CoinFeature.USES_NON_PACKED_ENCODING_FOR_TXDATA,
395395
CoinFeature.SHARED_EVM_SDK,
396396
CoinFeature.SHARED_EVM_SIGNING,
397+
CoinFeature.SHARED_EVM_MESSAGE_SIGNING,
397398
CoinFeature.EVM_COMPATIBLE_IMS,
398399
CoinFeature.EVM_COMPATIBLE_UI,
399400
CoinFeature.EVM_NON_BITGO_RECOVERY,
@@ -416,6 +417,7 @@ export const allCoinsAndTokens = [
416417
CoinFeature.USES_NON_PACKED_ENCODING_FOR_TXDATA,
417418
CoinFeature.SHARED_EVM_SDK,
418419
CoinFeature.SHARED_EVM_SIGNING,
420+
CoinFeature.SHARED_EVM_MESSAGE_SIGNING,
419421
CoinFeature.EVM_COMPATIBLE_IMS,
420422
CoinFeature.EVM_COMPATIBLE_UI,
421423
CoinFeature.EVM_NON_BITGO_RECOVERY,

0 commit comments

Comments
 (0)