From e0eb1bf62dce30bf17e4fa8cbbdab39d01534d77 Mon Sep 17 00:00:00 2001 From: MonPham Date: Thu, 2 Mar 2023 22:37:04 +0700 Subject: [PATCH] Update Pricefeeder.md --- Pricefeeder.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Pricefeeder.md b/Pricefeeder.md index a09fe87..a050e38 100644 --- a/Pricefeeder.md +++ b/Pricefeeder.md @@ -1,8 +1,9 @@ # Pricefeeder apt install curl -y curl -s https://get.nibiru.fi/pricefeeder! | bash - - export FEEDER_MNEMONIC= "my pricefeeder 24 word mnemonic phrase goes here... " +## Input pricefeeder 24 word mnemonic phrase + export FEEDER_MNEMONIC= "my pricefeeder 24 word mnemonic phrase goes here..." +## export ENV export CHAIN_ID="nibiru-itn-1" export GRPC_ENDPOINT="localhost:9090" export WEBSOCKET_ENDPOINT="ws://localhost:26657/websocket"