EIP-4345 enabled (#561)

* EIP-4345 enabled

Co-authored-by: varasev <33550681+varasev@users.noreply.github.com>
This commit is contained in:
uink45 2021-11-01 14:14:52 +10:00 committed by GitHub
parent 415a522429
commit 98873fc0c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -138,7 +138,8 @@
"0x42ae50": "0x2dc6c0",
"0x6f1580": "0x1e8480",
"0x8c6180": "0x3d0900",
"0xc5d488": "0xaae60"
"0xc5d488": "0xaae60",
"0xd228c8": "0xf4240"
}
}
}

View File

@ -86,7 +86,7 @@ mod tests {
|| ethereum::new_foundation(&String::new()),
vec![
1_150_000, 1_920_000, 2_463_000, 2_675_000, 4_370_000, 7_280_000, 9_069_000,
9_200_000, 12_244_000, 12_965_000,
9_200_000, 12_244_000, 12_965_000, 13_773_000,
],
)
}