Skip to content

Commit

Permalink
address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cctdaniel committed Jul 3, 2023
1 parent 45d0beb commit a937567
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions frontend/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,6 @@ const App: FC<AppProps> = ({ Component, pageProps }: AppProps) => {
// You can also provide a custom RPC endpoint
// const endpoint = useMemo(() => clusterApiUrl(network), [network])

const signerOptions: SignerOptions = {
// signingStargate: (_chain: Chain) => {
// return getSigningCosmosClientOptions();
// }
}

const endpoint = process.env.ENDPOINT
// @solana/wallet-adapter-wallets includes all the adapters but supports tree shaking and lazy loading --
Expand Down Expand Up @@ -113,7 +108,6 @@ const App: FC<AppProps> = ({ Component, pageProps }: AppProps) => {
},
}}
wrappedWithChakra={true}
signerOptions={signerOptions}
>
<Component {...pageProps} />
<Toaster
Expand Down

0 comments on commit a937567

Please sign in to comment.