Skip to content

Commit

Permalink
Merge pull request #44 from valory-xyz/28
Browse files Browse the repository at this point in the history
chore: bumping the Solidity version
  • Loading branch information
DavidMinarsch authored Oct 18, 2024
2 parents 7c04437 + 2c26819 commit 9549244
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions abis/0.8.27/AgentMech.json → abis/0.8.28/AgentMech.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion contracts/AgentFactory.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.27;
pragma solidity ^0.8.28;

import {AgentMech} from "./AgentMech.sol";
import {GenericManager} from "../lib/autonolas-registries/contracts/GenericManager.sol";
Expand Down
2 changes: 1 addition & 1 deletion contracts/AgentMech.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.27;
pragma solidity ^0.8.28;

import {ERC721Mech} from "../lib/gnosis-mech/contracts/ERC721Mech.sol";

Expand Down
2 changes: 1 addition & 1 deletion hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ module.exports = {
solidity: {
compilers: [
{
version: "0.8.27",
version: "0.8.28",
settings: {
optimizer: {
enabled: true,
Expand Down

0 comments on commit 9549244

Please sign in to comment.