I think it would be a great help to Solidity DApp engineers if all cosmos/evm precompile contracts were deploy into a library and uploaded to npm or similar package manager.
Currently, other interfaces are fine, but there's a slight issue with common's Types.sol. It's not possible to package the structure, but using a format like library Types { allows for packaging.
I think it would be a great help to Solidity DApp engineers if all cosmos/evm precompile contracts were deploy into a library and uploaded to npm or similar package manager.
Currently, other interfaces are fine, but there's a slight issue with common's
Types.sol. It's not possible to package the structure, but using a format likelibrary Types {allows for packaging.