Skip to content

Commit 24bb137

Browse files
committed
update params
1 parent 9c05617 commit 24bb137

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

dist/sw.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,9 @@ async function main() {
107107

108108
// Bootstrap addresses
109109
const bootstrapMultiaddrs = [
110-
'/ip4/127.0.0.1/tcp/1634/ws/p2p/QmXaWHrPsmJ2CY1XNqRb2WTisWZXEzaCsawmcex1CiidvX',
110+
'/ip4/127.0.0.1/tcp/1634/ws/p2p/QmbPUii1SGZ6hKiSQjgWV9WuGCmSGSA2L2RBpFQBHPHrTF',
111+
// '/ip4/172.26.20.131/tcp/1634/ws/p2p/QmVQhnaTT84UBfW5EPivTd6SP2Rq62pCLKawtugPtd3yXH',
112+
// '/ip4/188.245.222.246/tcp/1634/ws/p2p/QmccBpjXGFUS8ZydhUnZYLcMvTNcNSjF5ntyMS8sCfz3o2'
111113
]
112114

113115
go.argv = [
@@ -122,8 +124,9 @@ async function main() {
122124
'--verbosity',
123125
'debug',
124126
// '--blockchain-rpc-endpoint',
125-
// 'wss://ethereum-sepolia-rpc.publicnode.com',
127+
// 'https://ethereum-sepolia-rpc.publicnode.com/ac5b7f52aabd778861c2588f872f15c5fc34f0b343ec3d18ac2e91f5526e9c2b',
126128
'--mainnet=false',
129+
'--network-id=5',
127130
]
128131

129132
// Override Go's `fs.readFile` with ZenFS readFile functionality

0 commit comments

Comments
 (0)