Finish Ethereum ScannerFeed

This commit is contained in:
Luke Parker
2024-09-19 02:41:07 -04:00
parent 1367e41510
commit 855e53164e
7 changed files with 126 additions and 247 deletions

View File

@@ -8,3 +8,5 @@ pub(crate) const DAI: [u8; 20] =
Ok(res) => res,
Err(_) => panic!("invalid non-test DAI hex address"),
};
pub(crate) const TOKENS: [[u8; 20]; 1] = [DAI];