Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
Signed-off-by: chrismaree <[email protected]>
  • Loading branch information
chrismaree committed Sep 23, 2024
1 parent 7a918c6 commit f249bda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion programs/svm-spoke/src/instructions/admin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pub struct Initialize<'info> {
pub fn initialize(
ctx: Context<Initialize>,
seed: u64,
initial_number_of_deposits: u64,
initial_number_of_deposits: u32,
chain_id: u64, // Across definition of chainId for Solana.
remote_domain: u32, // CCTP domain for Mainnet Ethereum.
cross_domain_admin: Pubkey, // HubPool on Mainnet Ethereum.
Expand Down
2 changes: 1 addition & 1 deletion programs/svm-spoke/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pub mod svm_spoke {
pub fn initialize(
ctx: Context<Initialize>,
seed: u64,
initial_number_of_deposits: u64,
initial_number_of_deposits: u32,
chain_id: u64,
remote_domain: u32,
cross_domain_admin: Pubkey,
Expand Down

0 comments on commit f249bda

Please sign in to comment.