keep-network / keep-common

Common libraries and tools used across Keep repositories
MIT License
5 stars 14 forks source link

Define Chain ID for Ethereum Network #100

Closed nkuba closed 2 years ago

nkuba commented 2 years ago

Each Ethereum network works with an associated Chain ID. Here we expose a function that returns a chain id for the network.

The Chain ID will be used by the client for validation.

Depends on https://github.com/keep-network/keep-common/pull/99