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