Skip to content

Commit

Permalink
fix: changed deploy_token gas/deposit consts after merging
Browse files Browse the repository at this point in the history
  • Loading branch information
frolvanya committed Jan 9, 2025
1 parent 0ab7b4b commit f68493a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,8 @@ impl NearBridgeClient {
receiver_id: token_locker_id.to_string(),
method_name: "deploy_token".to_string(),
args: borsh::to_vec(&args).map_err(|_| BridgeSdkError::UnknownError)?,
gas: DEPLOY_TOKEN_WITH_VAA_GAS,
deposit: DEPLOY_TOKEN_WITH_VAA_DEPOSIT,
gas: DEPLOY_TOKEN_GAS,
deposit: DEPLOY_TOKEN_DEPOSIT,
},
near_primitives::views::TxExecutionStatus::Executed,
)
Expand Down

0 comments on commit f68493a

Please sign in to comment.