forked from ethereum-lists/chains
-
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.
Add Rollux Mainnet and Update Rollux Testnet info (ethereum-lists#2862)
* Create eip155-570.json Details for Rollux Mainnet * Update eip155-57000.json * Pretty enough? * Correct wss URL for Rollux testnet. * Add ANKR RPC for Rollux testnet. * Add ANKR RPC for Syscoin mainnet. * Correct wss URL for Rollux mainnet. * Add official faucet for Rollux mainnet and testnet --------- Co-authored-by: Fernando Paredes Garcia <[email protected]>
- Loading branch information
1 parent
9e022e7
commit 3d9cac3
Showing
3 changed files
with
35 additions
and
7 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
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,22 @@ | ||
{ | ||
"name": "Rollux Mainnet", | ||
"chain": "SYS", | ||
"rpc": ["https://rpc.rollux.com", "wss://rpc.rollux.com/wss"], | ||
"faucets": ["https://rollux.id/faucetapp"], | ||
"nativeCurrency": { | ||
"name": "Syscoin", | ||
"symbol": "SYS", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://rollux.com", | ||
"shortName": "sys-rollux", | ||
"chainId": 570, | ||
"networkId": 570, | ||
"explorers": [ | ||
{ | ||
"name": "Rollux Explorer", | ||
"url": "https://explorer.rollux.com", | ||
"standard": "EIP3091" | ||
} | ||
] | ||
} |
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