Skip to content

Commit 9135f7e

Browse files
committed
update feegrant in price-feeder tool
1 parent 5eb641c commit 9135f7e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

price-feeder/config.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
gas_adjustment = 1.5
22
provider_min_override = true
33
gas_price = "0.0001stake"
4+
fee_grant_address = "juno1ej3gmuwr5t6jm928fze9dwfd8qu6226uxcwskq"
5+
46
[server]
57
listen_addr = "0.0.0.0:7171"
68
read_timeout = "20s"
@@ -80,14 +82,14 @@ providers = [
8082
quote = "USDT"
8183

8284
[account]
83-
address = "juno1dykyy8sqfw78frjt9th6k2s0c64q3nqwdy7eh7"
85+
address = "juno1244e8dl62sfa75d0zft7vvx59je3rdhxcn5kr9"
8486
chain_id = "test-1"
85-
validator = "junovaloper1dykyy8sqfw78frjt9th6k2s0c64q3nqwjegkv8"
87+
validator = "junovaloper1244e8dl62sfa75d0zft7vvx59je3rdhx8wzecu"
8688
prefix = "juno"
8789

8890
[keyring]
8991
backend = "test"
90-
dir = "/home/<user>/.juno"
92+
dir = "/home/vuong/.juno"
9193

9294
[rpc]
9395
grpc_endpoint = "localhost:9090"

0 commit comments

Comments
 (0)