@walletconnect/react-native-compat 2.18.1-canary-ca-3 → 2.18.1-canary-ca-4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/ios/Yttrium.swift CHANGED
@@ -367,7 +367,7 @@ class Yttrium: NSObject {
367
367
  if let dict = params as? [String: Any],
368
368
  let bridgeSignedTransactions = dict["bridgeSignedTransactions"] as? Array<String>,
369
369
  let initialSignedTransaction = dict["initialSignedTransaction"] as? String,
370
- let orchestrationId = dict["initialSignedTransaction"] as? String {
370
+ let orchestrationId = dict["orchestrationId"] as? String {
371
371
 
372
372
  if((client) != nil) {
373
373
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@walletconnect/react-native-compat",
3
3
  "description": "Shims for WalletConnect Protocol in React Native Projects",
4
- "version": "2.18.1-canary-ca-3",
4
+ "version": "2.18.1-canary-ca-4",
5
5
  "author": "WalletConnect, Inc. <walletconnect.com>",
6
6
  "homepage": "https://github.com/walletconnect/walletconnect-monorepo/",
7
7
  "license": "Apache-2.0",