From 60f713c0e75fa3701b2adaec3be8600618223a76 Mon Sep 17 00:00:00 2001 From: Dmitri Tsumak Date: Sat, 30 Jul 2022 16:57:31 +0300 Subject: [PATCH] Fix mainnet opium redirects (#67) * Fix mainnet opium redirects * Update version --- config/mainnet.json | 4 ++-- package.json | 2 +- packages/constants/package.json | 2 +- subgraphs/ethereum/package.json | 6 +++--- subgraphs/stakewise/package.json | 8 ++++---- subgraphs/uniswap-v3/package.json | 4 ++-- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/config/mainnet.json b/config/mainnet.json index db06ada..193aae8 100644 --- a/config/mainnet.json +++ b/config/mainnet.json @@ -16,8 +16,8 @@ "oracles_update_period": "86400", "validator_deposit_amount": "32000000000000000000", "distributor_redirected_from": { - "0xd60f0a53c7e97f78fe4ac9013f5749920c601494": [ - "0x3ee101bf969fac08be892c737d2969b3db38d2b8" + "0x3ee101bf969fac08be892c737d2969b3db38d2b8": [ + "0xd60f0a53c7e97f78fe4ac9013f5749920c601494" ] } } \ No newline at end of file diff --git a/package.json b/package.json index a6ef488..3e01ba8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stakewise-subgraphs", - "version": "1.4.2", + "version": "1.4.3", "description": "Subgraphs for the StakeWise Protocol", "repository": "https://github.com/stakewise/subgraphs", "license": "AGPL-3.0-only", diff --git a/packages/constants/package.json b/packages/constants/package.json index 9acb2dd..7946740 100644 --- a/packages/constants/package.json +++ b/packages/constants/package.json @@ -1,6 +1,6 @@ { "name": "const", - "version": "1.4.2", + "version": "1.4.3", "license": "AGPL-3.0-only", "main": "index.ts", "type": "module", diff --git a/subgraphs/ethereum/package.json b/subgraphs/ethereum/package.json index fa94142..be6d868 100644 --- a/subgraphs/ethereum/package.json +++ b/subgraphs/ethereum/package.json @@ -1,6 +1,6 @@ { "name": "ethereum", - "version": "1.4.2", + "version": "1.4.3", "license": "AGPL-3.0-only", "scripts": { "prepare:goerli": "npm run --prefix=../../packages/constants prepare:goerli && mustache config/goerli.json subgraph.template.yaml > subgraph.yaml", @@ -11,12 +11,12 @@ "build:mainnet": "npm run prepare:mainnet && graph codegen subgraph.yaml && graph build subgraph.yaml", "deploy:mainnet": "npm run build:mainnet && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ stakewise/ethereum-mainnet", "create:mainnet:local": "graph create --node $GRAPH_MAINNET_URL stakewise/ethereum", - "deploy:mainnet:local": "npm run build:mainnet && npm run create:mainnet:local && graph deploy --version-label 1.4.2 --node $GRAPH_MAINNET_URL --ipfs $IPFS_MAINNET_URL stakewise/ethereum", + "deploy:mainnet:local": "npm run build:mainnet && npm run create:mainnet:local && graph deploy --version-label 1.4.3 --node $GRAPH_MAINNET_URL --ipfs $IPFS_MAINNET_URL stakewise/ethereum", "prepare:gnosis": "npm run --prefix=../../packages/constants prepare:gnosis && mustache config/gnosis.json subgraph.template.yaml > subgraph.yaml", "build:gnosis": "npm run prepare:gnosis && graph codegen subgraph.yaml && graph build subgraph.yaml", "deploy:gnosis": "npm run build:gnosis && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ stakewise/ethereum-gnosis", "create:gnosis:local": "graph create --node $GRAPH_GNOSIS_URL stakewise/ethereum", - "deploy:gnosis:local": "npm run build:gnosis && npm run create:gnosis:local && graph deploy --version-label 1.4.2 --node $GRAPH_GNOSIS_URL --ipfs $IPFS_GNOSIS_URL stakewise/ethereum" + "deploy:gnosis:local": "npm run build:gnosis && npm run create:gnosis:local && graph deploy --version-label 1.4.3 --node $GRAPH_GNOSIS_URL --ipfs $IPFS_GNOSIS_URL stakewise/ethereum" } } diff --git a/subgraphs/stakewise/package.json b/subgraphs/stakewise/package.json index b89271e..34ddba8 100644 --- a/subgraphs/stakewise/package.json +++ b/subgraphs/stakewise/package.json @@ -1,6 +1,6 @@ { "name": "stakewise", - "version": "1.4.2", + "version": "1.4.3", "license": "AGPL-3.0-only", "scripts": { "prepare:goerli": "npm run --prefix=../../packages/constants prepare:goerli && mustache config/goerli.json subgraph.template.yaml > subgraph.yaml", @@ -11,7 +11,7 @@ "build:mainnet": "npm run prepare:mainnet && graph codegen subgraph.yaml && graph build subgraph.yaml", "deploy:mainnet": "npm run build:mainnet && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ stakewise/stakewise-mainnet", "create:mainnet:local": "graph create --node $GRAPH_MAINNET_URL stakewise/stakewise", - "deploy:mainnet:local": "npm run build:mainnet && npm run create:mainnet:local && graph deploy --version-label 1.4.2 --node $GRAPH_MAINNET_URL --ipfs $IPFS_MAINNET_URL stakewise/stakewise", + "deploy:mainnet:local": "npm run build:mainnet && npm run create:mainnet:local && graph deploy --version-label 1.4.3 --node $GRAPH_MAINNET_URL --ipfs $IPFS_MAINNET_URL stakewise/stakewise", "prepare:harbour_goerli": "npm run --prefix=../../packages/constants prepare:harbour_goerli && mustache config/harbour_goerli.json subgraph.template.yaml > subgraph.yaml", "build:harbour_goerli": "npm run prepare:harbour_goerli && graph codegen subgraph.yaml && graph build subgraph.yaml", @@ -21,12 +21,12 @@ "build:harbour_mainnet": "npm run prepare:harbour_mainnet && graph codegen subgraph.yaml && graph build subgraph.yaml", "deploy:harbour_mainnet": "npm run build:harbour_mainnet && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ stakewise/stakewise-harbour-mainnet", "create:harbour_mainnet:local": "graph create --node $GRAPH_MAINNET_URL stakewise/stakewise-harbour", - "deploy:harbour_mainnet:local": "npm run build:harbour_mainnet && npm run create:harbour_mainnet:local && graph deploy --version-label 1.4.2 --node $GRAPH_MAINNET_URL --ipfs $IPFS_MAINNET_URL stakewise/stakewise-harbour", + "deploy:harbour_mainnet:local": "npm run build:harbour_mainnet && npm run create:harbour_mainnet:local && graph deploy --version-label 1.4.3 --node $GRAPH_MAINNET_URL --ipfs $IPFS_MAINNET_URL stakewise/stakewise-harbour", "prepare:gnosis": "npm run --prefix=../../packages/constants prepare:gnosis && mustache config/gnosis.json subgraph.template.yaml > subgraph.yaml", "build:gnosis": "npm run prepare:gnosis && graph codegen subgraph.yaml && graph build subgraph.yaml", "deploy:gnosis": "npm run build:gnosis && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ stakewise/stakewise-gnosis", "create:gnosis:local": "graph create --node $GRAPH_GNOSIS_URL stakewise/stakewise", - "deploy:gnosis:local": "npm run build:gnosis && npm run create:gnosis:local && graph deploy --version-label 1.4.2 --node $GRAPH_GNOSIS_URL --ipfs $IPFS_GNOSIS_URL stakewise/stakewise" + "deploy:gnosis:local": "npm run build:gnosis && npm run create:gnosis:local && graph deploy --version-label 1.4.3 --node $GRAPH_GNOSIS_URL --ipfs $IPFS_GNOSIS_URL stakewise/stakewise" } } diff --git a/subgraphs/uniswap-v3/package.json b/subgraphs/uniswap-v3/package.json index 43f1ad6..6ada4ef 100644 --- a/subgraphs/uniswap-v3/package.json +++ b/subgraphs/uniswap-v3/package.json @@ -1,6 +1,6 @@ { "name": "uniswap-v3", - "version": "1.4.2", + "version": "1.4.3", "license": "AGPL-3.0-only", "scripts": { "prepare:goerli": "npm run --prefix=../../packages/constants prepare:goerli && mustache config/goerli.json subgraph.template.yaml > subgraph.yaml", @@ -11,6 +11,6 @@ "build:mainnet": "npm run prepare:mainnet && graph codegen subgraph.yaml && graph build subgraph.yaml", "deploy:mainnet": "npm run build:mainnet && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ stakewise/uniswap-v3-mainnet", "create:mainnet:local": "graph create --node $GRAPH_MAINNET_URL stakewise/uniswap-v3", - "deploy:mainnet:local": "npm run build:mainnet && npm run create:mainnet:local && graph deploy --version-label 1.4.2 --node $GRAPH_MAINNET_URL --ipfs $IPFS_MAINNET_URL stakewise/uniswap-v3" + "deploy:mainnet:local": "npm run build:mainnet && npm run create:mainnet:local && graph deploy --version-label 1.4.3 --node $GRAPH_MAINNET_URL --ipfs $IPFS_MAINNET_URL stakewise/uniswap-v3" } }