Skip to content

Commit

Permalink
fix(providers): change Klaytn to Kaia endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
geekbrother committed Jan 6, 2025
1 parent 8fbfce9 commit 5794535
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SUPPORTED_CHAINS.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Chain name with associated `chainId` query param to use.
| Morph Mainnet <sup>[1](#footnote1)</sup> | eip155:2818 |
| Mantle <sup>[1](#footnote1)</sup> | eip155:5000 |
| Mantle Testnet <sup>[1](#footnote1)</sup> | eip155:5003 |
| Klaytn Mainnet | eip155:8217 |
| Kaia Mainnet | eip155:8217 |
| Base | eip155:8453 |
| Ethereum Holesky | eip155:17000 |
| Arbitrum | eip155:42161 |
Expand Down
4 changes: 2 additions & 2 deletions src/env/pokt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ fn default_supported_chains() -> HashMap<String, (String, Weight)> {
(
"eip155:8217".into(),
(
"klaytn-mainnet".into(),
"kaia-mainnet".into(),
Weight::new(Priority::Normal).unwrap(),
),
),
Expand Down Expand Up @@ -199,7 +199,7 @@ fn default_supported_chains() -> HashMap<String, (String, Weight)> {
(
"eip155:534351".into(),
(
"scroll-sepolia-testnet".into(),
"scroll-testnet".into(),
Weight::new(Priority::Normal).unwrap(),
),
),
Expand Down

0 comments on commit 5794535

Please sign in to comment.