Skip to content

Commit

Permalink
update contract
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangruber committed Nov 8, 2023
1 parent 959e533 commit 82480f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/wallet-backend.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class WalletBackend {
this.provider
).connect(this.signer)
this.meridian = new ethers.Contract(
'0x8c9f415ee86e65ec72d08b05c42cdc40bfecb8e5',
'0xaaef78eaf86dcf34f275288752e892424dda9341',
await fs.readFile(join(__dirname, 'meridian-abi.json'), 'utf8'),
this.provider
)
Expand Down

0 comments on commit 82480f3

Please sign in to comment.