Skip to content

Commit

Permalink
chore!: remove Kintsugi network
Browse files Browse the repository at this point in the history
Remove the Kintsugi network from the list of officially supported
chains.

As this network has been officially deprecated and Lido protocol isn't
deployed there, it has been decided to remove this network from the list
of officially supported chains.
  • Loading branch information
AlexanderLukin committed Jan 10, 2024
1 parent 4e68e8c commit d046fca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ ALTER TABLE validators_summary MODIFY TTL toDateTime(1606824023 + (epoch * 32 *
---
`ETH_NETWORK` - Ethereum network ID for connection execution layer RPC.
* **Required:** true
* **Values:** 1 (mainnet) / 5 (goerli) / 17000 (holesky) / 1337702 (kintsugi)
* **Values:** 1 (Mainnet) / 5 (Goerli) / 17000 (Holesky)
---
`EL_RPC_URLS` - Ethereum execution layer comma-separated RPC URLs.
* **Required:** true
Expand Down
1 change: 0 additions & 1 deletion src/common/config/env.validation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export enum Network {
Mainnet = 1,
Goerli = 5,
Holesky = 17000,
Kintsugi = 1337702,
}

export enum ValidatorRegistrySource {
Expand Down

0 comments on commit d046fca

Please sign in to comment.