Skip to content

Commit

Permalink
Fetch TBTC contract deployment artifact for Sepolia and Mainnet
Browse files Browse the repository at this point in the history
Added a script `./scripts/fetch_external_artifacts.sh` that downloads
TBTC token deployment artifact from NPM packages for sepolia and mainnet
network and places them under `./external` directory where they will be
used for contracts deployment.
  • Loading branch information
nkuba committed Dec 1, 2023
1 parent 4d123d7 commit 6fc7371
Show file tree
Hide file tree
Showing 7 changed files with 1,586 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ pnpm-debug.log*
!.vscode/extensions.json
.idea
.DS_Store

# Temporary directory
tmp/
1 change: 1 addition & 0 deletions core/.eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ cache/
deployments/
export.json
export/
external/
typechain/
1 change: 1 addition & 0 deletions core/.prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ cache/
deployments/
export.json
export/
external/
typechain/
Loading

0 comments on commit 6fc7371

Please sign in to comment.