diff --git a/SUPPORTED_CHAINS.md b/SUPPORTED_CHAINS.md index fdcbd8502..d1138ee51 100644 --- a/SUPPORTED_CHAINS.md +++ b/SUPPORTED_CHAINS.md @@ -23,7 +23,7 @@ Chain name with associated `chainId` query param to use. | Morph Mainnet [1](#footnote1) | eip155:2818 | | Mantle [1](#footnote1) | eip155:5000 | | Mantle Testnet [1](#footnote1) | eip155:5003 | -| Klaytn Mainnet | eip155:8217 | +| Kaia Mainnet | eip155:8217 | | Base | eip155:8453 | | Ethereum Holesky | eip155:17000 | | Arbitrum | eip155:42161 | diff --git a/src/env/pokt.rs b/src/env/pokt.rs index 5e147722f..16cd45498 100644 --- a/src/env/pokt.rs +++ b/src/env/pokt.rs @@ -166,11 +166,11 @@ fn default_supported_chains() -> HashMap { Weight::new(Priority::Normal).unwrap(), ), ), - // Klaytn + // Kaia Mainnet ( "eip155:8217".into(), ( - "klaytn-mainnet".into(), + "kaia-mainnet".into(), Weight::new(Priority::Normal).unwrap(), ), ), @@ -199,7 +199,7 @@ fn default_supported_chains() -> HashMap { ( "eip155:534351".into(), ( - "scroll-sepolia-testnet".into(), + "scroll-testnet".into(), Weight::new(Priority::Normal).unwrap(), ), ),