diff --git a/project.ts b/project.ts index d6d15a43..550cb2ba 100644 --- a/project.ts +++ b/project.ts @@ -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: [ diff --git a/src/mappings/mappingHandlers.ts b/src/mappings/mappingHandlers.ts index f6c21f63..f9ecface 100644 --- a/src/mappings/mappingHandlers.ts +++ b/src/mappings/mappingHandlers.ts @@ -5,10 +5,7 @@ import { extractStoragePath, getStateChangeModule, resolveBrandNamesAndValues, - getEscrowAddress, - isBaseAccount, - isModuleAccount, - isVestingAccount, + getEscrowAddress } from './utils'; import { @@ -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';