Skip to content

Commit

Permalink
Qa test (#226) (#227)
Browse files Browse the repository at this point in the history
* fix: LBC deploy

* chore: remove build folder from .gitignore

* chore: install btc lib from public registry (#225)

---------

Co-authored-by: Guilherme Soares <guilherme.soares@iovlabs.org>
  • Loading branch information
Luisfc68 and gsoares85 committed Mar 20, 2024
1 parent 6fb3740 commit c5a92b7
Show file tree
Hide file tree
Showing 39 changed files with 317,385 additions and 46 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ jobs:
with:
node-version: '19.6.0'

- name: NPM Login
run: npm config set //npm.pkg.github.com/:_authToken ${{ secrets.GITHUB_TOKEN }}

- name: Install truffle
run: npm install -g truffle

Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# test network
.openzeppelin/unknown-1337.json
node_modules
build
.vscode
.idea
coverage
Expand Down
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

Loading

0 comments on commit c5a92b7

Please sign in to comment.