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

Add arbitrum-one-goerli network and deprecate arbitrum-one-rinkeby #2664

Open
leszko opened this issue Nov 23, 2022 · 4 comments
Open

Add arbitrum-one-goerli network and deprecate arbitrum-one-rinkeby #2664

leszko opened this issue Nov 23, 2022 · 4 comments

Comments

@leszko
Copy link
Contributor

leszko commented Nov 23, 2022

As the livepeer cmd user, I'd like to use specify the -network arbitrum-one-goerli option in order to use start Livepeer node in the Arbitrum Devnet (Goerli) network.

Additionally, we should print a warning message if any deprecated network is used (arbitrum-one-rinkeby, mainnet, or rinkeby).

A new network can be added after the Livepeer contracts are deployed into Arbitrum Goerli. The network can be added here.

@github-actions github-actions bot added the status: triage this issue has not been evaluated yet label Nov 23, 2022
@leszko leszko added area: blockchain and removed status: triage this issue has not been evaluated yet labels Nov 23, 2022
@rickstaa
Copy link
Contributor

rickstaa commented Dec 16, 2023

@leszko, the contracts have not yet been deployed to arbitrum-one-goerli, correct? What is the currently recommended way to test the binary without being interested in the main net?

Related to #2937.

@leszko
Copy link
Contributor Author

leszko commented Dec 18, 2023

I think we don't have contracts deployed in Goerli. Neither in any testnet. @victorges may know better the current status. Victor, are we deployed on any chain other than Arbitrum Mainnet?

One option is to test against the locally deployed chain. Please check E2E Tests for details.

@rickstaa
Copy link
Contributor

@leszko No problem. I was just double checking I already use the steps given in this guide to check if #2905 was correct 👍🏻.

@victorges
Copy link
Member

victorges commented Dec 18, 2023

@leszko from the Delta project we kept a testnet running which is still being used by this dev explorer: https://goerli-explorer.livepeer.monster/treasury

It was not considered an official "devnet" since it does not try to match what's in mainnet, rather it was used for protocol development purposes with multiple upgrades and temporary versions etc. If that's all we want, no reason not to just keep using it though. Though for go-livepeer development we probably want an actual devnet.

Some useful resources:

Also keep in mind that Goerli is begin decommissioned next month, so we don't want to invest much more on it anymore. It's successor is Arbitrum Sepolia so we should give preference to that for any new deployments.

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

No branches or pull requests

4 participants