Skip to content

Commit

Permalink
Merge pull request #4 from 1inch/fix/dependabot-issues
Browse files Browse the repository at this point in the history
[SC-1220] Fix dependabot issues
  • Loading branch information
zZoMROT authored Aug 8, 2024
2 parents 4dc0e78 + 9c2f742 commit 000a2f0
Show file tree
Hide file tree
Showing 4 changed files with 2,508 additions and 4,965 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,18 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup
- name: Create env file
run: |
touch .env
echo MAINNET_RPC_URL=${{ secrets.MAINNET_RPC_URL }} >> .env
- run: yarn test
env:
MAINNET_RPC_URL: ${{ secrets.MAINNET_RPC_URL }}

coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup
- name: Create env file
run: |
touch .env
echo MAINNET_RPC_URL=${{ secrets.MAINNET_RPC_URL }} >> .env
- run: yarn coverage
env:
MAINNET_RPC_URL: ${{ secrets.MAINNET_RPC_URL }}
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 ZumZoom
© 2021, 1inch. All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
1 change: 1 addition & 0 deletions hardhat.networks.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ const networks = {
hardhat: {
forking: {
url: process.env.MAINNET_RPC_URL,
blockNumber: 16822491,
},
},
};
Expand Down
Loading

0 comments on commit 000a2f0

Please sign in to comment.