Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions modules/sdk-coin-arbeth/src/arbeth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,16 @@ export class Arbeth extends AbstractEthLikeNewCoins {
return 'ecdsa';
}

/** @inheritDoc */
supportsMessageSigning(): boolean {
return true;
}

/** @inheritDoc */
supportsSigningTypedData(): boolean {
return true;
}

/**
* Make a query to Arbiscan for information such as balance, token balance, solidity calls
* @param {Object} query key-value pairs of parameters to append after /api
Expand Down