Skip to content

Commit

Permalink
Populated all data to BigDipper
Browse files Browse the repository at this point in the history
  • Loading branch information
devcantuaria committed May 17, 2024
1 parent ed511fd commit af3c55a
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ ports:
```

### Binary tools
- ./bin/prune.sh -db to clear all and database
- ./bin/build.sh to build all
- ./bin/build.sh to build
- ./bin/build.sh --clean to fresh build

## Testing
If you want to test the code, you can do so by running
Expand Down
2 changes: 1 addition & 1 deletion bin/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Check if a folder path is provided as parameter
if [ "$1" == "--clean" ]; then
# Remove database
sh ./bin/prune.sh -db
./bin/prune.sh -db
fi

# Bring up Hasura service
Expand Down
1 change: 1 addition & 0 deletions bin/prune.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ sudo docker system prune -a -f
if [ "$1" == "-db" ]; then
# Remove database
sudo rm -rf postgres-data/
echo "Database volume removed..."
fi
13 changes: 13 additions & 0 deletions configs/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,20 @@ chain:
modules:
- modules
- messages
- auth
- bank
- consensus
- feegrant
- gov
- mint
- pricefeed
- slashing
- staking
- distribution
- upgrade
- wasm
- actions
- daily refetch

node:
type: remote
Expand Down

0 comments on commit af3c55a

Please sign in to comment.