Skip to content

Commit

Permalink
relax subscriptionAPI pragma version (#13600)
Browse files Browse the repository at this point in the history
* relax subscriptionAPI pragma version

* add changeset
  • Loading branch information
jinhoonbang authored Jun 20, 2024
1 parent 09b0973 commit 4406364
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions contracts/.changeset/ninety-cobras-drive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@chainlink/contracts": patch
---

relax pragma solidity version in VRF SubscriptionAPI.sol
2 changes: 1 addition & 1 deletion contracts/src/v0.8/vrf/dev/SubscriptionAPI.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
pragma solidity 0.8.19;
pragma solidity ^0.8.4;

import {EnumerableSet} from "../../vendor/openzeppelin-solidity/v4.7.3/contracts/utils/structs/EnumerableSet.sol";
import {LinkTokenInterface} from "../../shared/interfaces/LinkTokenInterface.sol";
Expand Down

0 comments on commit 4406364

Please sign in to comment.