Skip to content

Commit

Permalink
Adding Viridis Testnet & Mainnet (ethereum-lists#4205)
Browse files Browse the repository at this point in the history
* Adding binary icon file with IPFS CID - Viridis

* Adding Viridis icon

* Adding Viridis Testnet & Mainnet

* Updated correct infoURL eip155-224.json

* Updated correct infoURL eip155-422.json

* Changed shortName eip155-224.json

From vrd to VRD Testnet

* Fixed json prettier format issue in viridis.json

* Fixed json prettier issue in eip155-224.json

* Fixed json prettier issue in eip155-422.json

* Fixed shortname as per allowed regex pattern eip155-224.json
  • Loading branch information
dwinea authored Feb 12, 2024
1 parent f70c9cf commit 570f064
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 0 deletions.
23 changes: 23 additions & 0 deletions _data/chains/eip155-224.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "Viridis Testnet",
"chain": "VRD",
"icon": "viridis",
"rpc": ["https://testnet-rpc.vrd.network"],
"faucets": ["https://faucet.vrd.network"],
"nativeCurrency": {
"name": "Viridis Token",
"symbol": "VRD",
"decimals": 18
},
"infoURL": "https://viridis.network",
"shortName": "VRD-Testnet",
"chainId": 224,
"networkId": 224,
"explorers": [
{
"name": "Viridis Testnet",
"url": "https://testnet.vrd.network",
"standard": "EIP3091"
}
]
}
23 changes: 23 additions & 0 deletions _data/chains/eip155-422.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "Viridis Mainnet",
"chain": "VRD",
"icon": "viridis",
"rpc": ["https://mainnet-rpc.vrd.network"],
"faucets": [],
"nativeCurrency": {
"name": "Viridis Token",
"symbol": "VRD",
"decimals": 18
},
"infoURL": "https://viridis.network",
"shortName": "vrd",
"chainId": 422,
"networkId": 422,
"explorers": [
{
"name": "Viridis Mainnet",
"url": "https://explorer.vrd.network",
"standard": "EIP3091"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/viridis.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmPdxcJwPogfZdec7UAqxeatRxrivEktpP1ftJBTeJQTdR",
"width": 3000,
"height": 2000,
"format": "png"
}
]
Binary file not shown.

0 comments on commit 570f064

Please sign in to comment.