Skip to content

Commit

Permalink
add Plume mainnet (#6252)
Browse files Browse the repository at this point in the history
* add Plume mainnet

* update URLs

* update RPC URLs

* lint
  • Loading branch information
eyqs authored Nov 23, 2024
1 parent 8bec7f4 commit 5d894e4
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _data/chains/eip155-98864.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"title": "Plume Sepolia L2 Rollup Devnet",
"chain": "ETH",
"rpc": [
"https://test-rpc.plumenetwork.xyz/http",
"wss://test-rpc.plumenetwork.xyz/ws"
"https://test-rpc.plumenetwork.xyz",
"wss://test-rpc.plumenetwork.xyz"
],
"faucets": [],
"nativeCurrency": {
Expand Down
31 changes: 31 additions & 0 deletions _data/chains/eip155-98865.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "Plume Mainnet",
"title": "Plume Ethereum L2 Rollup Mainnet",
"chain": "ETH",
"rpc": ["https://rpc.plumenetwork.xyz", "wss://rpc.plumenetwork.xyz"],
"faucets": [],
"nativeCurrency": {
"name": "Plume Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://www.plumenetwork.xyz/",
"shortName": "plume",
"chainId": 98865,
"networkId": 98865,
"slip44": 1,
"icon": "plume",
"explorers": [
{
"name": "Blockscout",
"url": "https://explorer.plumenetwork.xyz",
"icon": "blockscout",
"standard": "EIP3091"
}
],
"parent": {
"type": "L2",
"chain": "eip155-11155111",
"bridges": [{ "url": "https://bridge.plumenetwork.xyz" }]
}
}

0 comments on commit 5d894e4

Please sign in to comment.