mirror of
https://github.com/vacp2p/linea-monorepo.git
synced 2026-01-09 12:17:57 -05:00
chores(tmpl): adds the ^ in the solidity pragma of the mimc template (#1192)
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
// Code generated by gnark DO NOT EDIT
|
// Code generated by gnark DO NOT EDIT
|
||||||
pragma solidity 0.8.30;
|
pragma solidity ^0.8.30;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @title Library to perform MiMC hashing
|
* @title Library to perform MiMC hashing
|
||||||
|
|||||||
Reference in New Issue
Block a user