Skip to content

Commit b3c30d9

Browse files
committed
chore: update start block for initiating balances table
1 parent 518e280 commit b3c30d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ const project: CosmosProject = {
5454
dataSources: [
5555
{
5656
kind: CosmosDatasourceKind.Runtime,
57-
startBlock: 1,
58-
endBlock: 1,
57+
startBlock: 7179262,
58+
endBlock: 7179262,
5959
mapping: {
6060
file: "./dist/index.js",
6161
handlers: [

0 commit comments

Comments
 (0)