Skip to content

Commit 628eecd

Browse files
authored
chore: update sync start height to 875000 (#29)
1 parent 4d6ba7b commit 628eecd

16 files changed

+16
-16
lines changed

1-Identities-and-Names/identity-register.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const clientOpts = {
88
wallet: {
99
mnemonic: process.env.MNEMONIC, // A Dash wallet mnemonic with testnet funds
1010
unsafeOptions: {
11-
skipSynchronizationBeforeHeight: 675000, // only sync from early-2022
11+
skipSynchronizationBeforeHeight: 875000, // only sync from mid-2023
1212
},
1313
},
1414
};

1-Identities-and-Names/identity-retrieve-account-ids.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const client = new Dash.Client({
88
wallet: {
99
mnemonic: process.env.MNEMONIC, // A Dash wallet mnemonic with testnet funds
1010
unsafeOptions: {
11-
skipSynchronizationBeforeHeight: 675000, // only sync from early-2022
11+
skipSynchronizationBeforeHeight: 875000, // only sync from mid-2023
1212
},
1313
},
1414
});

1-Identities-and-Names/identity-topup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const clientOpts = {
88
wallet: {
99
mnemonic: process.env.MNEMONIC, // A Dash wallet mnemonic with testnet funds
1010
unsafeOptions: {
11-
skipSynchronizationBeforeHeight: 675000, // only sync from early-2022
11+
skipSynchronizationBeforeHeight: 875000, // only sync from mid-2023
1212
},
1313
},
1414
};

1-Identities-and-Names/identity-transfer-credits.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const clientOpts = {
88
wallet: {
99
mnemonic: process.env.MNEMONIC, // A Dash wallet mnemonic with testnet funds
1010
unsafeOptions: {
11-
skipSynchronizationBeforeHeight: process.env.SYNC_START_HEIGHT, // only sync from early-2022
11+
skipSynchronizationBeforeHeight: process.env.SYNC_START_HEIGHT, // only sync from mid-2023
1212
},
1313
},
1414
};

1-Identities-and-Names/identity-update-add-key.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const clientOpts = {
1111
wallet: {
1212
mnemonic: process.env.MNEMONIC, // A Dash wallet mnemonic with testnet funds
1313
unsafeOptions: {
14-
skipSynchronizationBeforeHeight: 675000, // only sync from early-2022
14+
skipSynchronizationBeforeHeight: 875000, // only sync from mid-2023
1515
},
1616
},
1717
};

1-Identities-and-Names/identity-update-disable-key.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const clientOpts = {
88
wallet: {
99
mnemonic: process.env.MNEMONIC, // A Dash wallet mnemonic with testnet funds
1010
unsafeOptions: {
11-
skipSynchronizationBeforeHeight: 675000, // only sync from early-2022
11+
skipSynchronizationBeforeHeight: 875000, // only sync from mid-2023
1212
},
1313
},
1414
};

1-Identities-and-Names/name-register-alias.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const clientOpts = {
1010
wallet: {
1111
mnemonic: process.env.MNEMONIC, // A Dash wallet mnemonic with testnet funds
1212
unsafeOptions: {
13-
skipSynchronizationBeforeHeight: 675000, // only sync from early-2022
13+
skipSynchronizationBeforeHeight: 875000, // only sync from mid-2023
1414
},
1515
},
1616
};

1-Identities-and-Names/name-register.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const clientOpts = {
1010
wallet: {
1111
mnemonic: process.env.MNEMONIC, // A Dash wallet mnemonic with testnet funds
1212
unsafeOptions: {
13-
skipSynchronizationBeforeHeight: 675000, // only sync from early-2022
13+
skipSynchronizationBeforeHeight: 875000, // only sync from mid-2023
1414
},
1515
},
1616
};

2-Contracts-and-Documents/contract-register-history.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const clientOpts = {
88
wallet: {
99
mnemonic: process.env.MNEMONIC, // A Dash wallet mnemonic with testnet funds
1010
unsafeOptions: {
11-
skipSynchronizationBeforeHeight: 675000, // only sync from early-2022
11+
skipSynchronizationBeforeHeight: 875000, // only sync from mid-2023
1212
},
1313
},
1414
};

2-Contracts-and-Documents/contract-register-minimal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const clientOpts = {
88
wallet: {
99
mnemonic: process.env.MNEMONIC, // A Dash wallet mnemonic with testnet funds
1010
unsafeOptions: {
11-
skipSynchronizationBeforeHeight: 675000, // only sync from early-2022
11+
skipSynchronizationBeforeHeight: 875000, // only sync from mid-2023
1212
},
1313
},
1414
};

0 commit comments

Comments
 (0)