We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33f0e8e commit f43915eCopy full SHA for f43915e
modules/account-lib/src/index.ts
@@ -339,6 +339,8 @@ const coinMessageBuilderFactoryMap = {
339
tbaseeth: Eth.MessageBuilderFactory,
340
polygon: Eth.MessageBuilderFactory,
341
tpolygon: Eth.MessageBuilderFactory,
342
+ seievm: Eth.MessageBuilderFactory,
343
+ tseievm: Eth.MessageBuilderFactory,
344
};
345
346
coins
modules/statics/src/allCoinsAndTokens.ts
@@ -827,6 +827,7 @@ export const allCoinsAndTokens = [
827
...EVM_FEATURES,
828
CoinFeature.SHARED_EVM_SIGNING,
829
CoinFeature.SHARED_EVM_SDK,
830
+ CoinFeature.SHARED_EVM_MESSAGE_SIGNING,
831
CoinFeature.EVM_COMPATIBLE_IMS,
832
CoinFeature.EVM_COMPATIBLE_UI,
833
CoinFeature.EVM_UNSIGNED_SWEEP_RECOVERY,
0 commit comments