Orange-Wallet / wallet-connect-dart

Wallet Connect client in Dart.
https://pub.dev/packages/wallet_connect
BSD 3-Clause "New" or "Revised" License
115 stars 78 forks source link

fix: to address would be null when you deploy a smart contract #35

Closed asgartth closed 1 year ago

asgartth commented 1 year ago

When us connect on the Ethereum remix using wallet connect and try to deploy using wallet connect package a exception is triggered because TO address is null.

Then, to address was changed to nullable

thelazyindian commented 1 year ago

Resolved by https://github.com/Orange-Wallet/wallet-connect-dart/pull/22.