Co-authored-by: henrye <henry@notanemail>
@@ -2,7 +2,7 @@ WORKDIR=$(PWD)
#
# Extract anchor version from the Cargo.toml.
-ANCHOR_CLI=v$(shell awk -F ' = ' '$$1 ~ /version/ { gsub(/[\"]/, "", $$2); printf("%s",$$2) }' ../cli/Cargo.toml)
+ANCHOR_CLI=v0.26.0
# Solana toolchain.
@@ -1,5 +1,5 @@
{
- "name": "@coral-xyz/spl-token",
+ "name": "@project-serum/spl-token",
"description": "Anchor client for Solana Program Library Token",
"version": "0.26.0",
"author": "acheron <acheroncrypto@gmail.com>",