This repository has been archived by the owner on Dec 11, 2024. It is now read-only.
forked from wen-community/wen-program-library
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
461db37
commit 98649f3
Showing
8 changed files
with
105 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 18 additions & 2 deletions
20
packages/protocol-contracts-svm-marketplace/scripts/modifyMarket.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,22 @@ | ||
npx ts-node ./src/cli/modifyMarket.ts \ | ||
-k ~/.config/solana/id.json \ | ||
-r https://mainnetbeta-rpc.eclipse.xyz \ | ||
-m Rari4ReeeT8bhbsRGP5J8RBhTFXTAP7iMm7VHuNQTs5 \ | ||
--feeBps 0 \ | ||
--feeRecipient AsSKqK7CkxFUf3KaoQzzr8ZLPm5fFguUtVE5QwGALQQn \ | ||
--ledger true | ||
|
||
|
||
npx ts-node ./src/cli/modifyMarket.ts \ | ||
-k ~/.config/solana/id.json \ | ||
-r https://testnet.dev2.eclipsenetwork.xyz \ | ||
-m Rari4ReeeT8bhbsRGP5J8RBhTFXTAP7iMm7VHuNQTs5 \ | ||
--feeBps 0 \ | ||
--feeRecipient AsSKqK7CkxFUf3KaoQzzr8ZLPm5fFguUtVE5QwGALQQn | ||
|
||
npx ts-node ./src/cli/modifyMarket.ts \ | ||
-k ~/.config/solana/id.json \ | ||
-r https://api.devnet.solana.com \ | ||
-m Rarim7DMoD45z1o25QWPsWvTdFSSEdxaxriwWZLLTic \ | ||
--feeBps 500 \ | ||
-m Rari4ReeeT8bhbsRGP5J8RBhTFXTAP7iMm7VHuNQTs5 \ | ||
--feeBps 0 \ | ||
--feeRecipient AsSKqK7CkxFUf3KaoQzzr8ZLPm5fFguUtVE5QwGALQQn |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters