Skip to content

Commit

Permalink
Rename 'substrate' imports to 'polkadot' (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
TorstenStueber authored Oct 4, 2023
1 parent 5ce3bcf commit 0b2930b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion erc20-wrapper/ERC20Wrapper.sol
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// This file does not define a pragma version because it is meant to be compiled with Solang and Solang ignores
// pragma definitions, see [here](https://solang.readthedocs.io/en/latest/language/pragmas.html).

import "substrate";
import "polkadot";

contract ERC20Wrapper {

Expand Down
2 changes: 1 addition & 1 deletion price-oracle-wrapper/PriceOracleWrapper.sol
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// This file does not define a pragma version because it is meant to be compiled with Solang and Solang ignores
// pragma definitions, see [here](https://solang.readthedocs.io/en/latest/language/pragmas.html).

import "substrate";
import "polkadot";
import {IPriceOracleGetter} from "./interfaces/IPriceOracleGetter.sol";

/**
Expand Down

0 comments on commit 0b2930b

Please sign in to comment.