-
Notifications
You must be signed in to change notification settings - Fork 4
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
[VEN-2872] [VEN-2874] Deploy Treasury and Oracles to Base Mainnet #438
Conversation
ARCHIVE_NODE_basesepolia=https://sepolia.base.org | ||
ARCHIVE_NODE_basemainnet=https://mainnet.base.org |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ARCHIVE_NODE_basemainnet=https://mainnet.base.org | |
ARCHIVE_NODE_basemainnet=https://open-platform.nodereal.io/<YOUR_KEY_HERE>/base |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nodereal RPC node is a full node, so it only supports the recent 129 block query. For simulations, I suppose mainnet.base.org is enough. Otherwise, we should suggest an alternative
Description
Resolves VEN