Skip to content

Updated solidity version to 0.8.20; & Added Address.sol library#31

Open
AAYUSH-GUPTA-coder wants to merge 1 commit into
RareSkills:mainfrom
AAYUSH-GUPTA-coder:patch-2
Open

Updated solidity version to 0.8.20; & Added Address.sol library#31
AAYUSH-GUPTA-coder wants to merge 1 commit into
RareSkills:mainfrom
AAYUSH-GUPTA-coder:patch-2

Conversation

@AAYUSH-GUPTA-coder
Copy link
Copy Markdown

Added Address.sol library to solve this error

DeclarationError: Identifier is not a library name.
 --> contracts/testRearSkill.sol:7:11:
  |
7 |     using Address for address;
  |           ^^^^^^^

and solidity version to 0.8.20 to solve this error

ParserError: Source file requires different compiler version (current compiler is 0.8.15+commit.e14f2714.Emscripten.clang) 

Added Address.sol library to solve this error 
```
DeclarationError: Identifier is not a library name.
 --> contracts/testRearSkill.sol:7:11:
  |
7 |     using Address for address;
  |           ^^^^^^^

```

and solidity version to 0.8.20 to solve this error 
```
ParserError: Source file requires different compiler version (current compiler is 0.8.15+commit.e14f2714.Emscripten.clang) 

```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant