Skip to content

Commit

Permalink
Merge pull request #138 from NillionNetwork/fix/bootnode
Browse files Browse the repository at this point in the history
fix: Correct domain name for photon2 bootnode
  • Loading branch information
jwolski2 authored Nov 22, 2024
2 parents beaa97e + 53bad4b commit 37f3bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Networks/network-info-photon2.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const NetworkConfig = {
bootnode: {
name: 'NILLION_BOOTNODE_MULTIADDRESS',
value:
'https://node-1.photon2.nillion-network-nilogy.xyz:14311',
'https://node-1.photon2.nillion-network.nilogy.xyz:14311',
},
websocket: {
name: 'NILLION_BOOTNODE_WEBSOCKET',
Expand Down

0 comments on commit 37f3bb9

Please sign in to comment.