Skip to content

Commit dd24524

Browse files
decofegakonst
andauthored
fix: update Tempo RPC URLs (remove .presto) (#4513)
* fix: update Tempo RPC URLs to rpc.tempo.xyz Co-Authored-By: Georgios Konstantopoulos <17802178+gakonst@users.noreply.github.com> * chore: add patch changeset Co-Authored-By: Georgios Konstantopoulos <17802178+gakonst@users.noreply.github.com> --------- Co-authored-by: Georgios Konstantopoulos <17802178+gakonst@users.noreply.github.com>
1 parent 0da62a5 commit dd24524

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"viem": patch
3+
---
4+
5+
Updated Tempo RPC URLs.

src/chains/definitions/tempo.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ export const tempo = /*#__PURE__*/ defineChain({
1818
},
1919
rpcUrls: {
2020
default: {
21-
http: ['https://rpc.presto.tempo.xyz'],
22-
webSocket: ['wss://rpc.presto.tempo.xyz'],
21+
http: ['https://rpc.tempo.xyz'],
22+
webSocket: ['wss://rpc.tempo.xyz'],
2323
},
2424
},
2525
})

0 commit comments

Comments
 (0)