Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom authored and github-actions[bot] committed Oct 14, 2024
1 parent 235ee2c commit 73f6f9c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/chains/definitions/shiden.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const shiden = /*#__PURE__*/ defineChain({
rpcUrls: {
default: {
http: ['https://shiden.public.blastapi.io'],
webSocket: ['wss://shiden-rpc.dwellir.com']
webSocket: ['wss://shiden-rpc.dwellir.com'],
},
},
blockExplorers: {
Expand Down
2 changes: 1 addition & 1 deletion src/chains/definitions/ultron.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const ultron = /*#__PURE__*/ defineChain({
},
blockExplorers: {
default: {
name: 'Ultron Scan',
name: 'Ultron Scan',
url: 'https://ulxscan.com',
},
},
Expand Down
2 changes: 1 addition & 1 deletion src/chains/definitions/ultronTestnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const ultronTestnet = /*#__PURE__*/ defineChain({
},
blockExplorers: {
default: {
name: 'Ultron Scan',
name: 'Ultron Scan',
url: 'https://explorer.ultron-dev.io',
},
},
Expand Down

0 comments on commit 73f6f9c

Please sign in to comment.