fix(p2p-options): correct Solana chainId from 1 to 101

This commit is contained in:
plebeius
2026-01-03 16:04:24 +01:00
parent db413baa1d
commit 52fea3851e
@@ -252,7 +252,7 @@ const P2pOptions = () => {
},
sol: {
urls: solRpcUrls,
chainId: 1,
chainId: 101,
},
matic: {
urls: maticRpcUrls,