Skip to content

Commit

Permalink
client: update portalnetwork config in CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottyPoi committed Jun 18, 2024
1 parent 50431d0 commit f20434f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/bin/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1112,7 +1112,7 @@ async function run() {
if (args.enablePortal === true) {
portal = await PortalNetwork.create({
bindAddress: '0.0.0.0',
supportedNetworks: [NetworkId.HistoryNetwork],
supportedNetworks: [{ networkId: NetworkId.HistoryNetwork, radius: 2n }],
bootnodes: [
'enr:-Jy4QIs2pCyiKna9YWnAF0zgf7bT0GzlAGoF8MEKFJOExmtofBIqzm71zDvmzRiiLkxaEJcs_Amr7XIhLI74k1rtlXICY5Z0IDAuMS4xLWFscGhhLjEtMTEwZjUwgmlkgnY0gmlwhKEjVaWJc2VjcDI1NmsxoQLSC_nhF1iRwsCw0n3J4jRjqoaRxtKgsEe5a-Dz7y0JloN1ZHCCIyg',
'enr:-Jy4QKSLYMpku9F0Ebk84zhIhwTkmn80UnYvE4Z4sOcLukASIcofrGdXVLAUPVHh8oPCfnEOZm1W1gcAxB9kV2FJywkCY5Z0IDAuMS4xLWFscGhhLjEtMTEwZjUwgmlkgnY0gmlwhJO2oc6Jc2VjcDI1NmsxoQLMSGVlxXL62N3sPtaV-n_TbZFCEM5AR7RDyIwOadbQK4N1ZHCCIyg',
Expand Down

0 comments on commit f20434f

Please sign in to comment.