Skip to content

Commit

Permalink
chore: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
aaitor committed Oct 6, 2023
1 parent c4e35e2 commit dd48493
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"ncli": "./dist/src/index.js"
},
"dependencies": {
"@nevermined-io/sdk": "^2.0.0-rc12",
"@nevermined-io/sdk": "^2.0.0-rc15",
"@nevermined-io/sdk-dtp": "^0.7.0-rc5",
"chalk": "^4.1.2",
"cross-fetch": "~3.1.5",
Expand Down
2 changes: 1 addition & 1 deletion src/utils/config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import ethers, { HDNodeWallet, Mnemonic } from 'ethers'
import ethers, { HDNodeWallet } from 'ethers'
import dotenv from 'dotenv'
import fs from 'fs'
import { mkdirSync, writeFileSync } from 'fs'
Expand Down
2 changes: 1 addition & 1 deletion test/helpers/Config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { generateId, makeAccounts } from '@nevermined-io/sdk'
import { Mnemonic, ethers } from 'ethers'
import { ethers } from 'ethers'

const NETWORK = process.env.NETWORK || 'geth-localnet'
const BASE_COMMAND = `yarn start -n ${NETWORK}`
Expand Down
1 change: 0 additions & 1 deletion test/integration/Accounts.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import {
import execCommand from '../helpers/ExecCommand'

describe('Assets e2e Testing', () => {
let accountAddress: string
const abiPath = 'test/resources/nfts/TestNFT721.json'

test('List all the accounts ', async () => {
Expand Down

0 comments on commit dd48493

Please sign in to comment.