hopefully fix rest of issues with netId addition
Signed-off-by: AlienTornadosaurusHex <>
This commit is contained in:
parent
2cc751f9d2
commit
62f079608e
7 changed files with 12 additions and 12 deletions
|
@ -23,7 +23,7 @@ async function saveEncryptedNote(netId) {
|
|||
let encryptedEvents = []
|
||||
const name = `encrypted_notes_${netId}.json`
|
||||
|
||||
const cachedEvents = await loadCachedEvents({
|
||||
const cachedEvents = loadCachedEvents({
|
||||
name,
|
||||
directory: EVENTS_PATH,
|
||||
deployedBlock: constants.ENCRYPTED_NOTES_BLOCK
|
||||
|
|
|
@ -78,7 +78,7 @@ async function createTree(netId) {
|
|||
|
||||
console.log('createTree', { type, instance })
|
||||
|
||||
const { events } = await loadCachedEvents({
|
||||
const { events } = loadCachedEvents({
|
||||
name: `${type}s_${netId}_${nativeCurrency}_${instance}.json`,
|
||||
directory: EVENTS_PATH,
|
||||
deployedBlock
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue