mirror of
https://github.com/status-im/safe-react.git
synced 2025-02-02 21:03:28 +00:00
Rollback offchain signing to require v >= 1.1.1
This commit is contained in:
parent
66c9008529
commit
b0b3e53d94
@ -17,7 +17,7 @@ const SIGNERS = {
|
||||
const getSignersByWallet = (isHW) =>
|
||||
isHW ? [SIGNERS.ETH_SIGN] : [SIGNERS.EIP712_V3, SIGNERS.EIP712_V4, SIGNERS.EIP712, SIGNERS.ETH_SIGN]
|
||||
|
||||
export const SAFE_VERSION_FOR_OFFCHAIN_SIGNATURES = '>=1.0.0'
|
||||
export const SAFE_VERSION_FOR_OFFCHAIN_SIGNATURES = '>=1.1.1'
|
||||
|
||||
export const tryOffchainSigning = async (safeTxHash: string, txArgs, isHW: boolean): Promise<string> => {
|
||||
let signature
|
||||
|
Loading…
x
Reference in New Issue
Block a user