Skip to content

Commit f43915e

Browse files
committed
feat: add message signing support for seievm
Ticket: SC-4358
1 parent 33f0e8e commit f43915e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

modules/account-lib/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,8 @@ const coinMessageBuilderFactoryMap = {
339339
tbaseeth: Eth.MessageBuilderFactory,
340340
polygon: Eth.MessageBuilderFactory,
341341
tpolygon: Eth.MessageBuilderFactory,
342+
seievm: Eth.MessageBuilderFactory,
343+
tseievm: Eth.MessageBuilderFactory,
342344
};
343345

344346
coins

modules/statics/src/allCoinsAndTokens.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -827,6 +827,7 @@ export const allCoinsAndTokens = [
827827
...EVM_FEATURES,
828828
CoinFeature.SHARED_EVM_SIGNING,
829829
CoinFeature.SHARED_EVM_SDK,
830+
CoinFeature.SHARED_EVM_MESSAGE_SIGNING,
830831
CoinFeature.EVM_COMPATIBLE_IMS,
831832
CoinFeature.EVM_COMPATIBLE_UI,
832833
CoinFeature.EVM_UNSIGNED_SWEEP_RECOVERY,

0 commit comments

Comments
 (0)