Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lazy deploy goerli base #4

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

maxmux-xyz
Copy link

@maxmux-xyz maxmux-xyz commented Jul 25, 2023

Deployed following contract on base testnet: https://goerli.base.org

  [1305338] → new EditionFactory@0x966a22b5196413f350859f176EA139a2658c5A8c
    └─ ← 5820 bytes of code
  [4505545] → new Edition@0x4725e6Ba29c07e5309Cbd0500951E4AF55174bf4
    ├─ emit Initialized()
    └─ ← 20542 bytes of code
  [4752262] → new MultiBatchEdition@0x9a658444Ac22845E17407112f95757396da8D141
    ├─ emit Initialized()
    └─ ← 21675 bytes of code
  [4647306] → new SingleBatchEdition@0xC4D76011cb1bCad3A73a325C14Ff56E51fb64D4f
    ├─ emit Initialized()
    └─ ← 21178 bytes of code

And now deploy to prod:

[15381228] ShowtimeVerifierLocalDeployer::run() 
    ├─ [0] VM::startBroadcast(<pk>) 
    │   └─ ← ()
    ├─ [1134414] → new ShowtimeVerifier@0x481273EB2B6A21e918f6952A6c53C08691FE768F
    │   ├─ emit OwnershipTransferred(previousOwner: 0x0000000000000000000000000000000000000000, newOwner: 0x7D4bd39B26AE7D6Bf696aD2250D89Ab5b5D43f74)
    │   ├─ emit OwnershipTransferred(previousOwner: 0x7D4bd39B26AE7D6Bf696aD2250D89Ab5b5D43f74, newOwner: 0x244312D5330DEBD654fE1F4E353baDAc730D7B3C)
    │   └─ ← 5533 bytes of code
    ├─ [0] console::log(ShowtimeVerifier: [0x481273EB2B6A21e918f6952A6c53C08691FE768F]) [staticcall]
    │   └─ ← ()
    ├─ [2393] ShowtimeVerifier::manager() [staticcall]
    │   └─ ← 0x0000000000000000000000000000000000000000
    ├─ [1165454] → new EditionFactory@0x966a22b5196413f350859f176EA139a2658c5A8c
    │   └─ ← 5820 bytes of code
    ├─ [4141237] → new Edition@0x4725e6Ba29c07e5309Cbd0500951E4AF55174bf4
    │   ├─ emit Initialized()
    │   └─ ← 20542 bytes of code
    ├─ [4368146] → new MultiBatchEdition@0x9a658444Ac22845E17407112f95757396da8D141
    │   ├─ emit Initialized()
    │   └─ ← 21675 bytes of code
    ├─ [4270846] → new SingleBatchEdition@0xC4D76011cb1bCad3A73a325C14Ff56E51fb64D4f
    │   ├─ emit Initialized()
    │   └─ ← 21178 bytes of code
    ├─ [0] VM::stopBroadcast() 
    │   └─ ← ()
    └─ ← ()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant