Skip to content

Commit

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

0 comments on commit deaf4d7

Please sign in to comment.