Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
adairrr committed May 30, 2024
1 parent 7c29af2 commit fe56e2e
Show file tree
Hide file tree
Showing 32 changed files with 2,268 additions and 3,638 deletions.
6 changes: 3 additions & 3 deletions contracts/interchain-gov/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ cw-asset = { workspace = true }
abstract-adapter = { workspace = true }
const_format = { workspace = true }
sha2 = { workspace = true }
base64 = { version = "0.22.1",default-features = false,features = ["alloc"] }
base64 = { version = "0.22.1", default-features = false, features = ["alloc"] }
ibc-sync-state = { path = "../../packages/ibc-sync-state" }

serde = "1"
Expand Down Expand Up @@ -82,5 +82,5 @@ cw-orch-interchain = { workspace = true }
env_logger = { workspace = true }
dotenv = { workspace = true }
abstract-cw-orch-polytone = "2.0.0"
abstract-interface = { workspace = true }
abstract-interchain-tests = "0.22"
abstract-interface = { workspace = true }
abstract-interchain-tests = "0.22"
4 changes: 2 additions & 2 deletions packages/ibc-sync-state/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cw-asset = { workspace = true }
abstract-adapter = { workspace = true }
const_format = { workspace = true }
sha2 = { workspace = true }
base64 = { version = "0.22.1",default-features = false,features = ["alloc"] }
base64 = { version = "0.22.1", default-features = false, features = ["alloc"] }

serde = "1"
cw-utils = "1.0.3"
Expand All @@ -45,4 +45,4 @@ env_logger = { workspace = true, optional = true }
interchain-gov = { workspace = true }
abstract-client = { workspace = true }
abstract-adapter = { workspace = true, features = ["test-utils"] }
speculoos = { workspace = true }
speculoos = { workspace = true }
8 changes: 4 additions & 4 deletions packages/neutron-query/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ default = []
cosmwasm-std = { workspace = true }
cosmwasm-schema = { workspace = true }
cw-storage-plus = { workspace = true }
abstract-app = { workspace = true}
abstract-sdk = { workspace = true}
abstract-adapter = { workspace = true}
abstract-app = { workspace = true }
abstract-sdk = { workspace = true }
abstract-adapter = { workspace = true }
cw-orch = { workspace = true }
thiserror = { workspace = true }
cw-asset = { workspace = true }
cw-controllers = { workspace = true }
cosmos-anybuf = { version = "0.1.0", git = "https://github.com/AbstractSDK/cosmos-anybuf" }
neutron-sdk = { package = "neutron-sdk", git = "https://github.com/neutron-org/neutron-sdk", branch = "feat/proposal-votes" }
neutron-sdk = { package = "neutron-sdk", git = "https://github.com/neutron-org/neutron-sdk", branch = "feat/proposal-votes" }
Loading

0 comments on commit fe56e2e

Please sign in to comment.