diff --git a/deploy/gnosis/.env.example b/deploy/gnosis/.env.example index 1340263..e82ef8f 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 7a6e7ad..35b5247 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 1cb9645..a305001 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 258b622..280bf47 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 37e927b..44fea2a 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