Skip to content

Commit

Permalink
Change giganoda => tzkt
Browse files Browse the repository at this point in the history
  • Loading branch information
aopoltorzhicky committed Dec 4, 2021
1 parent 595889d commit 2db04e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ test:
go test ./...

mempool:
cd cmd/mempool && go run . -c ../../build/dipdup.testnet.yml
cd cmd/mempool && go run . -c ../../build/dipdup.mainnet.yml

local:
docker-compose -f docker-compose.yml up -d --build
4 changes: 2 additions & 2 deletions build/dipdup.mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ mempool:
datasources:
tzkt: https://api.tzkt.io
rpc:
- https://mainnet-tezos.giganode.io
- https://rpc.tzkt.io/mainnet

database:
kind: postgres
Expand All @@ -36,7 +36,7 @@ database:
database: ${POSTGRES_DB:-dipdup}

hasura:
url: http://hasura:8080
url: http://${HASURA_HOST:-hasura}:${HASURA_PORT:-8080}
admin_secret: ${ADMIN_SECRET:-changeme}
select_limit: 100
allow_aggregation: false
Expand Down

0 comments on commit 2db04e1

Please sign in to comment.