Skip to content

Commit

Permalink
fix screener address in config + add deploy checker logging (#602)
Browse files Browse the repository at this point in the history
* fix screener address in mainnet config and add logging to deploy script checker

* changeset add

* wording
  • Loading branch information
luketchang authored Nov 13, 2023
1 parent feb897c commit c34c6b7
Show file tree
Hide file tree
Showing 4 changed files with 71 additions and 41 deletions.
5 changes: 5 additions & 0 deletions .changeset/clever-sloths-lie.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@nocturne-xyz/config": patch
---

fix screener signer address to be correct
5 changes: 5 additions & 0 deletions .changeset/mean-suns-eat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@nocturne-xyz/deploy": patch
---

add logging to deploy script checker
2 changes: 1 addition & 1 deletion packages/config/configs/mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"offchain": {
"finalityBlocks": 1,
"screeners": ["0xaa23ba28e085F8c8aBb59DE9FEd17518A425F906"],
"screeners": ["0x36CBEb4242950aca49317fD835439B8f31263753"],
"subtreeBatchFillers": ["0xE3F1679cdfa11716D51105Ef3feB7bD6B2D9103D"]
},
"erc20s": [
Expand Down
Loading

0 comments on commit c34c6b7

Please sign in to comment.