File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -335,6 +335,8 @@ const coinMessageBuilderFactoryMap = {
335335 tarbeth : Eth . MessageBuilderFactory ,
336336 opeth : Eth . MessageBuilderFactory ,
337337 topeth : Eth . MessageBuilderFactory ,
338+ baseeth : Eth . MessageBuilderFactory ,
339+ tbaseeth : Eth . MessageBuilderFactory ,
338340} ;
339341
340342coins
Original file line number Diff line number Diff line change @@ -54,4 +54,14 @@ export class EthLikeCoin extends AbstractEthLikeNewCoins {
5454 const explorerUrl = common . Environments [ this . bitgo . getEnv ( ) ] [ this . getFamily ( ) . toLowerCase ( ) + 'ExplorerUrl' ] ;
5555 return await recoveryBlockchainExplorerQuery ( query , explorerUrl as string , apiToken ) ;
5656 }
57+
58+ /** @inheritDoc */
59+ supportsMessageSigning ( ) : boolean {
60+ return true ;
61+ }
62+
63+ /** @inheritDoc */
64+ supportsSigningTypedData ( ) : boolean {
65+ return true ;
66+ }
5767}
You can’t perform that action at this time.
0 commit comments