diff --git a/README.md b/README.md
index e591f09..69a60de 100644
--- a/README.md
+++ b/README.md
@@ -49,7 +49,7 @@ repositories {
}
dependencies {
- implementation("io.eqoty.secretk:client:0.6.0")
+ implementation("io.eqoty.secretk:client:0.7.0")
}
```
@@ -58,7 +58,7 @@ dependencies {
you need to declare your dependency in your `Package.swift`:
```swift
-.package(url: "https://github.com/eqoty-labs/secretk.git", from: "0.6.0"),
+.package(url: "https://github.com/eqoty-labs/secretk.git", from: "0.7.0"),
```
## Useage
diff --git a/gradle.properties b/gradle.properties
index faa69a9..fbe909b 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx4096m
# Publishing : Required
GROUP=io.eqoty.secretk
-VERSION_NAME=0.6.0
+VERSION_NAME=0.7.0
POM_ARTIFACT_ID=client
# Publishing : Optional
diff --git a/secretk.xcframework/Info.plist b/secretk.xcframework/Info.plist
index ae45a55..32f876f 100644
--- a/secretk.xcframework/Info.plist
+++ b/secretk.xcframework/Info.plist
@@ -5,10 +5,8 @@
AvailableLibraries
- DebugSymbolsPath
- dSYMs
LibraryIdentifier
- ios-arm64_x86_64-simulator
+ macos-arm64_x86_64
LibraryPath
secretk.framework
SupportedArchitectures
@@ -17,36 +15,38 @@
x86_64
SupportedPlatform
- ios
- SupportedPlatformVariant
- simulator
+ macos
DebugSymbolsPath
dSYMs
LibraryIdentifier
- ios-arm64
+ ios-arm64_x86_64-simulator
LibraryPath
secretk.framework
SupportedArchitectures
arm64
+ x86_64
SupportedPlatform
ios
+ SupportedPlatformVariant
+ simulator
+ DebugSymbolsPath
+ dSYMs
LibraryIdentifier
- macos-arm64_x86_64
+ ios-arm64
LibraryPath
secretk.framework
SupportedArchitectures
arm64
- x86_64
SupportedPlatform
- macos
+ ios
CFBundlePackageType
diff --git a/secretk.xcframework/ios-arm64/dSYMs/secretk.framework.dSYM/Contents/Resources/DWARF/secretk b/secretk.xcframework/ios-arm64/dSYMs/secretk.framework.dSYM/Contents/Resources/DWARF/secretk
index 7e2bc7b..43bdede 100644
Binary files a/secretk.xcframework/ios-arm64/dSYMs/secretk.framework.dSYM/Contents/Resources/DWARF/secretk and b/secretk.xcframework/ios-arm64/dSYMs/secretk.framework.dSYM/Contents/Resources/DWARF/secretk differ
diff --git a/secretk.xcframework/ios-arm64/secretk.framework/Headers/secretk.h b/secretk.xcframework/ios-arm64/secretk.framework/Headers/secretk.h
index 2e8c08f..2b0ae97 100644
--- a/secretk.xcframework/ios-arm64/secretk.framework/Headers/secretk.h
+++ b/secretk.xcframework/ios-arm64/secretk.framework/Headers/secretk.h
@@ -1934,13 +1934,13 @@ __attribute__((swift_name("SigningCosmWasmClient.Companion")))
@note This method converts instances of CancellationException to errors.
Other uncaught Kotlin exceptions are fatal.
*/
-- (void)doInitApiUrl:(NSString *)apiUrl senderAddress:(NSString *)senderAddress wallet:(id)wallet enigmaUtils:(id)enigmaUtils broadcastMode:(SecretkBroadcastMode *)broadcastMode completionHandler:(void (^)(SecretkSigningCosmWasmClient * _Nullable, NSError * _Nullable))completionHandler __attribute__((swift_name("doInit(apiUrl:senderAddress:wallet:enigmaUtils:broadcastMode:completionHandler:)")));
+- (void)doInitApiUrl:(NSString *)apiUrl senderAddress:(NSString *)senderAddress wallet:(id)wallet enigmaUtils:(id)enigmaUtils broadcastMode:(SecretkBroadcastMode *)broadcastMode chainId:(NSString * _Nullable)chainId completionHandler:(void (^)(SecretkSigningCosmWasmClient * _Nullable, NSError * _Nullable))completionHandler __attribute__((swift_name("doInit(apiUrl:senderAddress:wallet:enigmaUtils:broadcastMode:chainId:completionHandler:)")));
/**
@note This method converts instances of CancellationException to errors.
Other uncaught Kotlin exceptions are fatal.
*/
-- (void)doInitApiUrl:(NSString *)apiUrl senderAddress:(NSString *)senderAddress wallet:(id)wallet seed:(id _Nullable)seed broadcastMode:(SecretkBroadcastMode *)broadcastMode completionHandler:(void (^)(SecretkSigningCosmWasmClient * _Nullable, NSError * _Nullable))completionHandler __attribute__((swift_name("doInit(apiUrl:senderAddress:wallet:seed:broadcastMode:completionHandler:)")));
+- (void)doInitApiUrl:(NSString *)apiUrl senderAddress:(NSString *)senderAddress wallet:(id)wallet seed:(id _Nullable)seed broadcastMode:(SecretkBroadcastMode *)broadcastMode chainId:(NSString * _Nullable)chainId completionHandler:(void (^)(SecretkSigningCosmWasmClient * _Nullable, NSError * _Nullable))completionHandler __attribute__((swift_name("doInit(apiUrl:senderAddress:wallet:seed:broadcastMode:chainId:completionHandler:)")));
@end;
__attribute__((objc_subclassing_restricted))
diff --git a/secretk.xcframework/ios-arm64/secretk.framework/secretk b/secretk.xcframework/ios-arm64/secretk.framework/secretk
index ee69c9c..d4f63a1 100755
Binary files a/secretk.xcframework/ios-arm64/secretk.framework/secretk and b/secretk.xcframework/ios-arm64/secretk.framework/secretk differ
diff --git a/secretk.xcframework/ios-arm64_x86_64-simulator/dSYMs/secretk.framework.dSYM/Contents/Resources/DWARF/secretk b/secretk.xcframework/ios-arm64_x86_64-simulator/dSYMs/secretk.framework.dSYM/Contents/Resources/DWARF/secretk
index a7ac4de..7b89e00 100644
Binary files a/secretk.xcframework/ios-arm64_x86_64-simulator/dSYMs/secretk.framework.dSYM/Contents/Resources/DWARF/secretk and b/secretk.xcframework/ios-arm64_x86_64-simulator/dSYMs/secretk.framework.dSYM/Contents/Resources/DWARF/secretk differ
diff --git a/secretk.xcframework/ios-arm64_x86_64-simulator/secretk.framework/Headers/secretk.h b/secretk.xcframework/ios-arm64_x86_64-simulator/secretk.framework/Headers/secretk.h
index 2e8c08f..2b0ae97 100644
--- a/secretk.xcframework/ios-arm64_x86_64-simulator/secretk.framework/Headers/secretk.h
+++ b/secretk.xcframework/ios-arm64_x86_64-simulator/secretk.framework/Headers/secretk.h
@@ -1934,13 +1934,13 @@ __attribute__((swift_name("SigningCosmWasmClient.Companion")))
@note This method converts instances of CancellationException to errors.
Other uncaught Kotlin exceptions are fatal.
*/
-- (void)doInitApiUrl:(NSString *)apiUrl senderAddress:(NSString *)senderAddress wallet:(id)wallet enigmaUtils:(id)enigmaUtils broadcastMode:(SecretkBroadcastMode *)broadcastMode completionHandler:(void (^)(SecretkSigningCosmWasmClient * _Nullable, NSError * _Nullable))completionHandler __attribute__((swift_name("doInit(apiUrl:senderAddress:wallet:enigmaUtils:broadcastMode:completionHandler:)")));
+- (void)doInitApiUrl:(NSString *)apiUrl senderAddress:(NSString *)senderAddress wallet:(id)wallet enigmaUtils:(id)enigmaUtils broadcastMode:(SecretkBroadcastMode *)broadcastMode chainId:(NSString * _Nullable)chainId completionHandler:(void (^)(SecretkSigningCosmWasmClient * _Nullable, NSError * _Nullable))completionHandler __attribute__((swift_name("doInit(apiUrl:senderAddress:wallet:enigmaUtils:broadcastMode:chainId:completionHandler:)")));
/**
@note This method converts instances of CancellationException to errors.
Other uncaught Kotlin exceptions are fatal.
*/
-- (void)doInitApiUrl:(NSString *)apiUrl senderAddress:(NSString *)senderAddress wallet:(id)wallet seed:(id _Nullable)seed broadcastMode:(SecretkBroadcastMode *)broadcastMode completionHandler:(void (^)(SecretkSigningCosmWasmClient * _Nullable, NSError * _Nullable))completionHandler __attribute__((swift_name("doInit(apiUrl:senderAddress:wallet:seed:broadcastMode:completionHandler:)")));
+- (void)doInitApiUrl:(NSString *)apiUrl senderAddress:(NSString *)senderAddress wallet:(id)wallet seed:(id _Nullable)seed broadcastMode:(SecretkBroadcastMode *)broadcastMode chainId:(NSString * _Nullable)chainId completionHandler:(void (^)(SecretkSigningCosmWasmClient * _Nullable, NSError * _Nullable))completionHandler __attribute__((swift_name("doInit(apiUrl:senderAddress:wallet:seed:broadcastMode:chainId:completionHandler:)")));
@end;
__attribute__((objc_subclassing_restricted))
diff --git a/secretk.xcframework/ios-arm64_x86_64-simulator/secretk.framework/secretk b/secretk.xcframework/ios-arm64_x86_64-simulator/secretk.framework/secretk
index 40aaa04..2ab3ce5 100755
Binary files a/secretk.xcframework/ios-arm64_x86_64-simulator/secretk.framework/secretk and b/secretk.xcframework/ios-arm64_x86_64-simulator/secretk.framework/secretk differ
diff --git a/secretk.xcframework/macos-arm64_x86_64/secretk.framework/Headers/secretk.h b/secretk.xcframework/macos-arm64_x86_64/secretk.framework/Headers/secretk.h
index 2e8c08f..2b0ae97 100644
--- a/secretk.xcframework/macos-arm64_x86_64/secretk.framework/Headers/secretk.h
+++ b/secretk.xcframework/macos-arm64_x86_64/secretk.framework/Headers/secretk.h
@@ -1934,13 +1934,13 @@ __attribute__((swift_name("SigningCosmWasmClient.Companion")))
@note This method converts instances of CancellationException to errors.
Other uncaught Kotlin exceptions are fatal.
*/
-- (void)doInitApiUrl:(NSString *)apiUrl senderAddress:(NSString *)senderAddress wallet:(id)wallet enigmaUtils:(id)enigmaUtils broadcastMode:(SecretkBroadcastMode *)broadcastMode completionHandler:(void (^)(SecretkSigningCosmWasmClient * _Nullable, NSError * _Nullable))completionHandler __attribute__((swift_name("doInit(apiUrl:senderAddress:wallet:enigmaUtils:broadcastMode:completionHandler:)")));
+- (void)doInitApiUrl:(NSString *)apiUrl senderAddress:(NSString *)senderAddress wallet:(id)wallet enigmaUtils:(id)enigmaUtils broadcastMode:(SecretkBroadcastMode *)broadcastMode chainId:(NSString * _Nullable)chainId completionHandler:(void (^)(SecretkSigningCosmWasmClient * _Nullable, NSError * _Nullable))completionHandler __attribute__((swift_name("doInit(apiUrl:senderAddress:wallet:enigmaUtils:broadcastMode:chainId:completionHandler:)")));
/**
@note This method converts instances of CancellationException to errors.
Other uncaught Kotlin exceptions are fatal.
*/
-- (void)doInitApiUrl:(NSString *)apiUrl senderAddress:(NSString *)senderAddress wallet:(id)wallet seed:(id _Nullable)seed broadcastMode:(SecretkBroadcastMode *)broadcastMode completionHandler:(void (^)(SecretkSigningCosmWasmClient * _Nullable, NSError * _Nullable))completionHandler __attribute__((swift_name("doInit(apiUrl:senderAddress:wallet:seed:broadcastMode:completionHandler:)")));
+- (void)doInitApiUrl:(NSString *)apiUrl senderAddress:(NSString *)senderAddress wallet:(id)wallet seed:(id _Nullable)seed broadcastMode:(SecretkBroadcastMode *)broadcastMode chainId:(NSString * _Nullable)chainId completionHandler:(void (^)(SecretkSigningCosmWasmClient * _Nullable, NSError * _Nullable))completionHandler __attribute__((swift_name("doInit(apiUrl:senderAddress:wallet:seed:broadcastMode:chainId:completionHandler:)")));
@end;
__attribute__((objc_subclassing_restricted))
diff --git a/secretk.xcframework/macos-arm64_x86_64/secretk.framework/Versions/A/Headers/secretk.h b/secretk.xcframework/macos-arm64_x86_64/secretk.framework/Versions/A/Headers/secretk.h
index 2e8c08f..2b0ae97 100644
--- a/secretk.xcframework/macos-arm64_x86_64/secretk.framework/Versions/A/Headers/secretk.h
+++ b/secretk.xcframework/macos-arm64_x86_64/secretk.framework/Versions/A/Headers/secretk.h
@@ -1934,13 +1934,13 @@ __attribute__((swift_name("SigningCosmWasmClient.Companion")))
@note This method converts instances of CancellationException to errors.
Other uncaught Kotlin exceptions are fatal.
*/
-- (void)doInitApiUrl:(NSString *)apiUrl senderAddress:(NSString *)senderAddress wallet:(id)wallet enigmaUtils:(id)enigmaUtils broadcastMode:(SecretkBroadcastMode *)broadcastMode completionHandler:(void (^)(SecretkSigningCosmWasmClient * _Nullable, NSError * _Nullable))completionHandler __attribute__((swift_name("doInit(apiUrl:senderAddress:wallet:enigmaUtils:broadcastMode:completionHandler:)")));
+- (void)doInitApiUrl:(NSString *)apiUrl senderAddress:(NSString *)senderAddress wallet:(id)wallet enigmaUtils:(id)enigmaUtils broadcastMode:(SecretkBroadcastMode *)broadcastMode chainId:(NSString * _Nullable)chainId completionHandler:(void (^)(SecretkSigningCosmWasmClient * _Nullable, NSError * _Nullable))completionHandler __attribute__((swift_name("doInit(apiUrl:senderAddress:wallet:enigmaUtils:broadcastMode:chainId:completionHandler:)")));
/**
@note This method converts instances of CancellationException to errors.
Other uncaught Kotlin exceptions are fatal.
*/
-- (void)doInitApiUrl:(NSString *)apiUrl senderAddress:(NSString *)senderAddress wallet:(id)wallet seed:(id _Nullable)seed broadcastMode:(SecretkBroadcastMode *)broadcastMode completionHandler:(void (^)(SecretkSigningCosmWasmClient * _Nullable, NSError * _Nullable))completionHandler __attribute__((swift_name("doInit(apiUrl:senderAddress:wallet:seed:broadcastMode:completionHandler:)")));
+- (void)doInitApiUrl:(NSString *)apiUrl senderAddress:(NSString *)senderAddress wallet:(id)wallet seed:(id _Nullable)seed broadcastMode:(SecretkBroadcastMode *)broadcastMode chainId:(NSString * _Nullable)chainId completionHandler:(void (^)(SecretkSigningCosmWasmClient * _Nullable, NSError * _Nullable))completionHandler __attribute__((swift_name("doInit(apiUrl:senderAddress:wallet:seed:broadcastMode:chainId:completionHandler:)")));
@end;
__attribute__((objc_subclassing_restricted))
diff --git a/secretk.xcframework/macos-arm64_x86_64/secretk.framework/Versions/A/secretk b/secretk.xcframework/macos-arm64_x86_64/secretk.framework/Versions/A/secretk
index 02e8f0a..6f4cea2 100755
Binary files a/secretk.xcframework/macos-arm64_x86_64/secretk.framework/Versions/A/secretk and b/secretk.xcframework/macos-arm64_x86_64/secretk.framework/Versions/A/secretk differ
diff --git a/secretk.xcframework/macos-arm64_x86_64/secretk.framework/Versions/Current/Headers/secretk.h b/secretk.xcframework/macos-arm64_x86_64/secretk.framework/Versions/Current/Headers/secretk.h
index 2e8c08f..2b0ae97 100644
--- a/secretk.xcframework/macos-arm64_x86_64/secretk.framework/Versions/Current/Headers/secretk.h
+++ b/secretk.xcframework/macos-arm64_x86_64/secretk.framework/Versions/Current/Headers/secretk.h
@@ -1934,13 +1934,13 @@ __attribute__((swift_name("SigningCosmWasmClient.Companion")))
@note This method converts instances of CancellationException to errors.
Other uncaught Kotlin exceptions are fatal.
*/
-- (void)doInitApiUrl:(NSString *)apiUrl senderAddress:(NSString *)senderAddress wallet:(id)wallet enigmaUtils:(id)enigmaUtils broadcastMode:(SecretkBroadcastMode *)broadcastMode completionHandler:(void (^)(SecretkSigningCosmWasmClient * _Nullable, NSError * _Nullable))completionHandler __attribute__((swift_name("doInit(apiUrl:senderAddress:wallet:enigmaUtils:broadcastMode:completionHandler:)")));
+- (void)doInitApiUrl:(NSString *)apiUrl senderAddress:(NSString *)senderAddress wallet:(id)wallet enigmaUtils:(id)enigmaUtils broadcastMode:(SecretkBroadcastMode *)broadcastMode chainId:(NSString * _Nullable)chainId completionHandler:(void (^)(SecretkSigningCosmWasmClient * _Nullable, NSError * _Nullable))completionHandler __attribute__((swift_name("doInit(apiUrl:senderAddress:wallet:enigmaUtils:broadcastMode:chainId:completionHandler:)")));
/**
@note This method converts instances of CancellationException to errors.
Other uncaught Kotlin exceptions are fatal.
*/
-- (void)doInitApiUrl:(NSString *)apiUrl senderAddress:(NSString *)senderAddress wallet:(id)wallet seed:(id _Nullable)seed broadcastMode:(SecretkBroadcastMode *)broadcastMode completionHandler:(void (^)(SecretkSigningCosmWasmClient * _Nullable, NSError * _Nullable))completionHandler __attribute__((swift_name("doInit(apiUrl:senderAddress:wallet:seed:broadcastMode:completionHandler:)")));
+- (void)doInitApiUrl:(NSString *)apiUrl senderAddress:(NSString *)senderAddress wallet:(id)wallet seed:(id _Nullable)seed broadcastMode:(SecretkBroadcastMode *)broadcastMode chainId:(NSString * _Nullable)chainId completionHandler:(void (^)(SecretkSigningCosmWasmClient * _Nullable, NSError * _Nullable))completionHandler __attribute__((swift_name("doInit(apiUrl:senderAddress:wallet:seed:broadcastMode:chainId:completionHandler:)")));
@end;
__attribute__((objc_subclassing_restricted))
diff --git a/secretk.xcframework/macos-arm64_x86_64/secretk.framework/Versions/Current/secretk b/secretk.xcframework/macos-arm64_x86_64/secretk.framework/Versions/Current/secretk
index c875d2c..8079a42 100755
Binary files a/secretk.xcframework/macos-arm64_x86_64/secretk.framework/Versions/Current/secretk and b/secretk.xcframework/macos-arm64_x86_64/secretk.framework/Versions/Current/secretk differ