Skip to content

Commit

Permalink
feat: Add custom tcr deployment (#93)
Browse files Browse the repository at this point in the history
* Add tcr deployment contracts

* Add avax config

* Update arbitror address

* Add avax config

* Update readme

* Fix linter

* Fix linter

* Update test url

* Update test url

* Fix tests build

* Fix tests build
  • Loading branch information
Agupane authored Jun 10, 2024
1 parent 61fb233 commit b787f4e
Show file tree
Hide file tree
Showing 14 changed files with 2,806 additions and 12 deletions.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ SEPOLIA_URL=https://sepolia.infura.io/v3/
GNOSIS_URL=https://rpc.gnosischain.com/
POLYGON_URL=https://polygon-mainnet.infura.io/v3/
MUMBAI_URL=https://polygon-mumbai.infura.io/v3/
AVAX_URL=https://api.avax.network/ext/bc/C/rpc
ETHERSCAN_API_KEY=
GNOSISSCAN_API_KEY=
ALCHEMY_ENDPOINT_URL=https://eth-goerli.alchemyapi.io/v2/<apiKey>
Expand Down
9 changes: 4 additions & 5 deletions .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,12 @@ jobs:
with:
version: nightly

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

- name: Run Forge build
run: |
forge --version
forge build --sizes
id: build
# - name: Run Forge tests
# run: |
# forge test -vvv --fork-url https://rpc.ankr.com/eth_sepolia --fork-block-number 3044182
# id: test
Loading

0 comments on commit b787f4e

Please sign in to comment.