Skip to content

Commit

Permalink
fix: node registration (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cifko authored Dec 17, 2024
1 parent 4dda3aa commit bcffcea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions atoma-sui/src/client.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
use serde_json::json;
use std::path::Path;
use sui_sdk::{
json::SuiJsonValue, rpc_types::SuiData, types::base_types::ObjectID,
Expand Down Expand Up @@ -178,6 +179,8 @@ impl AtomaSuiClient {
vec![
SuiJsonValue::from_object_id(self.config.atoma_db()),
SuiJsonValue::from_object_id(toma_wallet_address),
SuiJsonValue::new(json!([])).unwrap(),
SuiJsonValue::new(json!([])).unwrap(),
],
gas,
gas_budget.unwrap_or(GAS_BUDGET),
Expand Down

0 comments on commit bcffcea

Please sign in to comment.