Skip to content

Commit

Permalink
Merge pull request #114 from gnosisguild/use-new-snapshot-signer
Browse files Browse the repository at this point in the history
Use latest snapshot signer contract
  • Loading branch information
jfschwarz authored Jul 21, 2024
2 parents 8001b41 + 0ed6acd commit 4844b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/src/transactionTranslations/signSnapshotVote.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { MetaTransactionData } from '@safe-global/safe-core-sdk-types'
import { Interface } from 'ethers'

// https://github.com/gnosisguild/snapshot-signer
const SNAPSHOT_SIGNER_ADDRESS = '0xb0382209806345d27dfdab5bbc17b2ab553165ac'
const SNAPSHOT_SIGNER_ADDRESS = '0xa58Cf66d0f14AEFb2389c6998f6ad219dd4885c1'

const SnapshotSignerInterface = new Interface([
'function signSnapshotArrayVote(tuple(address from, string space, uint64 timestamp, bytes32 proposal, uint32[] choice, string reason, string app, string metadata) vote, tuple(string name, string version) domain)',
Expand Down

0 comments on commit 4844b4c

Please sign in to comment.