Skip to content

Commit

Permalink
chore: update start block for initiating balances table
Browse files Browse the repository at this point in the history
  • Loading branch information
rabi-siddique committed Jun 14, 2024
1 parent 518e280 commit b3c30d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ const project: CosmosProject = {
dataSources: [
{
kind: CosmosDatasourceKind.Runtime,
startBlock: 1,
endBlock: 1,
startBlock: 7179262,
endBlock: 7179262,
mapping: {
file: "./dist/index.js",
handlers: [
Expand Down

0 comments on commit b3c30d9

Please sign in to comment.