Skip to content

Commit

Permalink
Merge branch 'pendle-pt-price-feed' of https://github.com/Gearbox-pro…
Browse files Browse the repository at this point in the history
…tocol/oracles-v3 into pendle-pt-price-feed
  • Loading branch information
Van0k committed Oct 25, 2024
2 parents 044a705 + 9c45724 commit c0d1e75
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- "main"
- "pendle-pt-price-feed"

env:
HUSKY: 0
Expand Down
5 changes: 5 additions & 0 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"branches": [
{
"name": "main"
},
{
"name": "pendle-pt-price-feed",
"channel": "pendle",
"prerelease": "pendle"
}
],
"plugins": [
Expand Down
4 changes: 2 additions & 2 deletions contracts/oracles/pendle/PendleTWAPPTPriceFeed.sol
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-3.0-or-later
// SPDX-License-Identifier: BUSL-1.1
// Gearbox Protocol. Generalized leverage for DeFi protocols
// (c) Gearbox Foundation, 2023.
// (c) Gearbox Foundation, 2024.
pragma solidity ^0.8.17;

import {IERC20Metadata} from "@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol";
Expand Down

0 comments on commit c0d1e75

Please sign in to comment.