Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add testnet seednode #241

Merged
merged 2 commits into from
Oct 3, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/cryptonote_core/swap_address.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#define SWAP_ADDRESS_ENCRYPTION_PUB_KEY "f2de2998375bd562ca98a2f9b576fa0f659651fc15b557c4d411e0004a47df24"
#define SWAP_ADDRESS_ENCRYPTION_SEC_KEY "72ae3e7de47bbb5af78ed6608a1eabe77a2429c385d28e708c01afaa82737900"

#define SWAP_WALLET "TixxsGTkkhyKydNiptoWW8fNkoHiwfvQDPbqPxWwt6VVKJnu59mmSAEGh2ezTLfXZhVAfrJwV7AT3YGXtzTf7H8r9p32qm7UZP"
#define SWAP_WALLET "TixxeiMKTbVHyUwFGt1xHTbsdCzGofR1yXy5pQRN3v2uBn4vZEfjjojJV9afyE7a6vSHNxpWHMnwxdb5iCqLGR5J4WSiv6NTBf"

#endif

Expand Down
2 changes: 1 addition & 1 deletion src/p2p/net_node.inl
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ namespace nodetool
std::set<std::string> full_addrs;
if (testnet)
{
full_addrs.insert("88.99.61.2:38772"); // seed.lethean.io
full_addrs.insert("195.201.207.40:38772");
}
else
{
Expand Down