Skip to content

Commit

Permalink
Update chainid=1501 config (ethereum-lists#4173)
Browse files Browse the repository at this point in the history
* Update new rpc urls

* Add icon file

* Use icon

---------

Co-authored-by: icodezjb <[email protected]>
  • Loading branch information
icodezjb and icodezjb authored Jan 17, 2024
1 parent 9e2890f commit 62db66c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
9 changes: 5 additions & 4 deletions _data/chains/eip155-1501.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "BEVM",
"name": "BEVM Canary",
"chain": "ChainX",
"rpc": ["https://rpc-1.bevm.io/", "https://rpc-2.bevm.io/"],
"rpc": ["https://rpc-canary-1.bevm.io/", "https://rpc-canary-2.bevm.io/"],
"faucets": [],
"nativeCurrency": {
"name": "BTC",
Expand All @@ -12,10 +12,11 @@
"shortName": "chainx",
"chainId": 1501,
"networkId": 1501,
"icon": "bevmcanary",
"explorers": [
{
"name": "bevm scan",
"url": "https://scan.bevm.io",
"name": "bevm canary scan",
"url": "https://scan-canary.bevm.io",
"standard": "none"
}
]
Expand Down
8 changes: 8 additions & 0 deletions _data/icons/bevmcanary.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmfMXiYn4xF9JwdjaqM5YKhqoByox51XvnL68VvKJS6yyu",
"width": 1000,
"height": 1000,
"format": "png"
}
]
Binary file not shown.

0 comments on commit 62db66c

Please sign in to comment.