Skip to content

Commit bd8bd8c

Browse files
authored
Merge pull request #7258 from BitGo/derek/SC-3510-support-message-signing-op
feat(sdk-coin-opeth): support message signing for walletconnect
2 parents b763c3a + f36d076 commit bd8bd8c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

modules/sdk-coin-opeth/src/opeth.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,16 @@ export class Opeth extends AbstractEthLikeNewCoins {
3232
return 'ecdsa';
3333
}
3434

35+
/** @inheritDoc */
36+
supportsMessageSigning(): boolean {
37+
return true;
38+
}
39+
40+
/** @inheritDoc */
41+
supportsSigningTypedData(): boolean {
42+
return true;
43+
}
44+
3545
/**
3646
* Make a query to Optimism Etherscan for information such as balance, token balance, solidity calls
3747
* @param {Object} query key-value pairs of parameters to append after /api

0 commit comments

Comments
 (0)