From c9004e75df7dab1b63eecfe25b49ed8ff750b06d Mon Sep 17 00:00:00 2001 From: Prad Nukala Date: Fri, 20 Dec 2024 11:12:02 -0500 Subject: [PATCH] refactor: update testnet configuration --- chains/testnet.json | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/chains/testnet.json b/chains/testnet.json index 2548ddb4e..74880d25b 100644 --- a/chains/testnet.json +++ b/chains/testnet.json @@ -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": [ + "*" + ] } } ], @@ -75,4 +80,4 @@ } } ] -} \ No newline at end of file +}