mirror of
https://github.com/planetmint/planetmint-go.git
synced 2025-03-30 15:08:28 +00:00
[config] Default config shall point to testnet (#237)
Signed-off-by: Julian Strobl <jmastr@mailbox.org>
This commit is contained in:
parent
036ce7cbc1
commit
7ac0f31de0
@ -74,7 +74,7 @@ var (
|
||||
func DefaultConfig() *Config {
|
||||
return &Config{
|
||||
AssetRegistryScheme: "https",
|
||||
AssetRegistryDomain: "assets.rddl.io",
|
||||
AssetRegistryDomain: "testnet-assets.rddl.io",
|
||||
AssetRegistryPath: "register_asset",
|
||||
TokenDenom: "plmnt",
|
||||
StakeDenom: "plmntstake",
|
||||
|
Loading…
x
Reference in New Issue
Block a user