Skip to content

Commit a27b51f

Browse files
committed
ipfs
1 parent 5c02ed3 commit a27b51f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

web/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ static/pwa
2323
# generated from contracts
2424
src/data/contracts.ts
2525
static/indexed-state-*.json
26+
static/indexed-states/

web/src/lib/blockchain/state/State.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const namedLogger = logs('state');
1111

1212
export const processor = createProcessor();
1313

14-
const remoteIndexedState = url(`/indexed-state-${initialContractsInfos.name}.json`);
14+
const remoteIndexedState = url(`/indexed-states/${initialContractsInfos.name}`);
1515
/**
1616
* We setup the indexer and make it process the event continuously once connected to the right chain
1717
*/

0 commit comments

Comments
 (0)