Skip to content

Commit

Permalink
Merge pull request #134 from blockful-io/refactor#133-db-resolver-dom…
Browse files Browse the repository at this point in the history
…ain-name

setName() onchain for database resolver
  • Loading branch information
alextnetto authored Jul 26, 2024
2 parents d615e9c + a21fa94 commit acc6ddb
Show file tree
Hide file tree
Showing 6 changed files with 340 additions and 164 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
path: node_modules
key: ${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}

- name: Use Node.js 18
- name: Use Node.js 21
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 21
cache: 'npm'

- name: Install Foundry
Expand Down
Loading

0 comments on commit acc6ddb

Please sign in to comment.