Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom authored and wagmi-sh committed Aug 9, 2023
1 parent 1cf72bc commit b55844a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/chains/src/rollux.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const rollux = {
rpcUrls: {
default: {
http: ['https://rpc.rollux.com'],
websocket: ['wss://rpc.rollux.com/wss']
websocket: ['wss://rpc.rollux.com/wss'],
},
public: { http: ['https://rollux.public-rpc.com'] },
},
Expand Down
7 changes: 5 additions & 2 deletions packages/chains/src/rolluxTestnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,15 @@ export const rolluxTestnet = {
rpcUrls: {
default: {
http: ['https://rpc-tanenbaum.rollux.com/'],
websocket: ['wss://rpc-tanenbaum.rollux.com/wss']
websocket: ['wss://rpc-tanenbaum.rollux.com/wss'],
},
public: { http: ['https://rpc-tanenbaum.rollux.com/'] },
},
blockExplorers: {
default: { name: 'RolluxTestnetExplorer', url: 'https://rollux.tanenbaum.io' },
default: {
name: 'RolluxTestnetExplorer',
url: 'https://rollux.tanenbaum.io',
},
},
contracts: {
multicall3: {
Expand Down
4 changes: 2 additions & 2 deletions packages/chains/src/syscoin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ export const syscoin = {
rpcUrls: {
default: {
http: ['https://rpc.syscoin.org'],
websocket: ['wss://rpc.syscoin.org/wss']
websocket: ['wss://rpc.syscoin.org/wss'],
},
public: {
http: ['https://rpc.syscoin.org'],
websocket: ['wss://rpc.syscoin.org/wss']
websocket: ['wss://rpc.syscoin.org/wss'],
},
},
blockExplorers: {
Expand Down
2 changes: 1 addition & 1 deletion packages/chains/src/syscoinTestnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const syscoinTestnet = {
rpcUrls: {
default: {
http: ['https://rpc.tanenbaum.io'],
websocket: ['wss://rpc.tanenbaum.io/wss']
websocket: ['wss://rpc.tanenbaum.io/wss'],
},
public: { http: ['https://rpc.tanenbaum.io'] },
},
Expand Down

0 comments on commit b55844a

Please sign in to comment.