Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ericbutz committed Jun 3, 2022
1 parent c2b0b5f commit ab7c932
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions tests/testnet-smoketest.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,20 @@ let privateKey, publicKey, testFioAddressName, privateKey2, publicKey2, testFioA
/**
* Set to target = 'local' if running against devtools build. Leave blank if running against Testnet.
*/
const target = ''
const target = 'local'

/**
* Set your testnet existing private/public keys and existing fioAddresses (not needed if running locally)
*/
privateKey = '5Jw78NzS2QMvjcyemCgJ9XQv8SMSEvTEuLxF8TcKf27xWcX5fmw',
publicKey = 'FIO8k7N7jU9eyj57AfazGxMuvPGZG5hvXNUyxt9pBchnkXXx9KUuD',
account = 'v2lgwcdkb5gn',
privateKey2 = '5Hv1zRFa7XRo395dfHS8xrviszPiVYeBhQjJq4TsPv53NvAcfyU',
publicKey2 = 'FIO7b3WHTsS1wTF2dAUvE9DoDXvxYUVA8FepLW6x9Bv5rPJnUW6ab',
account2 = '3the3fevcz2u',
testFioDomain = 'fiotestnet',
testFioAddressName = 'ebtest1@fiotestnet',
testFioAddressName2 = 'ebtest3@fiotestnet'
privateKey = '',
publicKey = '',
account = '',
privateKey2 = '',
publicKey2 = '',
account2 = '',
testFioDomain = '',
testFioAddressName = '',
testFioAddressName2 = ''


/**
Expand Down

0 comments on commit ab7c932

Please sign in to comment.