replace serum/anchor with coral-xyz/anchor (#28874)

This commit is contained in:
kirill lykov 2022-11-19 16:17:01 +01:00 committed by GitHub
parent e81d76c9b9
commit f75d7898db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ EOF
anchor() {
set -x
rm -rf anchor
git clone https://github.com/project-serum/anchor.git
git clone https://github.com/coral-xyz/anchor.git
cd anchor
update_solana_dependencies . "$solana_ver"