Skip to content

Commit

Permalink
Update StarknetProvider.tsx (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarrencev authored Dec 19, 2024
1 parent 541c5ef commit 26e48be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/components/wallet/StarknetProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ const cartridgeConnector = ({ selectedChain }: { selectedChain: DojoChainConfig
"0x410466536b5ae074f7fea81e5533b8134a9fa08b3dd077dd9db08f64997d113",
],
},
theme: "dope-wars",
preset: "dope-wars",
colorMode: "dark",
policies,
policies: selectedChain.name === "MAINNET" ? undefined : policies,
}) as unknown as InjectedConnector;
};

0 comments on commit 26e48be

Please sign in to comment.