-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
433 additions
and
195 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,32 @@ | ||
[[server]] | ||
# if port is not present, port is automatically | ||
# determined by the protocol+network combination | ||
# this means the address is capable of serving | ||
# multiple networks. Supported networks must be | ||
# specified in the network field. | ||
name = "local network agnostic server" | ||
name = "kaspa-ng.org" | ||
location = "EU" | ||
protocol = "wrpc:borsh" | ||
network = ["mainnet","testnet-10"] | ||
address = "127.0.0.1" | ||
protocol = "borsh" | ||
network = ["mainnet"] | ||
address = "wss://kaspa-ng.org:443/mainnet" | ||
|
||
[[server]] | ||
# if the port is present, this means the address | ||
# is only capable of serving a single network | ||
# on a dedicated port. The network field should | ||
# contains a single network entry. | ||
name = "local testnet server" | ||
name = "kaspa-ng.org" | ||
location = "EU" | ||
protocol = "wrpc:borsh" | ||
protocol = "borsh" | ||
network = ["testnet-11"] | ||
address = "wss://kaspa-ng.org:443/testnet-11" | ||
|
||
[[server]] | ||
name = "localhost" | ||
protocol = "borsh" | ||
network = ["mainnet"] | ||
address = "127.0.0.1" | ||
|
||
[[server]] | ||
name = "localhost" | ||
protocol = "borsh" | ||
network = ["testnet-10"] | ||
address = "127.0.0.1" | ||
port = 17210 | ||
|
||
[[server]] | ||
name = "localhost" | ||
protocol = "borsh" | ||
network = ["testnet-11"] | ||
address = "127.0.0.1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.