feat: add new permissioned betanet tasks#142
Conversation
|
|
||
| Target chain: | ||
|
|
||
| - revshare-beta-0 (chainId: 420120033) |
There was a problem hiding this comment.
this has the wrong target betanet
There was a problem hiding this comment.
| # Commands to execute | ||
| just --dotenv-path $(pwd)/.env simulate | ||
| USE_KEYSTORE=1 just --dotenv-path $(pwd)/.env sign | ||
| # or USE_KEYSTORE=1 just sign-stack sep 064-U18-rev-share-betanet-v2 |
There was a problem hiding this comment.
this is the wrong task name right? why does it say -v2?
There was a problem hiding this comment.
| revShareUpgrader = "0x71241bbae674967dd523e621c272ea32cf33119a" | ||
|
|
||
| # RevShare configurations (one per chain) | ||
| # Betanet Portal in Sepolia https://sepolia.etherscan.io/address/0xa68B3c6C2147Caf13a760a4eC79855B0d859D9e5 |
There was a problem hiding this comment.
regarding the portal we should be using the source of the devnets addresses instead of the sepolia scan, I think from here https://github.com/ethereum-optimism/devnets/blob/main/betanets/revshare-beta/revshare-beta-1/chain.yaml
There was a problem hiding this comment.
the exact line under that I mention the source of the portal's proxy, which is this one https://github.com/ethereum-optimism/devnets/blob/main/betanets/revshare-beta/op-deployer-revshare-1/state.json#L101
No description provided.