Skip to content

Commit

Permalink
new sentry config
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammedea committed Apr 4, 2024
1 parent cc4a675 commit 2b66541
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env.production
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
REACT_APP_SENTRY_DSN=https://60b48d27af18468bbf7633b36c2fe0aa@o676708.ingest.sentry.io/5832897
REACT_APP_SENTRY_DSN=https://7d887e976d85efe65abf7ff5be46e398@o4507024144334848.ingest.us.sentry.io/4507024282812416
GITHUB_REPO=Ubeswap/ubeswap-interface
SENTRY_PROJECT=ubeswap-interface
SENTRY_ORG=shipcap
SENTRY_ORG=ubeswap
GENERATE_SOURCEMAP=false
REACT_APP_AB_HASH=0xd7781f823242b011141a8760c960355640fc616361c33858eada0c57563c5e87
2 changes: 2 additions & 0 deletions src/components/swap/routing/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ export const useDoTransaction = (): DoTransactionFn => {
const addTransaction = useTransactionAdder()
const { network } = useCelo()
const connectedSigner = useConnectedSigner()
console.log({ network })
console.log(connectedSigner)
const chainId = network.chainId as unknown as ChainId
return useCallback(
async (contractDisconnected, methodName, args): Promise<ContractTransaction> => {
Expand Down

0 comments on commit 2b66541

Please sign in to comment.