Skip to content

Commit 321b42a

Browse files
committed
remove token examples that require metaplex from github actions, localnet results in error: Transaction simulation failed: This program may not be used for executing instructions
1 parent 0f9c939 commit 321b42a

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

.github/workflows/anchor.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,7 @@ jobs:
5555
"basics/rent/anchor"
5656
"basics/repository-layout/anchor"
5757
"basics/transfer-sol/anchor"
58-
"tokens/create-token/anchor"
59-
"tokens/nft-minter/anchor"
60-
"tokens/pda-mint-authority/anchor"
61-
"tokens/spl-token-minter/anchor"
6258
"tokens/token-swap/anchor"
63-
"tokens/transfer-tokens/anchor"
6459
"tokens/token-2022/basics/anchor"
6560
"tokens/token-2022/cpi-guard/anchor"
6661
"tokens/token-2022/default-account-state/anchor"
@@ -141,12 +136,7 @@ jobs:
141136
"basics/rent/anchor"
142137
"basics/repository-layout/anchor"
143138
"basics/transfer-sol/anchor"
144-
"tokens/create-token/anchor"
145-
"tokens/nft-minter/anchor"
146-
"tokens/pda-mint-authority/anchor"
147-
"tokens/spl-token-minter/anchor"
148139
"tokens/token-swap/anchor"
149-
"tokens/transfer-tokens/anchor"
150140
"tokens/token-2022/basics/anchor"
151141
"tokens/token-2022/cpi-guard/anchor"
152142
"tokens/token-2022/default-account-state/anchor"

tokens/token-2022/group/anchor/Anchor.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ group = "4XCDGMD8fsdjUzmYj6d9if8twFt1f23Ym52iDmWK8fFs"
1111
url = "https://api.apr.dev"
1212

1313
[provider]
14-
cluster = "Devnet"
14+
cluster = "localnet"
1515
wallet = "~/.config/solana/id.json"
1616

1717
[scripts]

0 commit comments

Comments
 (0)