Skip to content

Commit 6c9c10f

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/statics/src/coinFeatures.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ export const EVM_FEATURES = [
5858
CoinFeature.BULK_TRANSACTION,
5959
CoinFeature.STUCK_TRANSACTION_MANAGEMENT_TSS,
6060
CoinFeature.EIP1559,
61+
CoinFeature.SHARED_EVM_MESSAGE_SIGNING,
6162
];
6263
export const AVAXC_FEATURES = [
6364
...ETH_FEATURES_WITH_MMI,

0 commit comments

Comments
 (0)