Skip to content

Commit

Permalink
re-deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
yimingWOW committed Jan 13, 2025
1 parent 66659f9 commit 62654d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Anchor.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ resolution = true
skip-lint = false

[programs.localnet]
fall = "3DNfsn8oRdET1qob8PsoKuWkZ78r6qTCWfMZskUmpJgL"
fall = "BmzRwgDaqP6cSLoA2u2A7NysVF8nbbw8xRomRUc3DTt2"

[registry]
url = "https://api.apr.dev"
Expand Down
2 changes: 1 addition & 1 deletion app/src/idl/fall.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"address": "3DNfsn8oRdET1qob8PsoKuWkZ78r6qTCWfMZskUmpJgL",
"address": "BmzRwgDaqP6cSLoA2u2A7NysVF8nbbw8xRomRUc3DTt2",
"metadata": {
"name": "fall",
"version": "0.1.0",
Expand Down
2 changes: 1 addition & 1 deletion programs/fall/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ mod constants;
mod instructions;
mod state;

declare_id!("3DNfsn8oRdET1qob8PsoKuWkZ78r6qTCWfMZskUmpJgL");
declare_id!("BmzRwgDaqP6cSLoA2u2A7NysVF8nbbw8xRomRUc3DTt2");


#[program]
Expand Down

0 comments on commit 62654d6

Please sign in to comment.