gas_adjustment = 1 [server] listen_addr = "0.0.0.0:7171" read_timeout = "20s" verbose_cors = true write_timeout = "20s" [[deviation_thresholds]] base = "USDT" threshold = "1.5" [[deviation_thresholds]] base = "UMEE" threshold = "1.5" [[deviation_thresholds]] base = "ATOM" threshold = "1.5" [[currency_pairs]] base = "UMEE" providers = [ "okx", "gate" ] quote = "USDT" [[currency_pairs]] base = "UMEE" providers = [ "ftx" ] quote = "USD" [[currency_pairs]] base = "USDT" providers = [ "kraken", "ftx", "coinbase" ] quote = "USD" [[currency_pairs]] base = "ATOM" providers = [ "ftx", "okx", ] quote = "USDT" [[currency_pairs]] base = "ATOM" providers = [ "kraken", ] quote = "USD" [account] address = "umee15nejfgcaanqpw25ru4arvfd0fwy6j8clccvwx4" chain_id = "umee-local-testnet" validator = "umeevaloper12tysz6mzrawenca2t3t7ltym4hfjj8a5upsn2k" [keyring] backend = "test" dir = "/Users/username/.umee" [rpc] grpc_endpoint = "localhost:9090" rpc_timeout = "100ms" tmrpc_endpoint = "http://localhost:26657" [telemetry] enable-hostname = true enable-hostname-label = true enable-service-label = true enabled = true global-labels = [["chain_id", "umee-local-testnet"]] service-name = "price-feeder" prometheus-retention-time = 100 [[provider_endpoints]] name = "binance" rest = "https://api1.binance.com" websocket = "stream.binance.com:9443"