chore(RLN): use same pragma as other files

This commit is contained in:
Ricardo Guilherme Schmidt
2025-05-21 07:56:42 -03:00
committed by r4bbit
parent 458e07cc70
commit 83d8574867
7 changed files with 36 additions and 36 deletions

View File

@@ -1,5 +1,5 @@
// SPDX-License-Identifier: Apache-2.0 OR MIT
pragma solidity ^0.8.17;
pragma solidity ^0.8.26;
import "forge-std/Script.sol";
import "../src/rln/RLN.sol";