Closed TorstenStueber closed 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".
substrate
polkadot
import "substrate"
import "polkadot"
The latest Solang version renames the
substrate
target to thepolkadot
target. It also requires that contracts rename theimport "substrate"
statement intoimport "polkadot"
.