Skip to content

Commit

Permalink
Merge pull request #2 from pnetwork-association/chore/update-ptokens-…
Browse files Browse the repository at this point in the history
…utils

chore(package.json): <- use ptokens-utils from @pnetwork-association
  • Loading branch information
oliviera9 authored Jan 29, 2024
2 parents a271df9 + e00f717 commit d684a15
Show file tree
Hide file tree
Showing 5 changed files with 6,085 additions and 5,104 deletions.
2 changes: 1 addition & 1 deletion lib/get-env-configuration.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const path = require('path')
const { cli, utils } = require('ptokens-utils')
const { cli, utils } = require('@pnetwork-association/ptokens-utils')

const ENV_FILE_REGEXP = new RegExp('.*.env')

Expand Down
2 changes: 1 addition & 1 deletion lib/get-gpg-encrypted-private-key.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const path = require('path')
const ethers = require('ethers')
const { existsSync } = require('fs')
const { exec } = require('child_process')
const { cli, utils } = require('ptokens-utils')
const { cli, utils } = require('@pnetwork-association/ptokens-utils')

const stripNewLines = _s =>
_s.replace(/\r?\n|\r/g, '')
Expand Down
Loading

0 comments on commit d684a15

Please sign in to comment.