adrianmcli / eth95

🛠️ A smart contract UI for your Ethereum dapp project
https://eth95.dev
534 stars 100 forks source link

Fix "invalid BigNumber" for uint256[] arguments #70

Closed paulbalaji closed 1 year ago

paulbalaji commented 1 year ago

Problem: Entering a list for a function taking in uint256[] failed. image image

Quick fix: Check if array type first before checking if uint type

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
eth95 ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Feb 24, 2023 at 2:49PM (UTC)
RyanRHall commented 1 year ago

have not had a chance to test, but fixing this bug would be super helpful @adrianmcli :)

adrianmcli commented 1 year ago

Thanks for the PR @paulbalaji. Thanks for the bump @RyanRHall.