From 8176e31902a6add2fa84369ba235ec64148daa5f Mon Sep 17 00:00:00 2001 From: Alexander Sysoev Date: Mon, 6 Jun 2022 12:25:57 +0300 Subject: [PATCH] Update config examples for deploy (#93) Signed-off-by: cyc60 --- deploy/gnosis/.env.example | 4 ++-- deploy/goerli/.env.example | 6 +++--- deploy/harbour_goerli/.env.example | 4 ++-- deploy/harbour_mainnet/.env.example | 4 ++-- deploy/mainnet/.env.example | 6 +++--- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/deploy/gnosis/.env.example b/deploy/gnosis/.env.example index 13402633..e82ef8ff 100644 --- a/deploy/gnosis/.env.example +++ b/deploy/gnosis/.env.example @@ -15,8 +15,8 @@ IPFS_PINATA_API_KEY= IPFS_PINATA_SECRET_KEY= # Change https://api.thegraph.com to http://graph-node:8000 if running local graph node -GNOSIS_STAKEWISE_SUBGRAPH_URL=https://api.thegraph.com/subgraphs/name/stakewise/stakewise-gnosis -GNOSIS_ETHEREUM_SUBGRAPH_URL=https://api.thegraph.com/subgraphs/name/stakewise/ethereum-gnosis +GNOSIS_STAKEWISE_SUBGRAPH_URLS=https://api.thegraph.com/subgraphs/name/stakewise/stakewise-gnosis +GNOSIS_ETHEREUM_SUBGRAPH_URLS=https://api.thegraph.com/subgraphs/name/stakewise/ethereum-gnosis # Ethereum private key # NB! You must use a different private key for every network diff --git a/deploy/goerli/.env.example b/deploy/goerli/.env.example index 7a6e7ad6..35b52472 100644 --- a/deploy/goerli/.env.example +++ b/deploy/goerli/.env.example @@ -15,9 +15,9 @@ IPFS_PINATA_API_KEY= IPFS_PINATA_SECRET_KEY= # Change https://api.thegraph.com to http://graph-node:8000 if running local graph node -GOERLI_STAKEWISE_SUBGRAPH_URL=https://api.thegraph.com/subgraphs/name/stakewise/stakewise-goerli -GOERLI_ETHEREUM_SUBGRAPH_URL=https://api.thegraph.com/subgraphs/name/stakewise/ethereum-goerli -GOERLI_UNISWAP_V3_SUBGRAPH_URL=https://api.thegraph.com/subgraphs/name/stakewise/uniswap-v3-goerli +GOERLI_STAKEWISE_SUBGRAPH_URLS=https://api.thegraph.com/subgraphs/name/stakewise/stakewise-goerli +GOERLI_ETHEREUM_SUBGRAPH_URLS=https://api.thegraph.com/subgraphs/name/stakewise/ethereum-goerli +GOERLI_UNISWAP_V3_SUBGRAPH_URLS=https://api.thegraph.com/subgraphs/name/stakewise/uniswap-v3-goerli # Ethereum private key # NB! You must use a different private key for every network diff --git a/deploy/harbour_goerli/.env.example b/deploy/harbour_goerli/.env.example index 1cb96454..a305001f 100644 --- a/deploy/harbour_goerli/.env.example +++ b/deploy/harbour_goerli/.env.example @@ -15,8 +15,8 @@ IPFS_PINATA_API_KEY= IPFS_PINATA_SECRET_KEY= # Change https://api.thegraph.com to http://graph-node:8000 if running local graph node -HARBOUR_GOERLI_STAKEWISE_SUBGRAPH_URL=https://api.thegraph.com/subgraphs/name/stakewise/stakewise-perm-goerli -HARBOUR_GOERLI_ETHEREUM_SUBGRAPH_URL=https://api.thegraph.com/subgraphs/name/stakewise/ethereum-goerli +HARBOUR_GOERLI_STAKEWISE_SUBGRAPH_URLS=https://api.thegraph.com/subgraphs/name/stakewise/stakewise-perm-goerli +HARBOUR_GOERLI_ETHEREUM_SUBGRAPH_URLS=https://api.thegraph.com/subgraphs/name/stakewise/ethereum-goerli # Ethereum private key # NB! You must use a different private key for every network diff --git a/deploy/harbour_mainnet/.env.example b/deploy/harbour_mainnet/.env.example index 258b6225..280bf477 100644 --- a/deploy/harbour_mainnet/.env.example +++ b/deploy/harbour_mainnet/.env.example @@ -15,8 +15,8 @@ IPFS_PINATA_API_KEY= IPFS_PINATA_SECRET_KEY= # Change https://api.thegraph.com to http://graph-node:8000 if running local graph node -HARBOUR_MAINNET_STAKEWISE_SUBGRAPH_URL=https://api.thegraph.com/subgraphs/name/stakewise/stakewise-harbour-mainnet -HARBOUR_MAINNET_ETHEREUM_SUBGRAPH_URL=https://api.thegraph.com/subgraphs/name/stakewise/ethereum-mainnet +HARBOUR_MAINNET_STAKEWISE_SUBGRAPH_URLS=https://api.thegraph.com/subgraphs/name/stakewise/stakewise-harbour-mainnet +HARBOUR_MAINNET_ETHEREUM_SUBGRAPH_URLS=https://api.thegraph.com/subgraphs/name/stakewise/ethereum-mainnet # Ethereum private key # NB! You must use a different private key for every network diff --git a/deploy/mainnet/.env.example b/deploy/mainnet/.env.example index 37e927b1..44fea2a4 100644 --- a/deploy/mainnet/.env.example +++ b/deploy/mainnet/.env.example @@ -15,9 +15,9 @@ IPFS_PINATA_API_KEY= IPFS_PINATA_SECRET_KEY= # Change https://api.thegraph.com to http://graph-node:8000 if running local graph node -MAINNET_STAKEWISE_SUBGRAPH_URL=https://api.thegraph.com/subgraphs/name/stakewise/stakewise-mainnet -MAINNET_ETHEREUM_SUBGRAPH_URL=https://api.thegraph.com/subgraphs/name/stakewise/ethereum-mainnet -MAINNET_UNISWAP_V3_SUBGRAPH_URL=https://api.thegraph.com/subgraphs/name/stakewise/uniswap-v3-mainnet +MAINNET_STAKEWISE_SUBGRAPH_URLS=https://api.thegraph.com/subgraphs/name/stakewise/stakewise-mainnet +MAINNET_ETHEREUM_SUBGRAPH_URLS=https://api.thegraph.com/subgraphs/name/stakewise/ethereum-mainnet +MAINNET_UNISWAP_V3_SUBGRAPH_URLS=https://api.thegraph.com/subgraphs/name/stakewise/uniswap-v3-mainnet # Ethereum private key # NB! You must use a different private key for every network