Skip to content

Commit

Permalink
letsencrypt cert test
Browse files Browse the repository at this point in the history
  • Loading branch information
sehyunc committed Feb 23, 2024
1 parent 3713ad1 commit 874c7db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trade.renegade.fi/lib/chain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ export const stylusDevnetEc2 = defineChain({
},
rpcUrls: {
default: {
http: ["https://35.183.100.90/"],
http: ["https://sequencer.renegade.fi/"],
webSocket: [
"wss://mainnet.infura.io/ws/v3/68c04ec6f9ce42c5becbed52a464ef81",
],
},
public: {
http: ["https://35.183.100.90/"],
http: ["https://sequencer.renegade.fi/"],
webSocket: [
"wss://mainnet.infura.io/ws/v3/68c04ec6f9ce42c5becbed52a464ef81",
],
Expand Down

0 comments on commit 874c7db

Please sign in to comment.