From 8684f64eb68d7bb4f63192fe0396dc1349892d91 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 27 Jul 2023 00:53:02 +0000 Subject: [PATCH] ports etc --- app/data/config/watcher-uniswap-v3/erc20-watcher.toml | 4 ++-- app/data/config/watcher-uniswap-v3/uni-info-watcher.toml | 4 ++-- app/data/config/watcher-uniswap-v3/uni-watcher.toml | 4 ++-- app/data/stacks/uniswap-v3/stack.yml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app/data/config/watcher-uniswap-v3/erc20-watcher.toml b/app/data/config/watcher-uniswap-v3/erc20-watcher.toml index c5634831..435dff95 100644 --- a/app/data/config/watcher-uniswap-v3/erc20-watcher.toml +++ b/app/data/config/watcher-uniswap-v3/erc20-watcher.toml @@ -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" diff --git a/app/data/config/watcher-uniswap-v3/uni-info-watcher.toml b/app/data/config/watcher-uniswap-v3/uni-info-watcher.toml index 830791d2..fd79a801 100644 --- a/app/data/config/watcher-uniswap-v3/uni-info-watcher.toml +++ b/app/data/config/watcher-uniswap-v3/uni-info-watcher.toml @@ -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" diff --git a/app/data/config/watcher-uniswap-v3/uni-watcher.toml b/app/data/config/watcher-uniswap-v3/uni-watcher.toml index 6a42bcda..c54c5ac9 100644 --- a/app/data/config/watcher-uniswap-v3/uni-watcher.toml +++ b/app/data/config/watcher-uniswap-v3/uni-watcher.toml @@ -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" diff --git a/app/data/stacks/uniswap-v3/stack.yml b/app/data/stacks/uniswap-v3/stack.yml index 5d1b1a8e..74b5f501 100644 --- a/app/data/stacks/uniswap-v3/stack.yml +++ b/app/data/stacks/uniswap-v3/stack.yml @@ -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