Skip to content

Commit

Permalink
Update to use single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
ltyu committed Oct 7, 2024
1 parent d0a6a14 commit 9c01c8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export const ezEthSafes: Record<string, string> = {
ethereum: '0xD1e6626310fD54Eceb5b9a51dA2eC329D6D4B68A',
fraxtal: '0x8410927C286A38883BC23721e640F31D3E3E79F8',
zircuit: '0x8410927C286A38883BC23721e640F31D3E3E79F8',
taiko: `0x8410927C286A38883BC23721e640F31D3E3E79F8`,
taiko: '0x8410927C286A38883BC23721e640F31D3E3E79F8',
};

export const getRenzoEZETHWarpConfig = async (): Promise<
Expand Down

0 comments on commit 9c01c8a

Please sign in to comment.