Skip to content

Commit

Permalink
Merge pull request #2 from ondratra/new_solidity_versions_0.8.12_0.8.18
Browse files Browse the repository at this point in the history
solidity versions 0.8.12 - 0.8.18
  • Loading branch information
EricxStone authored Feb 21, 2023
2 parents 570266f + c284ba8 commit 038aabd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/types/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
export enum SOLIDITY_VERSION {
SOLIDITY_V_8_18 = "v0.8.18+commit.87f61d96",
SOLIDITY_V_8_17 = "v0.8.17+commit.8df45f5f",
SOLIDITY_V_8_16 = "v0.8.16+commit.07a7930e",
SOLIDITY_V_8_15 = "v0.8.15+commit.e14f2714",
SOLIDITY_V_8_14 = "v0.8.14+commit.80d49f37",
SOLIDITY_V_8_13 = "v0.8.13+commit.abaa5c0e",
SOLIDITY_V_8_12 = "v0.8.12+commit.f00d7308",
SOLIDITY_V_8_11 = "v0.8.11+commit.d7f03943",
SOLIDITY_V_8_10 = "v0.8.10+commit.fc410830",
SOLIDITY_V_8_9 = "v0.8.9+commit.e5eed63a",
Expand Down

0 comments on commit 038aabd

Please sign in to comment.