Skip to content

Commit c933053

Browse files
committed
chore: update solidity version
1 parent fe19bdb commit c933053

11 files changed

Lines changed: 46 additions & 46 deletions

File tree

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ runs:
99
node-version: 24
1010

1111
- name: Setup Cache
12-
uses: actions/cache@v4
12+
uses: actions/cache@v5
1313
id: cache
1414
with:
1515
path: '**/node_modules'

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
uses: crytic/slither-action@v0.4.1
8080
with:
8181
node-version: 24
82-
solc-version: 0.8.30
82+
solc-version: 0.8.31
8383

8484
codespell:
8585
name: Codespell

analysis/description-table/ERC1363.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
| File Name | SHA-1 Hash |
77
|-------------|--------------|
8-
| dist/ERC1363.dist.sol | 7e61d8bb3df767367ec284fce2b59a9469b98a08 |
8+
| dist/ERC1363.dist.sol | 5736ca668fc22901183303cf0feb8436829bec0f |
99

1010

1111
### Contracts Description Table

analysis/description-table/ERC1363Mintable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
| File Name | SHA-1 Hash |
77
|-------------|--------------|
8-
| dist/ERC1363Mintable.dist.sol | 80607baf4ff7490bc19dc6945553081c99499d66 |
8+
| dist/ERC1363Mintable.dist.sol | 82c36c5487cbad0dbb1b65047ed41a6fa4a93af1 |
99

1010

1111
### Contracts Description Table

dist/ERC1363.dist.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: MIT
22

3-
// Sources flattened with hardhat v2.27.0 https://hardhat.org
3+
// Sources flattened with hardhat v2.27.2 https://hardhat.org
44

55

66

dist/ERC1363Mintable.dist.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: MIT
22

3-
// Sources flattened with hardhat v2.27.0 https://hardhat.org
3+
// Sources flattened with hardhat v2.27.2 https://hardhat.org
44

55

66

foundry.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ out = 'out'
44
libs = ['node_modules', 'lib']
55
test = 'test'
66
cache_path = 'cache_forge'
7-
solc_version = '0.8.30'
8-
evm_version = 'prague'
7+
solc_version = '0.8.31'
8+
evm_version = 'osaka'
99
optimizer = true
1010
optimizer-runs = 200
1111

hardhat.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ require('solidity-docgen');
99
module.exports = {
1010
defaultNetwork: 'hardhat',
1111
solidity: {
12-
version: '0.8.30',
12+
version: '0.8.31',
1313
settings: {
14-
evmVersion: 'prague',
14+
evmVersion: 'osaka',
1515
optimizer: {
1616
enabled: true,
1717
runs: 200,

package-lock.json

Lines changed: 26 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)