Skip to content

Commit

Permalink
update startblock
Browse files Browse the repository at this point in the history
  • Loading branch information
toyv0 committed Jan 21, 2024
1 parent 31cb30b commit 4108da4
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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: 14265505,
startBlock: 16265505,
},
};
}
2 changes: 1 addition & 1 deletion sources/EthAssetManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export function createEthAssetManager(
source: {
abi: 'EthAssetManager',
address,
startBlock: 14265505,
startBlock: 16265505,
},
};
}
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: 14265505,
startBlock: 16265505,
},
};
}
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: 14265505,
startBlock: 16265505,
},
};
}
2 changes: 1 addition & 1 deletion sources/ThreePoolAssetManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export function createThreePoolAssetManager(
source: {
abi: 'ThreePoolAssetManager',
address,
startBlock: 14265505,
startBlock: 16265505,
},
};
}
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: 14265505,
startBlock: 16265505,
},
};
}
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: 14265505,
startBlock: 16265505,
},
};
}

0 comments on commit 4108da4

Please sign in to comment.