Skip to content

Commit

Permalink
added solidity 0.8.26
Browse files Browse the repository at this point in the history
Signed-off-by: Nischal Sharma <[email protected]>
  • Loading branch information
NickSneo committed May 23, 2024
1 parent c969bc1 commit d31a341
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

### Features

*
* Added solidity version 0.8.26 [#31](https://github.com/hyperledger/web3j-sokt/pull/31)

### BREAKING CHANGES

Expand Down
6 changes: 6 additions & 0 deletions src/main/resources/releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -448,5 +448,11 @@
"windows_url": "https://github.com/ethereum/solidity/releases/download/v0.8.25/solc-windows.exe",
"mac_url": "https://github.com/ethereum/solidity/releases/download/v0.8.25/solc-macos",
"linux_url": "https://github.com/ethereum/solidity/releases/download/v0.8.25/solc-static-linux"
},
{
"version": "0.8.26",
"windows_url": "https://github.com/ethereum/solidity/releases/download/v0.8.26/solc-windows.exe",
"mac_url": "https://github.com/ethereum/solidity/releases/download/v0.8.26/solc-macos",
"linux_url": "https://github.com/ethereum/solidity/releases/download/v0.8.26/solc-static-linux"
}
]

0 comments on commit d31a341

Please sign in to comment.