Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 25 additions & 6 deletions packages/subgraph-pool-v2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,23 +37,27 @@ npm run generate mainnet



5. auth


```

Deploy to THE GRAPH


graph auth


graph deploy teller-pools-v2-mainnet --version-label 0.4.21.4

6. deploy !

graph deploy teller-pools-mainnet --version-label 0.4.21-6

```





```

Deploy to alchemy
## Deploy to alchemy

graph deploy tellerv2-poolsv2-mainnet \
--version-label 0.4.21.4 \
Expand All @@ -66,6 +70,21 @@ graph deploy tellerv2-poolsv2-mainnet \
```


```

## Deploy to ormi labs

npm run generate arbitrum

npm run codegen && npm run build

yarn deploy_ormi teller-pools-v2-mainnet
yarn deploy_ormi teller-pools-v2-base


```





Expand Down
Loading