Skip to content

Commit

Permalink
Point to mainnet config per default
Browse files Browse the repository at this point in the history
  • Loading branch information
muXxer committed Oct 3, 2023
1 parent 91e5372 commit 62e99e4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 27 deletions.
25 changes: 0 additions & 25 deletions stardust/config.json

This file was deleted.

4 changes: 3 additions & 1 deletion stardust/config_shimmer.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@
"enabled": true,
"entryNodes": [
"/dns/entry-hornet-0.h.shimmer.network/udp/14626/autopeering/HK6EKbNtjwve9HMbL6PH6R3uLXZYQoBoqNPD5LsoWuA6",
"/dns/entry-hornet-1.h.shimmer.network/udp/14626/autopeering/BT8EiSRXTixnH2wMoy4ecNpVtiAXxfXKfYsJ2KvU3WLx"
"/dns/entry-hornet-1.h.shimmer.network/udp/14626/autopeering/BT8EiSRXTixnH2wMoy4ecNpVtiAXxfXKfYsJ2KvU3WLx",
"/dns/entry-0.shimmer-mainnet.tanglebay.com/udp/14636/autopeering/22aGL1rL7yh4emm1CSN5XyVXYC15GehZok3hNYHtMMnw",
"/dns/entry-1.shimmer-mainnet.tanglebay.com/udp/14636/autopeering/CvF69T6NbVstwu6NfLVQHcDS1Dsd8XxCMTDHNC2rvJTZ"
]
}
},
Expand Down
2 changes: 1 addition & 1 deletion stardust/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ services:
cap_drop:
- ALL
volumes:
- ./${HORNET_CONFIG_FILE:-config.json}:/app/config.json:ro
- ./${HORNET_CONFIG_FILE:-config_mainnet.json}:/app/config.json:ro
- ./peering.json:/app/peering.json
- ./data:/app/data
command:
Expand Down

0 comments on commit 62e99e4

Please sign in to comment.