Skip to content

Commit

Permalink
Update src/chains/definitions/swellchain.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Fabian Hug <[email protected]>
  • Loading branch information
aliberkhsl and fabianhug authored Jan 21, 2025
1 parent 5e2bf23 commit 164da39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chains/definitions/swellchain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const swellchain = /*#__PURE__*/ defineChain({
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
rpcUrls: {
default: {
http: ['https://swell-mainnet.alt.technology'],
http: ['https://swell-mainnet.alt.technology', 'https://rpc.ankr.com/swell'],
},
},
blockExplorers: {
Expand Down

0 comments on commit 164da39

Please sign in to comment.