snapshot-labs / sx-starknet

Core smart contracts of Snapshot X for Starknet
https://docs.snapshotx.xyz
MIT License
112 stars 69 forks source link

update Herodotus interface #623

Closed pscott closed 1 month ago

pscott commented 1 month ago

Updates the Herodotus interface to be compatible with the latest sepolia version

pscott commented 1 month ago

tests are failing because

ImportError: cannot import name 'deprecated' from 'typing_extensions' (/opt/hostedtoolcache/Python/3.9.19/x64/lib/python3.9/site-packages/typing_extensions.py)

so I'm guessing we really need to update our dependencies :p can merge this though as the changes are minimal and have been tested live by @Sekhmet