Skip to content

Commit

Permalink
Update ham.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Jun 12, 2024
1 parent 713d13d commit 852715c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/chains/definitions/ham.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ export const ham = /*#__PURE__*/ defineChain({
},
rpcUrls: {
default: {
http: ['https://rpc.ham.fun/'],
webSocket: ['wss://rpc.ham.fun/'],
http: ['https://rpc.ham.fun'],
webSocket: ['wss://rpc.ham.fun'],
},
},
blockExplorers: {
Expand Down

0 comments on commit 852715c

Please sign in to comment.