Skip to content

Commit

Permalink
Update AlveyChain RPC (ethereum-lists#4067)
Browse files Browse the repository at this point in the history
* Update alveychain rpc

* format

* update icon

* update

* update

* format

* Delete QmSwczpPLBG6ob1a8WLoujthiCPzwEyJNp7WdKRi52qbWX

---------

Co-authored-by: ligi <[email protected]>
  • Loading branch information
devorso and ligi authored Jan 28, 2024
1 parent 4a00dfd commit 8166baa
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
11 changes: 8 additions & 3 deletions _data/chains/eip155-3797.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,27 @@
{
"name": "AlveyChain Mainnet",
"chain": "ALV",
"icon": "alveychain",
"rpc": ["https://rpc.alveychain.com/rpc", "https://rpc2.alvey.io/rpc"],
"rpc": [
"https://elves-core1.alvey.io",
"https://elves-core2.alvey.io",
"https://elves-core3.alvey.io"
],
"faucets": [],
"nativeCurrency": {
"name": "AlveyCoin",
"symbol": "ALV",
"decimals": 18
},
"infoURL": "https://alveyscan.com/rpc",
"infoURL": "https://alveychain.com/",
"shortName": "alv",
"chainId": 3797,
"networkId": 3797,
"icon": "alveychain",
"explorers": [
{
"name": "AlveyScan",
"url": "https://alveyscan.com",
"icon": "alveychain",
"standard": "EIP3091"
}
]
Expand Down
6 changes: 3 additions & 3 deletions _data/icons/alveychain.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[
{
"url": "ipfs://QmSwczpPLBG6ob1a8WLoujthiCPzwEyJNp7WdKRi52qbWX",
"width": 310,
"height": 310,
"url": "ipfs://QmTuY2Goyxpuy5GmA32EMYZBwxRcGsahiMFgfeBixSk7rb",
"width": 2048,
"height": 1538,
"format": "png"
}
]
Binary file not shown.

0 comments on commit 8166baa

Please sign in to comment.