Skip to content

Commit 5848a6a

Browse files
committed
update token-voter program id
1 parent 526e44c commit 5848a6a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Anchor.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ gateway = "GgathUhdrCWRHowoRKACjgWhYHfxCEdBi5ViqYN6HVxk"
1010
quadratic = "quadCSapU8nTdLg73KHDnmdxKnJQsh7GUbu5tZfnRRr"
1111
solana-gateway = "gatem74V238djXdzWnJf94Wo1DcnuGkfijbf3AuBhfs"
1212
token-haver = "7gobfUihgoxA14RUnVaseoah89ggCgYAzgz1JoaPAXam"
13-
token_voter = "3JhBg9bSPcfWGFa3t8LH7ooVtrjm45yCkHpxYXMXstUM"
13+
token_voter = "HA99cuBQCCzZu1zuHN2qBxo2FBo1cxNLwKkdt6Prhy8v"
1414
bonk-plugin = "7yJT49ajgYyuhWYzQMzwEt9u9Zbbt7r8Ft2wq1bhhfyy"
1515

1616
[registry]

programs/token-voter/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pub mod tools;
1313
#[macro_use]
1414
extern crate static_assertions;
1515

16-
declare_id!("3JhBg9bSPcfWGFa3t8LH7ooVtrjm45yCkHpxYXMXstUM");
16+
declare_id!("HA99cuBQCCzZu1zuHN2qBxo2FBo1cxNLwKkdt6Prhy8v");
1717

1818
#[program]
1919
pub mod token_voter {

0 commit comments

Comments
 (0)