Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
TiyoSheng committed Aug 9, 2024
1 parent 05cf7d1 commit 460fc6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/client/src/mud/supportedChains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
*/

import { MUDChain, mudFoundry } from "@latticexyz/common/chains";
// import { mainnet } from "viem/chains";

/** @deprecated This chain is deprecated and will be going offline soon. Please switch to Garnet! */
const arbSepolia = {
Expand Down
3 changes: 2 additions & 1 deletion packages/client/src/pages/home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,8 @@ const Home = () => {
} catch (error) {
setMinting(false);
console.log(error)
message.error(error);
mintAndGo('mint', uName)
// message.error(error);
}
}

Expand Down

0 comments on commit 460fc6e

Please sign in to comment.