forked from cerc-io/cosmos-explorer
Add note on hostname behavior
This commit is contained in:
parent
b798635cba
commit
d8c0e9786f
@ -1,5 +1,9 @@
|
|||||||
# Directory Layout
|
# Directory Layout
|
||||||
|
|
||||||
|
Note: the host name used in the user's browser (displayed in the address bar) to load the explorer app determines which of the chain configuration directories is used.
|
||||||
|
If the host name contains the substring "testnet" (for example: "https://mytestnetwork.example.com") then chain configuration files in the `testnet` directory (only) are loaded. Conversely if the host name does not contain that substring then chain configuration files in the `mainnet` directory (only) are loaded.
|
||||||
|
Remember to bear this behavior in mind when selecting a DNS host name for self hosting the explorer.
|
||||||
|
|
||||||
** if you want to list your blockchain on ping.pub, please submit your configuration on https://github.com/ping-pub/ping.pub.git **
|
** if you want to list your blockchain on ping.pub, please submit your configuration on https://github.com/ping-pub/ping.pub.git **
|
||||||
|
|
||||||
- Submit configs for mainnet, go to https://github.com/ping-pub/explorer/tree/master/chains/mainnet
|
- Submit configs for mainnet, go to https://github.com/ping-pub/explorer/tree/master/chains/mainnet
|
||||||
|
Loading…
Reference in New Issue
Block a user