diff --git a/docker/Makefile b/docker/Makefile index 64c57669..9e5a0969 100644 --- a/docker/Makefile +++ b/docker/Makefile @@ -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. # diff --git a/ts/packages/spl-token/package.json b/ts/packages/spl-token/package.json index fba30f6a..702cdf74 100644 --- a/ts/packages/spl-token/package.json +++ b/ts/packages/spl-token/package.json @@ -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 ",