You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- check the image was pushed: https://hub.docker.com/r/streamr/deploy-network-subgraphs/tags
16
+
17
+
Troubleshooting tips:
18
+
*`ERROR: Multiple platforms feature is currently not supported for docker driver.`
19
+
* maybe for some reason buildx driver isn't selected/enabled
20
+
* if `docker buildx ls` lists `mybuilder`, use that: `docker buildx use mybuilder` and try again
15
21
16
22
## Mainnet deployment to the Arbitrum / decentralized service (indexing Polygon MATIC)
17
23
1. Authenticate: Log into `https://thegraph.com/studio/subgraph/streamr/` using "Streamr subgraph owner" key from 1password. On the right hand side, look for "Auth & Deploy" and "Authenticate in CLI". Copy the command and run it in the terminal: `npx graph auth DEPLOY_KEY`
0 commit comments