Skip to content

Commit

Permalink
add: tst
Browse files Browse the repository at this point in the history
  • Loading branch information
marcello33 committed Apr 4, 2024
1 parent 458ce30 commit 0d33512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/express/common/ganache-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export async function fundGanacheAccounts(doc) {
doc.devnetBorHosts.length > 0
? (machine0 = doc.devnetBorHosts[0])
: (machine0 = doc.devnetErigonHosts[0])

// tets
console.log('📍Transferring funds from ganache account[0] to others...')
const src = `${doc.ethHostUser}@${machine0}:~/matic-cli/devnet/devnet/signer-dump.json`
const dest = './signer-dump.json'
Expand Down

0 comments on commit 0d33512

Please sign in to comment.