Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit d16da5b

Browse files
authored
Update rust stable to 1.49 (and add token swap program id) (#1158)
* Update token swap program id * Update rust stable to 1.49
1 parent 00f28ee commit d16da5b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

ci/rust-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
if [[ -n $RUST_STABLE_VERSION ]]; then
1919
stable_version="$RUST_STABLE_VERSION"
2020
else
21-
stable_version=1.48.0
21+
stable_version=1.49.0
2222
fi
2323

2424
if [[ -n $RUST_NIGHTLY_VERSION ]]; then

token-swap/program/program-id.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
SwaPpA9LAaLfeLi3a68M4DjnLqgtticKg6CnyNwgAC8

token-swap/program/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ mod entrypoint;
1515
// Export current sdk types for downstream users building with a different sdk version
1616
pub use solana_program;
1717

18-
solana_program::declare_id!("TokenSwap1111111111111111111111111111111111");
18+
solana_program::declare_id!("SwaPpA9LAaLfeLi3a68M4DjnLqgtticKg6CnyNwgAC8");

0 commit comments

Comments
 (0)