mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +00:00
refactor: update testnet configuration
This commit is contained in:
+9
-4
@@ -7,7 +7,7 @@
|
|||||||
"binary": "sonrd",
|
"binary": "sonrd",
|
||||||
"bech32_prefix": "idx",
|
"bech32_prefix": "idx",
|
||||||
"docker_image": {
|
"docker_image": {
|
||||||
"repository": "core",
|
"repository": "ghcr.io/onsonr/sonr",
|
||||||
"version": "local"
|
"version": "local"
|
||||||
},
|
},
|
||||||
"gas_prices": "0usnr",
|
"gas_prices": "0usnr",
|
||||||
@@ -24,13 +24,18 @@
|
|||||||
"1317": "1317",
|
"1317": "1317",
|
||||||
"9090": "9090"
|
"9090": "9090"
|
||||||
},
|
},
|
||||||
"encoding-options": ["wasm", "tokenfactory"],
|
"encoding-options": [
|
||||||
|
"wasm",
|
||||||
|
"tokenfactory"
|
||||||
|
],
|
||||||
"config_file_overrides": [
|
"config_file_overrides": [
|
||||||
{
|
{
|
||||||
"file": "config/config.toml",
|
"file": "config/config.toml",
|
||||||
"paths": {
|
"paths": {
|
||||||
"moniker": "localvalmoniker",
|
"moniker": "florence",
|
||||||
"rpc.cors_allowed_origins": ["*"]
|
"rpc.cors_allowed_origins": [
|
||||||
|
"*"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user