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 49349d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 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
6 changes: 1 addition & 5 deletions src/mappings/mappingHandlers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ import {
extractStoragePath,
getStateChangeModule,
resolveBrandNamesAndValues,
getEscrowAddress,
isBaseAccount,
isModuleAccount,
isVestingAccount,
getEscrowAddress
} from './utils';

import {
Expand All @@ -28,7 +25,6 @@ import {
TRANSFER_PORT_VALUE,
BALANCE_FIELDS,
FETCH_ACCOUNTS_URL,
GET_FETCH_BALANCE_URL,
GENESIS_URL,
} from './constants';
import { psmEventKit } from './events/psm';
Expand Down

0 comments on commit 49349d6

Please sign in to comment.