Skip to content

Commit

Permalink
bump ensjs version to v3.7.0 (#173)
Browse files Browse the repository at this point in the history
* bump ensjs version to v3.7.0

* update ts version
  • Loading branch information
mdtanrikulu committed May 8, 2024
1 parent 8923919 commit 9153b26
Show file tree
Hide file tree
Showing 4 changed files with 172 additions and 652 deletions.
2 changes: 1 addition & 1 deletion mock/entry.mock.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { namehash } from '@ensdomains/ensjs/utils/normalise';
import { namehash } from '@ensdomains/ensjs/utils';
import {
keccak256,
toUtf8Bytes
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@adraffy/ens-normalize": "^1.10.0",
"@ensdomains/ens-avatar": "^1.0.0-alpha.1.ethers.6",
"@ensdomains/ensjs": "3.0.0-alpha.67",
"@ensdomains/ensjs": "^3.7.0",
"@types/lodash": "^4.14.170",
"btoa": "^1.2.1",
"canvas": "^2.11.2",
Expand All @@ -34,7 +34,8 @@
"redoc-express": "^1.0.0",
"ssrf-req-filter": "^1.0.6",
"timeout-signal": "^1.0.0",
"tsc": "^2.0.3"
"tsc": "^2.0.3",
"viem": "2.9.2"
},
"scripts": {
"build": "yarn appconfgen && tsc --project ./ && cpx 'src/assets/**' 'dist/assets'",
Expand Down Expand Up @@ -66,7 +67,7 @@
"test-listen": "^1.1.0",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"typescript": "^4.8.3"
"typescript": "^5.4.5"
},
"ava": {
"extensions": [
Expand Down
2 changes: 1 addition & 1 deletion src/utils/namehash.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { namehash } from '@ensdomains/ensjs/utils/normalise';
import { namehash } from '@ensdomains/ensjs/utils';
import { hexlify, zeroPadValue } from 'ethers';
import { Version } from '../base';
import { bigIntToUint8Array } from './bigIntToUint8Array';
Expand Down
Loading

0 comments on commit 9153b26

Please sign in to comment.