From e8a13de662e85f7701fbaca6961b7c4f46c5efcc Mon Sep 17 00:00:00 2001 From: pr0n00gler Date: Tue, 13 Feb 2024 18:08:18 +0400 Subject: [PATCH] neutron-sdk main branch --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2bd1b9f..85e0dd7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -594,7 +594,7 @@ dependencies = [ [[package]] name = "neutron-sdk" version = "0.8.0" -source = "git+https://github.com/neutron-org/neutron-sdk?branch=feat/missing-tokenfactory-bindings#05b05de6d1b4c559de283e064e79b1a632b0d0a1" +source = "git+https://github.com/neutron-org/neutron-sdk?branch=main#398d4624976eb44f8573c0ecf698b9e0b0e41b00" dependencies = [ "bech32", "cosmos-sdk-proto 0.20.0", diff --git a/Cargo.toml b/Cargo.toml index eb3c260..f38050e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ incremental = false overflow-checks = true [workspace.dependencies] -neutron-sdk = { git = "https://github.com/neutron-org/neutron-sdk", branch = "feat/missing-tokenfactory-bindings" } +neutron-sdk = { git = "https://github.com/neutron-org/neutron-sdk", branch = "main" } prost = "0.12.1" prost-types = "0.12.1" cosmos-sdk-proto = { version = "0.20.0", default-features = false }