Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Nov 6, 2024
1 parent ab99ed2 commit eb8ed04
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 3 deletions.
28 changes: 27 additions & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/chains/definitions/acria.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const acria = /*#__PURE__*/ defineChain({
symbol: 'ACRIA',
},
rpcUrls: {
default: {
default: {
http: ['https://aic.acria.ai'],
},
},
Expand Down
2 changes: 1 addition & 1 deletion src/chains/definitions/diode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const diode = /*#__PURE__*/ defineChain({
symbol: 'DIODE',
},
rpcUrls: {
default: {
default: {
http: ['https://prenet.diode.io:8443'],
webSocket: ['wss://prenet.diode.io:8443/ws'],
},
Expand Down

0 comments on commit eb8ed04

Please sign in to comment.