Compare commits

..

3 Commits

5 changed files with 1 additions and 5 deletions

1
dist/index.js vendored
View File

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

1
dist/index.mjs vendored
View File

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

1
dist/tornado.umd.js vendored
View File

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

File diff suppressed because one or more lines are too long

View File

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