Skip to content

Commit 0c23016

Browse files
authored
feat: Add PEAQ network (#465)
1 parent 3da71f8 commit 0c23016

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

config/networks/other-l1s.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,38 @@
289289
"https://rpc-2.testnet.japanopenchain.org:8545"
290290
],
291291
"symbol": "JOCT"
292+
},
293+
{
294+
"type": "evm",
295+
"network": "peaq-mainnet",
296+
"chain_id": 3338,
297+
"explorer_urls": [
298+
"https://peaq.subscan.io/",
299+
"https://polkadot.js.org/apps/?rpc=wss://peaq.api.onfinality.io/public-ws#/explorer"
300+
],
301+
"is_testnet": false,
302+
"required_confirmations": 1,
303+
"rpc_urls": [
304+
"https://quicknode1.peaq.xyz",
305+
"https://quicknode2.peaq.xyz",
306+
"https://quicknode3.peaq.xyz"
307+
],
308+
"average_blocktime_ms": 6000,
309+
"features": ["eip1559"],
310+
"symbol": "PEAQ"
311+
},
312+
{
313+
"from": "peaq-mainnet",
314+
"type": "evm",
315+
"network": "peaq-agung",
316+
"chain_id": 9990,
317+
"explorer_urls": [
318+
"https://agung-testnet.subscan.io/",
319+
"https://polkadot.js.org/apps/?rpc=wss://wss-async.agung.peaq.network#/explorer"
320+
],
321+
"is_testnet": true,
322+
"rpc_urls": ["https://peaq-agung.api.onfinality.io/public"],
323+
"symbol": "AGNG"
292324
}
293325
]
294326
}

0 commit comments

Comments
 (0)