Skip to content

Commit

Permalink
update some addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaokan committed Oct 24, 2023
1 parent 969f76f commit 20b1b9b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
13 changes: 4 additions & 9 deletions projects/algebra/src/processor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ import { ERC20Processor } from "@sentio/sdk/eth/builtin";
// a constant string array
const ALGEBRA_ADDRESSES = ["0x5b1fd9fa139353c5d9eaf459e4bd2f7a6b4812bb"];

// target tx is 0xc988bfb51d44f6e5162e6a860a9aa75f7fd087f7e1b816f7a50d422bcbe6e712
const START_BLOCK = 48613306;
const START_BLOCK = 48910140;

for (const address of ALGEBRA_ADDRESSES) {
AlgebraPoolProcessor.bind({
Expand Down Expand Up @@ -77,10 +76,7 @@ for (const address of PAIR_ADDRESSES) {
});
}

const V3_ADDRESSES = [
"0x3f5228d0e7d75467366be7de2c31d0d098ba2c23",
"0x7de263d0ad6e5d208844e65118c3a02a9a5d56b6",
];
const V3_ADDRESSES = ["0x2e0ad6ffe323bb1594ead93c9f4b42d499763e8c"];

for (const address of V3_ADDRESSES) {
UniswapV3PoolProcessor.bind({
Expand All @@ -96,9 +92,8 @@ for (const address of V3_ADDRESSES) {
}

const V2_ADDRESSES = [
"0x7a81ab0f4fbfcd8cbfc8e96ec8cad5e1e0c67c97",
"0xd6c1fe4e4dd9a949c05c9b6904c353b87e3cea3a",
"0x019ba0325f1988213d448b3472fa1cf8d07618d7",
"0x24f262efa5bfb1af267db9be87eb12a734788a01",
"0x56ea2342232ce09bc204e5f7d3641df4303bbd8a",
];

for (const address of V2_ADDRESSES) {
Expand Down
2 changes: 1 addition & 1 deletion projects/eth-mev-analytics/src/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export const chainConfigs = [
"0x41139bd34ff2d438480d3e73c360a5e915c79a64".toLowerCase(),
]),
trueReceivers: new Set<string>([
"0x76d25eaa2f8a2e69db9ce5ae6a28f7905e995f9b".toLowerCase(),
"0x0F6C08Ab14F149BABBA73C583f1bdECE544A87Fb".toLowerCase(),
"0xf697bfd1860a025f86bca2ba18e7417095770c5b".toLowerCase(),
"0x246478615bd6f4e18d7d846d5fde293cdfc95a39".toLowerCase(),
"0xe0b003C64ecBa393843B03B86cCE2BAfcEd6C4a2".toLowerCase(),
Expand Down

0 comments on commit 20b1b9b

Please sign in to comment.