Skip to content

Commit

Permalink
Merge pull request #825 from reservoirprotocol/jaden/fix-soneium-rpc
Browse files Browse the repository at this point in the history
fix: fixing soneium rpc
  • Loading branch information
JadenDurnford authored Dec 20, 2024
2 parents 0fe309e + afcd970 commit 8b23f07
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/eleven-numbers-sit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@reservoir0x/reservoir-sdk': patch
---

fixing soneium rpc
4 changes: 2 additions & 2 deletions packages/sdk/src/utils/customChains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1000,10 +1000,10 @@ export const soneium = {
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
rpcUrls: {
default: {
http: ['http://yellow-flash-rpc.dwellir.com'],
http: ['https://yellow-flash-rpc.dwellir.com'],
},
public: {
http: ['http://yellow-flash-rpc.dwellir.com'],
http: ['https://yellow-flash-rpc.dwellir.com'],
},
},
blockExplorers: {
Expand Down

0 comments on commit 8b23f07

Please sign in to comment.