forked from rocket-pool/smartnode-install
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
106 additions
and
0 deletions.
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,106 @@ | ||
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 | ||
storageAddress: "0x1d8f8f00cfa6758d7bE78336684788Fb0ee0Fa46" | ||
rplTokenAddress: "0xD33526068D116cE69F19A9ee46F0bd304F21A51f" | ||
rplFaucetAddress: "" | ||
rethAddress: "0xae78736Cd615f374D3085123A210448E74Fc6393" | ||
v1_0_0_RewardsPoolAddress: "0xA3a18348e6E2d3897B6f2671bb8c120e36554802" | ||
v1_0_0_ClaimNodeAddress: "0x899336A2a86053705E65dB61f52C686dcFaeF548" | ||
v1_0_0_ClaimTrustedNodeAddress: "0x6af730deB0463b432433318dC8002C0A4e9315e8" | ||
v1_0_0_MinipoolManagerAddress: "0x6293B8abC1F36aFB22406Be5f96D893072A8cF3a" | ||
v1_1_0_NetworkPricesAddress: "0xd3f500F550F46e504A4D2153127B47e007e11166" | ||
v1_1_0_NodeStakingAddress: "0xA73ec45Fe405B5BFCdC0bF4cbc9014Bb32a01cd2" | ||
v1_1_0_NodeDepositAddress: "0x1Cc9cF5586522c6F483E84A19c3C2B0B6d027bF0" | ||
v1_1_0_MinipoolQueueAddress: "0x5870dA524635D1310Dc0e6F256Ce331012C9C19E" | ||
v1_1_0_MinipoolFactoryAddress: "0x54705f80D7C51Fcffd9C659ce3f3C9a7dCCf5788" | ||
snapshotDelegationAddress: "0x469788fE6E9E9681C6ebF3bF78e7Fd26Fc015446" | ||
snapshotApiDomain: "hub.snapshot.org" | ||
previousRewardsPoolAddresses: | ||
- "0x594Fb75D3dc2DFa0150Ad03F99F97817747dd4E1" | ||
optimismPriceMessengerAddress: "0xdddcf2c25d50ec22e67218e873d46938650d03a7" | ||
polygonPriceMessengerAddress: "0xb1029Ac2Be4e08516697093e2AFeC435057f3511" | ||
arbitrumPriceMessengerAddress: "0x05330300f829AD3fC8f33838BC88CFC4093baD53" | ||
arbitrumPriceMessengerAddressV2: "0x312FcFB03eC9B1Ea38CB7BFCd26ee7bC3b505aB1" | ||
zkSyncEraPriceMessengerAddress: "0x6cf6CB29754aEBf88AF12089224429bD68b0b8c8" | ||
basePriceMessengerAddress: "0x64A5856869C06B0188C84A5F83d712bbAc03517d" | ||
scrollPriceMessengerAddress: "0x0f22dc9b9c03757d4676539203d7549c8f22c15c" | ||
scrollFeeEstimatorAddress: "0x0d7E906BD9cAFa154b048cFa766Cc1E54E39AF9B" | ||
rplTwapPoolAddress: "0xe42318ea3b998e8355a3da364eb9d48ec725eb45" | ||
multicallAddress: "0x5BA1e12693Dc8F9c48aAD8770482f4739bEeD696" | ||
balancebatcherAddress: "0xb1f8e55c7f64d203c1400b9d8555d050f94adf39" | ||
flashbotsProtectUrl: "https://rpc.flashbots.net/" | ||
- 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 | ||
storageAddress: "0x6A18E47f8CcB453Dd0894AC003f74BEE7e47A368" | ||
rplTokenAddress: "0x09b6aEF57B580f5CB46746BA59ed312Ba80E8Ad4" | ||
rplFaucetAddress: "0x218a718A1B23B13737E2F566Dd45730E8DAD451b" | ||
rethAddress: "0x2DF914425da6d0067EF1775AfDBDd7B24fc8100E" | ||
v1_0_0_RewardsPoolAddress: "0x4A1b5Ab9F6C36E7168dE5F994172028Ca8554e02" | ||
v1_0_0_ClaimNodeAddress: "" | ||
v1_0_0_ClaimTrustedNodeAddress: "" | ||
v1_0_0_MinipoolManagerAddress: "" | ||
v1_1_0_NetworkPricesAddress: "" | ||
v1_1_0_NodeStakingAddress: "" | ||
v1_1_0_NodeDepositAddress: "" | ||
v1_1_0_MinipoolQueueAddress: "" | ||
v1_1_0_MinipoolFactoryAddress: "" | ||
snapshotDelegationAddress: "" | ||
snapshotApiDomain: "" | ||
previousRewardsPoolAddresses: [] | ||
optimismPriceMessengerAddress: "" | ||
polygonPriceMessengerAddress: "0x6D736da1dC2562DBeA9998385A0A27d8c2B2793e" | ||
arbitrumPriceMessengerAddress: "0x2b52479F6ea009907e46fc43e91064D1b92Fdc86" | ||
arbitrumPriceMessengerAddressV2: "" | ||
zkSyncEraPriceMessengerAddress: "0x3Fd49431bD05875AeD449Bc8C07352942A7fBA75" | ||
basePriceMessengerAddress: "" | ||
scrollPriceMessengerAddress: "" | ||
scrollFeeEstimatorAddress: "" | ||
rplTwapPoolAddress: "0x5cE71E603B138F7e65029Cc1918C0566ed0dBD4B" | ||
multicallAddress: "0x5BA1e12693Dc8F9c48aAD8770482f4739bEeD696" | ||
balancebatcherAddress: "0x9788C4E93f9002a7ad8e72633b11E8d1ecd51f9b" | ||
flashbotsProtectUrl: "https://rpc-holesky.flashbots.net/" | ||
- 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 | ||
storageAddress: "0x594Fb75D3dc2DFa0150Ad03F99F97817747dd4E1" | ||
rplTokenAddress: "0x1Cc9cF5586522c6F483E84A19c3C2B0B6d027bF0" | ||
rplFaucetAddress: "0xb4565BDe40Cb22282D7287A839c4ce8534674070" | ||
rethAddress: "0x7322c24752f79c05FFD1E2a6FCB97020C1C264F1" | ||
v1_0_0_RewardsPoolAddress: "" | ||
v1_0_0_ClaimNodeAddress: "" | ||
v1_0_0_ClaimTrustedNodeAddress: "" | ||
v1_0_0_MinipoolManagerAddress: "" | ||
v1_1_0_NetworkPricesAddress: "" | ||
v1_1_0_NodeStakingAddress: "" | ||
v1_1_0_NodeDepositAddress: "" | ||
v1_1_0_MinipoolQueueAddress: "" | ||
v1_1_0_MinipoolFactoryAddress: "" | ||
snapshotDelegationAddress: "" | ||
snapshotApiDomain: "" | ||
previousRewardsPoolAddresses: [] | ||
optimismPriceMessengerAddress: "" | ||
polygonPriceMessengerAddress: "" | ||
arbitrumPriceMessengerAddress: "" | ||
arbitrumPriceMessengerAddressV2: "" | ||
zkSyncEraPriceMessengerAddress: "" | ||
basePriceMessengerAddress: "" | ||
scrollPriceMessengerAddress: "" | ||
scrollFeeEstimatorAddress: "" | ||
rplTwapPoolAddress: "0x7bb10d2a3105ed5cc150c099a06cafe43d8aa15d" | ||
multicallAddress: "0x0540b786f03c9491f3a2ab4b0e3ae4ecd4f63ce7" | ||
balancebatcherAddress: "0xfAa2e7C84eD801dd9D27Ac1ed957274530796140" | ||
flashbotsProtectUrl: "" |