sporeprotocol / spore-sdk

The Ultimate TypeScript SDK for Spore Protocol
https://docs.spore.pro
MIT License
12 stars 10 forks source link

chore: skip checking content-type #111

Closed ashuralyk closed 3 months ago

ashuralyk commented 3 months ago

Description

considering we may have developers who make their own custom spore-like contracts that also building applications under spore-sdk, it's proper to enable to skip the check of content-type limitation.

co-build feature is essential for current version of spore contract, exporting its interfaces directly is reasonable.