0xSpaceShard / starknet-hardhat-plugin

A plugin for integrating Starknet tools into Hardhat projects
https://0xspaceshard.github.io/starknet-hardhat-plugin/
MIT License
197 stars 36 forks source link

adapt.ts: add support for core::integer::u256 #358

Closed cfal closed 1 year ago

cfal commented 1 year ago

Usage related changes

Fixes handling for core::integer::u256, which should be represented as 2 felts. Partly addresses #341

Checklist: