GNU nano 4.8 config.toml gas_adjustment = 1.7 gas_prices = "0.00125ukuji" enable_server = true enable_voter = true provider_timeout = "500ms" [server] listen_addr = "0.0.0.0:7171" read_timeout = "20s" verbose_cors = true write_timeout = "20s" [[deviation_thresholds]] base = "USDT" threshold = "2" [[currency_pairs]] base = "ATOM" providers = [ "binance", "kraken", "osmosis", ] quote = "USD" [[currency_pairs]] base = "BTC" providers = [ "binance", "kraken", "coinbase" ] quote = "USD" [[currency_pairs]] base = "ETH" providers = [ "binance", "kraken", "coinbase" ] quote = "USD" [[currency_pairs]] base = "DOT" providers = ["binance", "kraken", "coinbase"] quote = "USD" [account] address = "kujira1q66t6j7du54gxurhp5t2q85xtlf2246glguz0e" chain_id = "kaiyo-1" validator = "kujiravaloper1azdfljp04ptlazs95e5gscweavmaszw5nqgrpz" prefix = "kujira" # Optional fee_granter = "kujira1vkje22mayn72r0a7kna6agv0sqm6k94ry9k6dd" [keyring] backend = "file" dir = "/home/oniadmin/.kujira" [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", "kaiyo-1"]] service_name = "price-feeder" type = "prometheus" [[provider_endpoints]] name = "binance" rest = "https://api1.binance.com" websocket = "stream.binance.com:9443"