Skip to content

Commit

Permalink
add Plume devnet (ethereum-lists#6251)
Browse files Browse the repository at this point in the history
* add Plume devnet

* add actual attributes
  • Loading branch information
eyqs authored Nov 22, 2024
1 parent 09012a9 commit e486299
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 3 deletions.
33 changes: 33 additions & 0 deletions _data/chains/eip155-98864.json
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"
}
}
6 changes: 3 additions & 3 deletions _data/icons/plume.json
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"
}
]

0 comments on commit e486299

Please sign in to comment.