Skip to content

Commit

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

0 comments on commit b45f474

Please sign in to comment.