Skip to content

Commit

Permalink
fix: remove trailing character
Browse files Browse the repository at this point in the history
  • Loading branch information
guidota committed Apr 10, 2024
1 parent 2609e7f commit 7b9418a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethers-core/src/types/chain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ impl Chain {
"https://sepolia.explorer.mode.network",
),
Elastos => ("https://api.elastos.io/eth", "https://esc.elastos.io/"),
Degen => ("https://explorer.degen.tips/api", "https://explorer.degen.tips/"),
Degen => ("https://explorer.degen.tips/api", "https://explorer.degen.tips"),
};

Some(urls)
Expand Down

0 comments on commit 7b9418a

Please sign in to comment.