Skip to content

Commit

Permalink
Update ethh rpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa authored Dec 25, 2024
1 parent a3d04cd commit da41818
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/xtoken-ui/src/config/chains/ethereum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@ export const ethereumChain: ChainConfig = {
* Custom
*/
logo: "ethereum.png",
rpcUrls: {
default: {
http: ["https://ethereum-rpc.publicnode.com"],
webSocket: ["wss://ethereum-rpc.publicnode.com"],
},
public: {
http: ["https://ethereum.callstaticrpc.com"],
webSocket: ["wss://ethereum.callstaticrpc.com"],
},
},
tokens: [
{
decimals: 18,
Expand Down

0 comments on commit da41818

Please sign in to comment.