Skip to content

Commit

Permalink
Updates start block height
Browse files Browse the repository at this point in the history
  • Loading branch information
seandotau authored Dec 1, 2023
1 parent 02f26da commit 6536b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Stellar/soroban-futurenet-starter/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const project: StellarProject = {
dataSources: [
{
kind: StellarDatasourceKind.Runtime,
startBlock: 420060, // Set this as a logical start block, it might be block 1 (genesis) or when your contract was deployed
startBlock: 49260759, // Set this as a logical start block, it might be block 1 (genesis) or when your contract was deployed
mapping: {
file: "./dist/index.js",
handlers: [
Expand Down

0 comments on commit 6536b13

Please sign in to comment.