Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #184 from jimni1222/replace
Browse files Browse the repository at this point in the history
Replace scrypt to scrypt-shim
  • Loading branch information
jimni1222 authored Dec 17, 2019
2 parents 766a6cf + f701556 commit a9f0b93
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 97 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"oboe": "2.1.3",
"request": "2.87.0",
"requestretry": "^2.0.2",
"scryptsy": "2.1.0",
"scrypt-shim": "github:web3-js/scrypt-shim",
"utf8": "2.1.1",
"uuid": "2.0.1",
"websocket": "^1.0.28",
Expand Down
2 changes: 1 addition & 1 deletion packages/caver-klay/caver-klay-accounts/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const Bytes = require('eth-lib/lib/bytes')
const cryp = typeof global === 'undefined' ? require('crypto-browserify') : require('crypto')
const uuid = require('uuid')
const elliptic = require('elliptic')
const scrypt = require('./scrypt')
const scrypt = require('scrypt-shim')
const utils = require('../../../caver-utils')
const helpers = require('../../../caver-core-helpers')

Expand Down
95 changes: 0 additions & 95 deletions packages/caver-klay/caver-klay-accounts/src/scrypt.js

This file was deleted.

0 comments on commit a9f0b93

Please sign in to comment.