Skip to content

Commit

Permalink
feat: add Reddio Devnet (ethereum-lists#6294)
Browse files Browse the repository at this point in the history
* add reddio devnet

* add reddio json

* json format

---------

Co-authored-by: lex <lex@gmail.com>
Co-authored-by: HaisenCx <sos963008@gmail.com>
  • Loading branch information
3 people authored Dec 3, 2024
1 parent fa78c71 commit cf29f7b
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions _data/chains/eip155-50341.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "Reddio Devnet",
"title": "Reddio Sepolia L2 Rollup Devnet",
"chain": "ETH",
"rpc": ["https://reddio-dev.reddio.com"],
"faucets": [],
"nativeCurrency": {
"name": "Red",
"symbol": "RED",
"decimals": 18
},
"infoURL": "https://www.reddio.com",
"shortName": "reddio-devnet",
"chainId": 50341,
"networkId": 50341,
"slip44": 1,
"explorers": [
{
"name": "L2scan",
"url": "https://reddio-devnet.l2scan.co",
"standard": "EIP3091"
}
],
"parent": {
"type": "L2",
"chain": "eip155-11155111"
}
}

0 comments on commit cf29f7b

Please sign in to comment.