Skip to content

Commit

Permalink
Update test url
Browse files Browse the repository at this point in the history
  • Loading branch information
Agupane committed Jun 10, 2024
1 parent 3abb6bd commit e9fb63e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Run Forge tests
run: |
forge test -vvv --fork-url https://rpc.ankr.com/eth_goerli --fork-block-number 9681756
forge test -vvv --fork-url --fork-url https://rpc.ankr.com/eth_sepolia --fork-block-number 4044182
id: test

- name: Run Forge build
Expand Down
2 changes: 1 addition & 1 deletion deployments.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
| xDai | 100 | v2.3.5 | 0x8C0DcD187127b88665fE8FD4F39Cb18758946C0f |
| Polygon | 137 | v2.3.5 | 0x8Edfc741aED6B2C43485983d4C7b6B095b00500c |
| Mumbai | 80001 | v2.3.5 | 0xAdCd2Cd1249211EeD1D4d72b1E8B53F3A792e5da |
| Avax | 43114 | v2.3.5 | 0xba42dC1C5aa0f1094806c2914aA916E2cFe3d10E |
| Avax | 43114 | v2.3.5 | 0xDb5c2bcfD8cc522B8DD634DC507E135383049566 |

## TheBadgeModels

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"forge": "forge",
"build": "forge build",
"clean": "forge clean",
"test": "yarn forge test -vvv --fork-url https://rpc.ankr.com/eth_goerli --fork-block-number 9883736",
"test:all": "yarn forge test -vv --fork-url $(grep ALCHEMY_ENDPOINT_URL .env | cut -d '=' -f2) --fork-block-number 9883736",
"test": "yarn forge test -vvv --via-ir --fork-url https://rpc.ankr.com/eth_sepolia --fork-block-number 3044182",
"test:all": "yarn forge test -vv --fork-url $(grep ALCHEMY_ENDPOINT_URL .env | cut -d '=' -f2) --fork-block-number 3044182",
"lint": "yarn lint:sol && yarn lint:ts && yarn prettier:check",
"lint:sol": "solhint --config ./.solhint.json \"src/**/*.sol\"",
"lint:ts": "eslint --config ./.eslintrc.js --ignore-path ./.eslintignore --ext .js,.ts .",
Expand Down

0 comments on commit e9fb63e

Please sign in to comment.