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 Sep 14, 2024
1 parent a392b90 commit c802f00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/chains/definitions/abstractTestnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ export const abstractTestnet = /*#__PURE__*/ defineChain({
testnet: true,
contracts: {
multicall3: {
address: "0xF9cda624FBC7e059355ce98a31693d299FACd963",
blockCreated: 358349
}
address: '0xF9cda624FBC7e059355ce98a31693d299FACd963',
blockCreated: 358349,
},
},
custom: {
getEip712Domain(transaction: ZksyncTransactionSerializableEIP712) {
Expand Down

0 comments on commit c802f00

Please sign in to comment.