Skip to content

Commit

Permalink
Update package id
Browse files Browse the repository at this point in the history
  • Loading branch information
Linerre committed Feb 6, 2025
1 parent 75d4071 commit c809f76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/sdk-sui/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const PACKAGE_ID = "0xa519420a59570774321904bab38b49cf4bbdbc7e6dbf4c481c3cf7b1fb5f1276"
export const PACKAGE_ID = "0x925916610041e210f30811b582ff8f923503edcec9c2c77bcca48d1874c1ff29"
export const PROFILE_MODULE_STRUCT = `profile::PlayerProfile`
export const SERVER_MODULE_STRUCT = `server::Server`
export const GAME_MODULE_STRUCT = `game::Game`
Expand Down
2 changes: 1 addition & 1 deletion transport/src/sui/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pub const MAX_GAME_NAME_LEN: usize = 50;
pub const BUNDLE_COVER: &str = "https://ar-io.net/RxxOQizlpeUfLJzDmNYSCrBRtIWibkAUC-VhO2coFbE";

// Common Coin/Objects addresses
pub const PACKAGE_ID: &str = "0xa519420a59570774321904bab38b49cf4bbdbc7e6dbf4c481c3cf7b1fb5f1276";
pub const PACKAGE_ID: &str = "0x925916610041e210f30811b582ff8f923503edcec9c2c77bcca48d1874c1ff29";
pub const SUI_ACCOUNT: &str = "0xd1204296954a3db409ecd2fd35c2ee750f12dafb1088cb1656566078fc46ad6e";
pub const PUBLISHER: &str = "0x7a1f6dc139d351b41066ea726d9b53670b6d827a0745d504dc93e61a581f7192";
pub const COIN_SUI_PATH: &str = "0x2::sui::SUI";
Expand Down

0 comments on commit c809f76

Please sign in to comment.