Skip to content

Commit 23d04cf

Browse files
committed
feat(sdk-coin-arbeth): support message signing for walletconnect
Ticket: SC-3506
1 parent f00ce46 commit 23d04cf

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,16 @@ export class Arbeth 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 Arbiscan 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)