-
Notifications
You must be signed in to change notification settings - Fork 77
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
feat: Migrate networks to yml file (2 of 2) #122
Open
activescott
wants to merge
2
commits into
rocket-pool:master
Choose a base branch
from
activescott:feat/438-networks-not-hardcoded
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,110 @@ | ||
networks: | ||
- name: mainnet | ||
label: Ethereum Mainnet | ||
description: This is the real Ethereum main network, using real ETH and real RPL to make real validators. | ||
txWatchUrl: "https://etherscan.io/tx" | ||
stakeUrl: "https://stake.rocketpool.net" | ||
chainID: 1 | ||
flashbotsProtectUrl: "https://rpc.flashbots.net/" | ||
snapshotApiDomain: "hub.snapshot.org" | ||
addresses: | ||
storage: "0x1d8f8f00cfa6758d7bE78336684788Fb0ee0Fa46" | ||
rplToken: "0xD33526068D116cE69F19A9ee46F0bd304F21A51f" | ||
rplFaucet: "" | ||
reth: "0xae78736Cd615f374D3085123A210448E74Fc6393" | ||
v1_0_0_RewardsPool: "0xA3a18348e6E2d3897B6f2671bb8c120e36554802" | ||
v1_0_0_ClaimNode: "0x899336A2a86053705E65dB61f52C686dcFaeF548" | ||
v1_0_0_ClaimTrustedNode: "0x6af730deB0463b432433318dC8002C0A4e9315e8" | ||
v1_0_0_MinipoolManager: "0x6293B8abC1F36aFB22406Be5f96D893072A8cF3a" | ||
v1_1_0_NetworkPrices: "0xd3f500F550F46e504A4D2153127B47e007e11166" | ||
v1_1_0_NodeStaking: "0xA73ec45Fe405B5BFCdC0bF4cbc9014Bb32a01cd2" | ||
v1_1_0_NodeDeposit: "0x1Cc9cF5586522c6F483E84A19c3C2B0B6d027bF0" | ||
v1_1_0_MinipoolQueue: "0x5870dA524635D1310Dc0e6F256Ce331012C9C19E" | ||
v1_1_0_MinipoolFactory: "0x54705f80D7C51Fcffd9C659ce3f3C9a7dCCf5788" | ||
snapshotDelegation: "0x469788fE6E9E9681C6ebF3bF78e7Fd26Fc015446" | ||
previousRewardsPools: | ||
- "0x594Fb75D3dc2DFa0150Ad03F99F97817747dd4E1" | ||
optimismPriceMessenger: "0xdddcf2c25d50ec22e67218e873d46938650d03a7" | ||
polygonPriceMessenger: "0xb1029Ac2Be4e08516697093e2AFeC435057f3511" | ||
arbitrumPriceMessenger: "0x05330300f829AD3fC8f33838BC88CFC4093baD53" | ||
arbitrumPriceMessengerV2: "0x312FcFB03eC9B1Ea38CB7BFCd26ee7bC3b505aB1" | ||
zkSyncEraPriceMessenger: "0x6cf6CB29754aEBf88AF12089224429bD68b0b8c8" | ||
basePriceMessenger: "0x64A5856869C06B0188C84A5F83d712bbAc03517d" | ||
scrollPriceMessenger: "0x0f22dc9b9c03757d4676539203d7549c8f22c15c" | ||
scrollFeeEstimator: "0x0d7E906BD9cAFa154b048cFa766Cc1E54E39AF9B" | ||
rplTwapPool: "0xe42318ea3b998e8355a3da364eb9d48ec725eb45" | ||
multicall: "0x5BA1e12693Dc8F9c48aAD8770482f4739bEeD696" | ||
balancebatcher: "0xb1f8e55c7f64d203c1400b9d8555d050f94adf39" | ||
|
||
- name: devnet | ||
label: Devnet | ||
description: This is a development network used by Rocket Pool engineers to test new features and contract upgrades before they are promoted to a Testnet for staging. You should not use this network unless invited to do so by the developers. | ||
txWatchUrl: "https://holesky.etherscan.io/tx" | ||
stakeUrl: "TBD" | ||
chainID: 17000 | ||
flashbotsProtectUrl: "https://rpc-holesky.flashbots.net/" | ||
snapshotApiDomain: "" | ||
addresses: | ||
storage: "0x6A18E47f8CcB453Dd0894AC003f74BEE7e47A368" | ||
rplToken: "0x09b6aEF57B580f5CB46746BA59ed312Ba80E8Ad4" | ||
rplFaucet: "0x218a718A1B23B13737E2F566Dd45730E8DAD451b" | ||
reth: "0x2DF914425da6d0067EF1775AfDBDd7B24fc8100E" | ||
v1_0_0_RewardsPool: "0x4A1b5Ab9F6C36E7168dE5F994172028Ca8554e02" | ||
v1_0_0_ClaimNode: "" | ||
v1_0_0_ClaimTrustedNode: "" | ||
v1_0_0_MinipoolManager: "" | ||
v1_1_0_NetworkPrices: "" | ||
v1_1_0_NodeStaking: "" | ||
v1_1_0_NodeDeposit: "" | ||
v1_1_0_MinipoolQueue: "" | ||
v1_1_0_MinipoolFactory: "" | ||
snapshotDelegation: "" | ||
previousRewardsPools: [] | ||
optimismPriceMessenger: "" | ||
polygonPriceMessenger: "0x6D736da1dC2562DBeA9998385A0A27d8c2B2793e" | ||
arbitrumPriceMessenger: "0x2b52479F6ea009907e46fc43e91064D1b92Fdc86" | ||
arbitrumPriceMessengerV2: "" | ||
zkSyncEraPriceMessenger: "0x3Fd49431bD05875AeD449Bc8C07352942A7fBA75" | ||
basePriceMessenger: "" | ||
scrollPriceMessenger: "" | ||
scrollFeeEstimator: "" | ||
rplTwapPool: "0x5cE71E603B138F7e65029Cc1918C0566ed0dBD4B" | ||
multicall: "0x5BA1e12693Dc8F9c48aAD8770482f4739bEeD696" | ||
balancebatcher: "0x9788C4E93f9002a7ad8e72633b11E8d1ecd51f9b" | ||
- name: holesky | ||
label: Holesky Testnet | ||
description: | | ||
This is the Holešky (Holešovice) test network, which is the next generation of long-lived testnets for Ethereum. It uses free fake ETH and free fake RPL to make fake validators. | ||
Use this if you want to practice running the Smartnode in a free, safe environment before moving to Mainnet. | ||
txWatchUrl: "https://holesky.etherscan.io/tx" | ||
stakeUrl: "TBD" | ||
chainID: 17000 | ||
flashbotsProtectUrl: "" | ||
snapshotApiDomain: "" | ||
addresses: | ||
storage: "0x594Fb75D3dc2DFa0150Ad03F99F97817747dd4E1" | ||
rplToken: "0x1Cc9cF5586522c6F483E84A19c3C2B0B6d027bF0" | ||
rplFaucet: "0xb4565BDe40Cb22282D7287A839c4ce8534674070" | ||
reth: "0x7322c24752f79c05FFD1E2a6FCB97020C1C264F1" | ||
v1_0_0_RewardsPool: "" | ||
v1_0_0_ClaimNode: "" | ||
v1_0_0_ClaimTrustedNode: "" | ||
v1_0_0_MinipoolManager: "" | ||
v1_1_0_NetworkPrices: "" | ||
v1_1_0_NodeStaking: "" | ||
v1_1_0_NodeDeposit: "" | ||
v1_1_0_MinipoolQueue: "" | ||
v1_1_0_MinipoolFactory: "" | ||
snapshotDelegation: "" | ||
previousRewardsPools: [] | ||
optimismPriceMessenger: "" | ||
polygonPriceMessenger: "" | ||
arbitrumPriceMessenger: "" | ||
arbitrumPriceMessengerV2: "" | ||
zkSyncEraPriceMessenger: "" | ||
basePriceMessenger: "" | ||
scrollPriceMessenger: "" | ||
scrollFeeEstimator: "" | ||
rplTwapPool: "0x7bb10d2a3105ed5cc150c099a06cafe43d8aa15d" | ||
multicall: "0x0540b786f03c9491f3a2ab4b0e3ae4ecd4f63ce7" | ||
balancebatcher: "0xfAa2e7C84eD801dd9D27Ac1ed957274530796140" |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
here, and elsewhere, we should be able to leave these addresses blank.
Perhaps
mainnet
should have them all, as a form of documentation, even the empty ones.However, devnet/holesky it becomes mostly noise