File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -337,6 +337,8 @@ const coinMessageBuilderFactoryMap = {
337337 topeth : Eth . MessageBuilderFactory ,
338338 baseeth : Eth . MessageBuilderFactory ,
339339 tbaseeth : Eth . MessageBuilderFactory ,
340+ polygon : Eth . MessageBuilderFactory ,
341+ tpolygon : Eth . MessageBuilderFactory ,
340342} ;
341343
342344coins
Original file line number Diff line number Diff line change @@ -35,6 +35,11 @@ export class Bsc extends AbstractEthLikeNewCoins {
3535 return true ;
3636 }
3737
38+ /** @inheritDoc */
39+ supportsSigningTypedData ( ) : boolean {
40+ return true ;
41+ }
42+
3843 /** inherited doc */
3944 getDefaultMultisigType ( ) : MultisigType {
4045 return multisigTypes . tss ;
Original file line number Diff line number Diff line change @@ -225,6 +225,7 @@ export const POLYGON_FEATURES = [
225225 CoinFeature . MPCV2 ,
226226 CoinFeature . STUCK_TRANSACTION_MANAGEMENT_TSS ,
227227 CoinFeature . BULK_TRANSACTION ,
228+ CoinFeature . SHARED_EVM_MESSAGE_SIGNING ,
228229 CoinFeature . ERC20_BULK_TRANSACTION ,
229230] ;
230231
You can’t perform that action at this time.
0 commit comments