use-ink / contracts-ui

Web application for deploying wasm smart contracts on Substrate chains that include the FRAME contracts pallet
https://contracts-ui.substrate.io/
GNU General Public License v3.0
62 stars 47 forks source link

Getting address not valid error when trying to add contract on address. #389

Closed niklabh closed 1 year ago

niklabh commented 1 year ago

Describe the bug Getting address not valid error when trying to add contract on address. Chain: Shibuya Contract address: XvGYmchDETWtqy5fFnL6hW3c4oi2RaKs3XogMJ9Nj6heKGo Screenshot from 2023-01-05 11-13-51 Same address is working on polkadot js

To Reproduce Steps to reproduce the behavior:

  1. Go to https://contracts-ui.substrate.io/address-lookup
  2. Enter address XvGYmchDETWtqy5fFnL6hW3c4oi2RaKs3XogMJ9Nj6heKGo
  3. See error

Expected behavior It should be able to add address without error

statictype commented 1 year ago

Thanks for reporting this @niklabh! I added a more reliable fix just now