Compare commits

..

1 Commits

Author SHA1 Message Date
efda9143dd
Added additional RelayerRegistry events 2024-11-03 02:41:14 +00:00
5 changed files with 5 additions and 1 deletions

1
dist/index.js vendored
View File

@ -1286,6 +1286,7 @@ const defaultConfig = {
GOVERNANCE_BLOCK: 5594395,
NOTE_ACCOUNT_BLOCK: 5594395,
ENCRYPTED_NOTES_BLOCK: 5594395,
REGISTRY_BLOCK: 5594395,
MINING_BLOCK_TIME: 15
}
}

1
dist/index.mjs vendored
View File

@ -1265,6 +1265,7 @@ const defaultConfig = {
GOVERNANCE_BLOCK: 5594395,
NOTE_ACCOUNT_BLOCK: 5594395,
ENCRYPTED_NOTES_BLOCK: 5594395,
REGISTRY_BLOCK: 5594395,
MINING_BLOCK_TIME: 15
}
}

1
dist/tornado.umd.js vendored
View File

@ -91913,6 +91913,7 @@ const defaultConfig = {
GOVERNANCE_BLOCK: 5594395,
NOTE_ACCOUNT_BLOCK: 5594395,
ENCRYPTED_NOTES_BLOCK: 5594395,
REGISTRY_BLOCK: 5594395,
MINING_BLOCK_TIME: 15
}
}

File diff suppressed because one or more lines are too long

View File

@ -677,6 +677,7 @@ export const defaultConfig: networkConfig = {
GOVERNANCE_BLOCK: 5594395,
NOTE_ACCOUNT_BLOCK: 5594395,
ENCRYPTED_NOTES_BLOCK: 5594395,
REGISTRY_BLOCK: 5594395,
MINING_BLOCK_TIME: 15,
},
},