Skip to content

Commit

Permalink
fix: checksum address
Browse files Browse the repository at this point in the history
  • Loading branch information
karanpargal committed Sep 7, 2024
1 parent 5634f6d commit 5cb6656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/common/contracts/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ export const ERC_20_ABI = [

export const ARCADE_CONTRACT_ADDRESS: { [chainId: number]: string } = {
296: "0xdD049Fc4b926A7857c012354e578c6da1c5B8316", // * INFO: Hedera
31: "0x79a24817Ac317549A2D1e00109f0fa7424E45838", // * INFO: Rootstock
31: "0x79A24817Ac317549A2d1e00109f0FA7424E45838", // * INFO: Rootstock
2810: "0xfCC7234233082346398D2087f790C48677b8DdA6", // * INFO: Morph L2
};

Expand Down

0 comments on commit 5cb6656

Please sign in to comment.