From 5231613235b1dc9eca9a603913ea408adc3fc713 Mon Sep 17 00:00:00 2001 From: Vadim Fadeev Date: Wed, 23 Oct 2024 16:57:33 +0100 Subject: [PATCH] feat: add new editions (#7) --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 858ffa5..58645af 100644 --- a/package.json +++ b/package.json @@ -8,8 +8,10 @@ "build-interfaces": "cd packages/libreplex-idls && yarn package && yarn build && cd .. && cd libreplex-sdk && yarn build && cd ../..", "build": "lerna run clean && lerna run build", "libre-cli": "ts-node src/cli/index.ts", - "lint": "next lint", - + + "libreplex_editions:deploy-dev:solana-dev-net": "anchor build -p libreplex_editions && anchor deploy -p libreplex_editions --provider.cluster https://api.devnet.solana.com --provider.wallet ~/.config/solana/id.json", + "libreplex_editions_controls:deploy-dev:solana-dev-net": "anchor build -p libreplex_editions_controls && anchor deploy -p libreplex_editions_controls --provider.cluster https://api.devnet.solana.com --provider.wallet ~/.config/solana/id.json", + "libreplex_editions:deploy:eclipse-dev2": "anchor deploy -p libreplex_editions --provider.cluster https://staging-rpc.dev2.eclipsenetwork.xyz --provider.wallet ~/.config/solana/id.json", "libreplex_editions_controls:deploy:eclipse-dev2": "anchor build -p libreplex_editions_controls && anchor deploy -p libreplex_editions_controls --provider.cluster https://staging-rpc.dev2.eclipsenetwork.xyz --provider.wallet ~/.config/solana/id.json",