Skip to content

Commit

Permalink
update anchor and solana versions
Browse files Browse the repository at this point in the history
  • Loading branch information
solanoepalacio committed Mar 28, 2024
1 parent 4e97be6 commit f18ed8c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions token-dispenser/Anchor.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ seeds = false
skip-lint = false

[toolchain]
anchor_version = "0.27.0"
solana_version = "1.14.20"
anchor_version = "0.29.0"
solana_version = "1.17.24"

[registry]
url = "https://api.apr.dev"
Expand All @@ -14,13 +14,13 @@ cluster = "devnet"
wallet = "../frontend/integration/keys/funder_private_key.json"

[programs.localnet]
token_dispenser = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS"
token_dispenser = "WabZqXyytFA2XeXswf9DdQkQuSZuRiEgKdDmq7c5Mnp"

[programs.mainnet]
token_dispenser = "wajpxnegR3qqtyeBwSRaGtQ9sxrTJWkA9kMCirrsudp"
token_dispenser = "WabZqXyytFA2XeXswf9DdQkQuSZuRiEgKdDmq7c5Mnp"

[programs.devnet]
token_dispenser = "wajpxnegR3qqtyeBwSRaGtQ9sxrTJWkA9kMCirrsudp"
token_dispenser = "WabZqXyytFA2XeXswf9DdQkQuSZuRiEgKdDmq7c5Mnp"

[scripts]
test = "cargo test-bpf"
Expand Down
2 changes: 1 addition & 1 deletion token-dispenser/programs/token-dispenser/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ mod tests;

mod ecosystems;

declare_id!("waNTLJXETasWVTP1qj84Zs6h7XY8qvzqmKd1QWqxyLB");
declare_id!("WabZqXyytFA2XeXswf9DdQkQuSZuRiEgKdDmq7c5Mnp");

const CONFIG_SEED: &[u8] = b"config";
const RECEIPT_SEED: &[u8] = b"receipt";
Expand Down

0 comments on commit f18ed8c

Please sign in to comment.