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 Apr 2, 2024
1 parent 445ec24 commit 4d7100c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/chains/definitions/degen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const degen = /*#__PURE__*/ defineChain({
rpcUrls: {
default: {
http: ['https://rpc.degen.tips'],
webSocket: ["wss://rpc.degen.tips"],
webSocket: ['wss://rpc.degen.tips'],
},
},
blockExplorers: {
Expand All @@ -23,7 +23,7 @@ export const degen = /*#__PURE__*/ defineChain({
},
contracts: {
multicall3: {
address: "0xFBF562a98aB8584178efDcFd09755FF9A1e7E3a2",
address: '0xFBF562a98aB8584178efDcFd09755FF9A1e7E3a2',
blockCreated: 414273,
},
},
Expand Down

0 comments on commit 4d7100c

Please sign in to comment.