Skip to content

Commit

Permalink
Merge branch 'feat/v0.2.0' into fix/giri-giri-bashi
Browse files Browse the repository at this point in the history
  • Loading branch information
allemanfredi committed Feb 21, 2024
2 parents d8368cb + d140155 commit 137db9e
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion packages/evm/contracts/interfaces/IAdapter.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-only
pragma solidity ^0.8.20;
pragma solidity ^0.8.0;

/**
* @title IAdapter
Expand Down
2 changes: 1 addition & 1 deletion packages/evm/contracts/interfaces/IBlockHashAdapter.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-only
pragma solidity ^0.8.20;
pragma solidity ^0.8.0;

import { IAdapter } from "./IAdapter.sol";

Expand Down
2 changes: 1 addition & 1 deletion packages/evm/contracts/interfaces/IGiriGiriBashi.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-only
pragma solidity ^0.8.20;
pragma solidity ^0.8.0;

import { IAdapter } from "./IAdapter.sol";
import { IHashi } from "./IHashi.sol";
Expand Down
2 changes: 1 addition & 1 deletion packages/evm/contracts/interfaces/IHashi.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-only
pragma solidity ^0.8.20;
pragma solidity ^0.8.0;

import { IAdapter } from "./IAdapter.sol";

Expand Down
2 changes: 1 addition & 1 deletion packages/evm/contracts/interfaces/IHeaderStorage.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-only
pragma solidity ^0.8.20;
pragma solidity ^0.8.0;

/**
* @title IHeaderStorage
Expand Down
2 changes: 1 addition & 1 deletion packages/evm/contracts/interfaces/IJushin.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-only
pragma solidity ^0.8.20;
pragma solidity ^0.8.0;

/**
* @title IJushin
Expand Down
2 changes: 1 addition & 1 deletion packages/evm/contracts/interfaces/IMessage.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-only
pragma solidity ^0.8.20;
pragma solidity ^0.8.0;

import { IReporter } from "./IReporter.sol";
import { IAdapter } from "./IAdapter.sol";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-only
pragma solidity ^0.8.20;
pragma solidity ^0.8.0;

import { Message } from "./IMessage.sol";

Expand Down
2 changes: 1 addition & 1 deletion packages/evm/contracts/interfaces/IMessageIdCalculator.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-only
pragma solidity ^0.8.20;
pragma solidity ^0.8.0;

/**
* @title IMessageIdCalculator
Expand Down
2 changes: 1 addition & 1 deletion packages/evm/contracts/interfaces/IReporter.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-only
pragma solidity ^0.8.20;
pragma solidity ^0.8.0;

import { IAdapter } from "./IAdapter.sol";

Expand Down
2 changes: 1 addition & 1 deletion packages/evm/contracts/interfaces/IShoyuBashi.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-only
pragma solidity ^0.8.20;
pragma solidity ^0.8.0;

import { IHashi } from "./IHashi.sol";
import { IAdapter } from "./IAdapter.sol";
Expand Down
2 changes: 1 addition & 1 deletion packages/evm/contracts/interfaces/IShuSho.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-only
pragma solidity ^0.8.20;
pragma solidity ^0.8.0;

import { IHashi } from "./IHashi.sol";
import { IAdapter } from "./IAdapter.sol";
Expand Down
2 changes: 1 addition & 1 deletion packages/evm/contracts/interfaces/IYaho.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-only
pragma solidity ^0.8.20;
pragma solidity ^0.8.0;

import { IMessageHashCalculator } from "./IMessageHashCalculator.sol";
import { IMessageIdCalculator } from "./IMessageIdCalculator.sol";
Expand Down
2 changes: 1 addition & 1 deletion packages/evm/contracts/interfaces/IYaru.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-only
pragma solidity ^0.8.20;
pragma solidity ^0.8.0;

import { Message } from "./IMessage.sol";
import { IMessageHashCalculator } from "./IMessageHashCalculator.sol";
Expand Down

0 comments on commit 137db9e

Please sign in to comment.