From 5f400992004a36a97526e94f2061f2c318dccf03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Pr=C3=A9vost?= <998369+prevostc@users.noreply.github.com> Date: Tue, 19 Mar 2024 22:51:40 +0100 Subject: [PATCH] Rename to CLM --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9815203..834da66 100644 --- a/package.json +++ b/package.json @@ -14,8 +14,8 @@ "remove-local": "graph remove beefyfinance/beefy-cl --node http://127.0.0.1:8020", "prepare:arbitrum": "mustache config/arbitrum.json subgraph.template.yaml > subgraph.yaml", "prepare:optimism": "mustache config/optimism.json subgraph.template.yaml > subgraph.yaml", - "deploy:arbitrum": "0xgraph remove beefyfinance/alm-arbitrum && sleep 10 && 0xgraph create beefyfinance/alm-arbitrum && yarn --silent codegen && 0xgraph build && sleep 5 && 0xgraph deploy beefyfinance/alm-arbitrum --version-label=v0.0.1", - "deploy:optimism": "0xgraph remove beefyfinance/alm-optimism && sleep 10 && 0xgraph create beefyfinance/alm-optimism && yarn --silent codegen && 0xgraph build && sleep 5 && 0xgraph deploy beefyfinance/alm-optimism --version-label=v0.0.1" + "deploy:arbitrum": "0xgraph remove beefyfinance/clm-arbitrum && sleep 10 && 0xgraph create beefyfinance/clm-arbitrum && yarn --silent codegen && 0xgraph build && sleep 5 && 0xgraph deploy beefyfinance/clm-arbitrum --version-label=v0.0.1", + "deploy:optimism": "0xgraph remove beefyfinance/clm-optimism && sleep 10 && 0xgraph create beefyfinance/clm-optimism && yarn --silent codegen && 0xgraph build && sleep 5 && 0xgraph deploy beefyfinance/clm-optimism --version-label=v0.0.1" }, "main": "./bin/index.js", "bin": {