From e252bffbbe80f2ba24f1f09107332fca02057da3 Mon Sep 17 00:00:00 2001 From: "Eugene Y. Q. Shen" Date: Thu, 21 Nov 2024 23:59:25 -0500 Subject: [PATCH] add Plume devnet --- _data/chains/eip155-98864.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 _data/chains/eip155-98864.json diff --git a/_data/chains/eip155-98864.json b/_data/chains/eip155-98864.json new file mode 100644 index 000000000000..11e358596843 --- /dev/null +++ b/_data/chains/eip155-98864.json @@ -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" }] + } +}