tablelandnetwork / tableland-js

Mono-repo containing Tableland JS libraries and tools
13 stars 1 forks source link

upgrade `@tableland/evm` dep #145

Closed joewagner closed 4 months ago

joewagner commented 4 months ago

This upgrades @tableland/evm and fixes this issue described here: https://github.com/tablelandnetwork/evm-tableland/pull/501

joewagner commented 4 months ago

@dtbuchholz Turns out there's a bug in ethers 6.12.0 that was failing our tests here. The bug was fixed in 6.12.1, so I had to upgrade to get this to pass. It will need another 👍