Skip to content

Commit dc6126a

Browse files
committed
v0.1.21
1 parent a3c6f94 commit dc6126a

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

coston/IJsonApiVerification.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
pragma solidity 0.8.20;
2+
pragma solidity >=0.7.6 <0.9;
33

44
import "./IJsonApi.sol";
55

coston2/IJsonApiVerification.sol

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
// SPDX-License-Identifier: MIT
2-
pragma solidity 0.8.20;
2+
pragma solidity >=0.7.6 <0.9;
33

44
import "./IJsonApi.sol";
55

66
interface IJsonApiVerification {
7-
function verifyJsonApi(IJsonApi.Proof calldata _proof) external view returns (bool _proved);
7+
function verifyJsonApi(
8+
IJsonApi.Proof calldata _proof
9+
) external view returns (bool _proved);
810
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@flarenetwork/flare-periphery-contracts",
33
"description": "Smart contracts for all Flare chains",
4-
"version": "0.1.20",
4+
"version": "0.1.21",
55
"author": "Flare Network",
66
"license": "MIT",
77
"keywords": [

0 commit comments

Comments
 (0)