Skip to content

Commit

Permalink
build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
aalu1418 committed Jul 8, 2024
1 parent dce5ba1 commit 81b1f0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/programs-keys-gen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ STORE_PROGRAM_ID=$(solana-keygen pubkey ./contracts/artifacts/$network/store-key
echo $STORE_PROGRAM_ID > ./contracts/artifacts/$network/store-keypair.pub

# solana-keygen new -o ./contracts/artifacts/$network/ocr2-keypair.json
OCR2_PROGRAM_ID=$(solana-keygen pubkey ./contracts/artifacts/$network/ocr2-keypair.json)
echo $OCR2_PROGRAM_ID > ./contracts/artifacts/$network/ocr2-keypair.pub
OCR2_PROGRAM_ID=$(solana-keygen pubkey ./contracts/artifacts/$network/ocr_2-keypair.json)
echo $OCR2_PROGRAM_ID > ./contracts/artifacts/$network/ocr_2-keypair.pub

mkdir -p ./contracts/target/deploy
cp ./contracts/artifacts/$network/*.json ./contracts/target/deploy
Expand Down

0 comments on commit 81b1f0b

Please sign in to comment.