This commit is contained in:
Bryan Stitt 2022-11-07 22:30:02 +00:00
parent e01f8505fd
commit d3542c914f

@ -56,7 +56,7 @@ pub struct AppConfig {
pub allowed_origin_requests_per_period: HashMap<String, u64>,
/// EVM chain id. 1 for ETH
/// TODO: better type for chain_id? max of `u64::MAX / 2 - 36` https://github.com/ethereum/EIPs/issues/2294
/// TODO: better type for chain_id? max of `u64::MAX / 2 - 36` <https://github.com/ethereum/EIPs/issues/2294>
pub chain_id: u64,
/// Database is used for user data.