Skip to content

Commit

Permalink
fix: rebase conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
willemneal committed Jan 11, 2024
1 parent 19e64a8 commit 89b3315
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 3 additions & 7 deletions cmd/soroban-cli/src/commands/contract/bindings/typescript.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,10 @@ use clap::{command, Parser};
use soroban_spec_tools::contract as contract_spec;
use soroban_spec_typescript::{self as typescript, boilerplate::Project};

use crate::wasm;
use crate::{
commands::{
config::locator,
contract::{self, fetch},
network::{self, Network},
},
use crate::commands::{
config::locator,
contract::{self, fetch},
network::{self, Network},
};
use crate::wasm;

Expand Down
3 changes: 2 additions & 1 deletion cmd/soroban-cli/src/commands/contract/deploy/wasm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ use soroban_env_host::{
use crate::commands::contract::{self, id::wasm::get_contract_id};
use crate::{
commands::{config, contract::install, HEADING_RPC},
rpc::{self, Client},
utils, wasm,
};
use rpc::Client;
use soroban_rpc as rpc;

#[derive(Parser, Debug, Clone)]
#[command(group(
Expand Down
2 changes: 1 addition & 1 deletion cmd/soroban-cli/src/commands/events.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use clap::{arg, command, Parser};
use std::io;

use super::config::{locator, network};
use super::{config::locator, network};
use crate::utils;
use soroban_env_host::xdr::{self, Limits, ReadXdr};
use soroban_rpc as rpc;
Expand Down

0 comments on commit 89b3315

Please sign in to comment.