mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix(p2p-options): correct Solana chainId from 1 to 101
This commit is contained in:
@@ -252,7 +252,7 @@ const P2pOptions = () => {
|
||||
},
|
||||
sol: {
|
||||
urls: solRpcUrls,
|
||||
chainId: 1,
|
||||
chainId: 101,
|
||||
},
|
||||
matic: {
|
||||
urls: maticRpcUrls,
|
||||
|
||||
Reference in New Issue
Block a user