Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
toyv0 committed Jan 26, 2024
2 parents 40d8e60 + 017afc4 commit 9864eed
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion sources/Alchemist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export function createAlchemist(
source: {
abi: 'Alchemist',
address,
startBlock: startBlockNumber,
startBlock: 14265505,
},
};
}
2 changes: 1 addition & 1 deletion sources/FactoryPool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export function createFactoryPool(name: string, address: string, block: number):
source: {
abi: 'FactoryPool',
address,
startBlock: block,
startBlock: 14265505,
},
};
}
2 changes: 1 addition & 1 deletion sources/MetaPool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export function createMetaPool(name: string, address: string, block: number): Da
source: {
abi: 'MetaPool',
address,
startBlock: block,
startBlock: 14265505,
},
};
}
2 changes: 1 addition & 1 deletion sources/Transmuter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export function createTransmuter(
source: {
abi: 'Transmuter',
address,
startBlock: startBlockNumber,
startBlock: 14265505,
},
};
}
2 changes: 1 addition & 1 deletion sources/TransmuterBuffer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export function createTransmuterBuffer(
source: {
abi: 'TransmuterBuffer',
address,
startBlock: startBlockNumber,
startBlock: 14265505,
},
};
}

0 comments on commit 9864eed

Please sign in to comment.