refactor: update testnet configuration

This commit is contained in:
Prad Nukala 2024-12-20 11:12:02 -05:00
parent 52041fe3d6
commit c9004e75df

View File

@ -7,7 +7,7 @@
"binary": "sonrd",
"bech32_prefix": "idx",
"docker_image": {
"repository": "core",
"repository": "ghcr.io/onsonr/sonr",
"version": "local"
},
"gas_prices": "0usnr",
@ -24,13 +24,18 @@
"1317": "1317",
"9090": "9090"
},
"encoding-options": ["wasm", "tokenfactory"],
"encoding-options": [
"wasm",
"tokenfactory"
],
"config_file_overrides": [
{
"file": "config/config.toml",
"paths": {
"moniker": "localvalmoniker",
"rpc.cors_allowed_origins": ["*"]
"moniker": "florence",
"rpc.cors_allowed_origins": [
"*"
]
}
}
],