Fix the ethereum domain id in the database for scraper (#1407)

asaj/e2e-fast
Mattie Conover 2 years ago committed by GitHub
parent ea88f3e0f9
commit 338f614617
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      rust/agents/scraper/migration/src/m20221122_000001_create_table_domain.rs

@ -74,7 +74,7 @@ const DOMAINS: &[RawDomain] = &[
RawDomain { RawDomain {
name: "ethereum", name: "ethereum",
token: "ETH", token: "ETH",
domain: 0x657468, domain: 1,
chain_id: 1, chain_id: 1,
is_test_net: false, is_test_net: false,
is_deprecated: false, is_deprecated: false,

Loading…
Cancel
Save