forked from ethereum-lists/chains
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Plume devnet (ethereum-lists#6251)
* add Plume devnet * add actual attributes
- Loading branch information
Showing
2 changed files
with
36 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"name": "Plume Devnet", | ||
"title": "Plume Sepolia L2 Rollup Devnet", | ||
"chain": "ETH", | ||
"rpc": [ | ||
"https://test-rpc.plumenetwork.xyz/http", | ||
"wss://test-rpc.plumenetwork.xyz/ws" | ||
], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "Plume Sepolia Ether", | ||
"symbol": "ETH", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://www.plumenetwork.xyz/", | ||
"shortName": "plume-devnet", | ||
"chainId": 98864, | ||
"networkId": 98864, | ||
"slip44": 1, | ||
"icon": "plume", | ||
"explorers": [ | ||
{ | ||
"name": "Blockscout", | ||
"url": "https://test-explorer.plumenetwork.xyz", | ||
"icon": "blockscout", | ||
"standard": "EIP3091" | ||
} | ||
], | ||
"parent": { | ||
"type": "L2", | ||
"chain": "eip155-11155111" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
[ | ||
{ | ||
"url": "ipfs://QmNUpqkYWYJoDXKUpZ8FVbGyN6HCwxYonKNAieCf2oTzGn", | ||
"width": 1062, | ||
"height": 1062, | ||
"url": "ipfs://QmT7dJKK2VXMtF9mJ6EfMTJXBntJyVvZcA8beLA2RCFbsW", | ||
"width": 400, | ||
"height": 400, | ||
"format": "png" | ||
} | ||
] |