Skip to content

Commit

Permalink
add Plume devnet
Browse files Browse the repository at this point in the history
  • Loading branch information
eyqs committed Nov 22, 2024
1 parent df9484f commit e252bff
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions _data/chains/eip155-98864.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"name": "Plume Testnet",
"title": "Plume Sepolia Rollup Testnet",
"chain": "ETH",
"rpc": [
"https://testnet-rpc.plumenetwork.xyz/http",
"wss://testnet-rpc.plumenetwork.xyz/ws"
],
"faucets": [],
"nativeCurrency": {
"name": "Plume Sepolia Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://www.plumenetwork.xyz/",
"shortName": "plume-testnet",
"chainId": 161221135,
"networkId": 161221135,
"slip44": 1,
"icon": "plume",
"explorers": [
{
"name": "Blockscout",
"url": "https://testnet-explorer.plumenetwork.xyz",
"icon": "blockscout",
"standard": "EIP3091"
}
],
"parent": {
"type": "L2",
"chain": "eip155-11155111",
"bridges": [{ "url": "https://testnet-bridge.plumenetwork.xyz" }]
}
}

0 comments on commit e252bff

Please sign in to comment.