Skip to content

Commit

Permalink
ports etc
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Jul 27, 2023
1 parent 525d7ee commit 8684f64
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions app/data/config/watcher-uniswap-v3/erc20-watcher.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@

[upstream]
[upstream.ethServer]
gqlApiEndpoint = "http://ipld-eth-server:8083/graphql"
rpcProviderEndpoint = "http://ipld-eth-server:8082"
gqlApiEndpoint = "http://ipld-eth-server:8082/graphql"
rpcProviderEndpoint = "http://ipld-eth-server:8081"

[upstream.cache]
name = "requests"
Expand Down
4 changes: 2 additions & 2 deletions app/data/config/watcher-uniswap-v3/uni-info-watcher.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@

[upstream]
[upstream.ethServer]
gqlApiEndpoint = "http://ipld-eth-server:8083/graphql"
rpcProviderEndpoint = "http://ipld-eth-server:8082"
gqlApiEndpoint = "http://ipld-eth-server:8082/graphql"
rpcProviderEndpoint = "http://ipld-eth-server:8081"

[upstream.cache]
name = "requests"
Expand Down
4 changes: 2 additions & 2 deletions app/data/config/watcher-uniswap-v3/uni-watcher.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@

[upstream]
[upstream.ethServer]
gqlApiEndpoint = "http://ipld-eth-server:8083/graphql"
rpcProviderEndpoint = "http://ipld-eth-server:8082"
gqlApiEndpoint = "http://ipld-eth-server:8082/graphql"
rpcProviderEndpoint = "http://ipld-eth-server:8081"

[upstream.cache]
name = "requests"
Expand Down
2 changes: 1 addition & 1 deletion app/data/stacks/uniswap-v3/stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ containers:
- cerc/watcher-uniswap-v3
- cerc/uniswap-v3-info
- cerc/ipld-eth-db
cerc/ipld-eth-server
- cerc/ipld-eth-server
pods:
- watcher-uniswap-v3
- ipld-eth-db
Expand Down

0 comments on commit 8684f64

Please sign in to comment.