Skip to content

Commit 34d403b

Browse files
committed
Step 5: build and deploy your solana program to the devnet
1 parent 54b7727 commit 34d403b

File tree

3 files changed

+1423
-4
lines changed

3 files changed

+1423
-4
lines changed

Anchor.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[features]
22
seeds = false
33
skip-lint = false
4-
[programs.localnet]
5-
solana_hello_world = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS"
4+
[programs.devnet]
5+
solana_hello_world = "Ecr5UgGyJTnKraLRPYBXrK9RD7DfoVDYfSioVksnnfjA"
66

77
[registry]
88
url = "https://api.apr.dev"
99

1010
[provider]
11-
cluster = "localnet"
11+
cluster = "devnet"
1212
wallet = "/Users/ajayvasisht/.config/solana/id.json"
1313

1414
[scripts]

0 commit comments

Comments
 (0)