Skip to content

Commit

Permalink
ci: specify environment for publish job (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
daejunpark authored Sep 16, 2023
1 parent 933117a commit adcbe0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
jobs:
pypi:
runs-on: ubuntu-latest
environment: release
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 2 additions & 0 deletions examples/tokens/ERC20/test/CurveTokenV3.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ pragma solidity >=0.8.0 <0.9.0;
import {SymTest} from "halmos-cheatcodes/SymTest.sol";
import {ERC20Test} from "./ERC20Test.sol";

// https://github.com/curvefi/curve-contract/blob/master/contracts/tokens/CurveTokenV3.vy

// Auto-generated by https://bia.is/tools/abi2solidity/
interface CurveTokenV3 {
function decimals ( ) external view returns ( uint256 );
Expand Down

0 comments on commit adcbe0d

Please sign in to comment.