Skip to content

Commit 04caa56

Browse files
authored
fix(providers): change Klaytn to Kaia endpoint (#885)
1 parent 829ab15 commit 04caa56

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

SUPPORTED_CHAINS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Chain name with associated `chainId` query param to use.
2323
| Morph Mainnet <sup>[1](#footnote1)</sup> | eip155:2818 |
2424
| Mantle <sup>[1](#footnote1)</sup> | eip155:5000 |
2525
| Mantle Testnet <sup>[1](#footnote1)</sup> | eip155:5003 |
26-
| Klaytn Mainnet | eip155:8217 |
26+
| Kaia Mainnet | eip155:8217 |
2727
| Base | eip155:8453 |
2828
| Ethereum Holesky | eip155:17000 |
2929
| Arbitrum | eip155:42161 |

src/env/pokt.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -166,11 +166,11 @@ fn default_supported_chains() -> HashMap<String, (String, Weight)> {
166166
Weight::new(Priority::Normal).unwrap(),
167167
),
168168
),
169-
// Klaytn
169+
// Kaia Mainnet
170170
(
171171
"eip155:8217".into(),
172172
(
173-
"klaytn-mainnet".into(),
173+
"kaia-mainnet".into(),
174174
Weight::new(Priority::Normal).unwrap(),
175175
),
176176
),
@@ -199,7 +199,7 @@ fn default_supported_chains() -> HashMap<String, (String, Weight)> {
199199
(
200200
"eip155:534351".into(),
201201
(
202-
"scroll-sepolia-testnet".into(),
202+
"scroll-testnet".into(),
203203
Weight::new(Priority::Normal).unwrap(),
204204
),
205205
),

0 commit comments

Comments
 (0)