Skip to content

Commit

Permalink
Convert to checksum address
Browse files Browse the repository at this point in the history
  • Loading branch information
joeblau committed Oct 18, 2022
1 parent 816175c commit 35f8216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/xen-contract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const xenContract = (contractChain?: Chain) => {
case chain.mainnet.id:
default:
return {
addressOrName: "0x06450dee7fd2fb8e39061434babcfc05599a6fb8",
addressOrName: "0x06450dEe7FD2Fb8E39061434BAbCFC05599a6Fb8",
contractInterface: XenCrypto.abi,
chainId: chain.mainnet.id,
};
Expand Down

0 comments on commit 35f8216

Please sign in to comment.