Skip to content

Commit e0b419f

Browse files
authored
fix: tempo devnet config (#4189)
1 parent dc4caea commit e0b419f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/chains/definitions/tempoDevnet.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { defineChain } from '../../utils/chain/defineChain.js'
33

44
export const tempoDevnet = /*#__PURE__*/ defineChain({
55
...chainConfig,
6-
id: 1337,
6+
id: 42429,
77
name: 'Tempo Devnet',
88
nativeCurrency: {
99
name: 'USD',
@@ -12,8 +12,8 @@ export const tempoDevnet = /*#__PURE__*/ defineChain({
1212
},
1313
rpcUrls: {
1414
default: {
15-
http: ['https://rpc.devnet.tempo.xyz'],
16-
webSocket: ['wss://rpc.devnet.tempo.xyz'],
15+
http: ['https://rpc.devnet.tempoxyz.dev'],
16+
webSocket: ['wss://rpc.devnet.tempoxyz.dev'],
1717
},
1818
},
1919
})

0 commit comments

Comments
 (0)