-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add version 0.5.0 to the main branch
Add version 0.5.0 to the main branch
- Loading branch information
Showing
11 changed files
with
766 additions
and
231 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,5 @@ build | |
dist | ||
tnom.spec | ||
chain_database | ||
tnom-exec | ||
tnom-exec | ||
template |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
# enter your own valoper address | ||
validator_address: "nibivaloper1s7dm9d34jehmudn8afhchzf9l46wt4nz7fauzs" | ||
# enter your price feed address is you use another address to sign oracle transactions, | ||
# otherwise use your validator address | ||
# otherwise use your validator wallet address | ||
price_feed_addr: "nibi1s7dm9d34jehmudn8afhchzf9l46wt4nzhjn8kd" | ||
APIs: | ||
- http://localhost:1317 # the script should be able to work with any local network port | ||
- https://nibiru-api.cogwheel.zone | ||
- https://nibiru-api.polkachu.com | ||
- https://rest.lavenderfive.com:443/nibiru | ||
- https://nibiru.api.m.stavr.tech | ||
- https://lcd-nibiru.imperator.co | ||
# - http://localhost:1317 # the script should be able to work with any local network port | ||
monitoring_interval: 60 # default is 60s |
Oops, something went wrong.