Skip to content

Commit

Permalink
Merge branch 'ethereum-lists:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
akashhalder3 committed Sep 24, 2024
2 parents a0d7d56 + 730f4dd commit 1f7bfc9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
14 changes: 9 additions & 5 deletions _data/chains/eip155-1953.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
{
"name": "Selendra Network Testnet",
"chain": "tSEL",
"rpc": [
"https://rpc0-testnet.selendra.org",
"https://rpc1-testnet.selendra.org"
],
"rpc": ["https://rpc-testnet.selendra.org"],
"faucets": [],
"nativeCurrency": {
"name": "Selendra",
Expand All @@ -15,5 +12,12 @@
"shortName": "tSEL",
"chainId": 1953,
"networkId": 1953,
"icon": "selendra"
"icon": "selendra",
"explorers": [
{
"name": "Selendra Portal",
"url": "https://portal.selendra.org",
"standard": "none"
}
]
}
6 changes: 3 additions & 3 deletions _data/chains/eip155-1961.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Selendra Network Mainnet",
"chain": "SEL",
"rpc": ["https://rpc0.selendra.org", "https://rpc1.selendra.org"],
"rpc": ["https://rpc.selendra.org", "https://rpc2.selendra.org"],
"faucets": [],
"nativeCurrency": {
"name": "Selendra",
Expand All @@ -15,8 +15,8 @@
"icon": "selendra",
"explorers": [
{
"name": "Selendra Scan",
"url": "https://scan.selendra.org",
"name": "Selendra Portal",
"url": "https://portal.selendra.org",
"standard": "none"
}
]
Expand Down

0 comments on commit 1f7bfc9

Please sign in to comment.