pendulum-chain / pendulum-solidity-wrapper

A collection of Solidity wrapper contracts emulating common ERC interfaces to grant access to runtime features on Pendulum.
GNU General Public License v3.0
0 stars 0 forks source link

Support latest Solang version #32

Closed TorstenStueber closed 1 year ago

TorstenStueber commented 1 year ago

The latest Solang version renames the substrate target to the polkadot target. It also requires that contracts rename the import "substrate" statement into import "polkadot".