Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add analytics events DAO-97 #1567

Merged
merged 7 commits into from
Jul 29, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
clean up
  • Loading branch information
Rekard0 committed Jul 28, 2021
commit 062096c6f761c47e0bb813049d3de94ceea6c4da
5 changes: 2 additions & 3 deletions src/onboarding/Create/Create.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { Button } from '@aragon/ui'
import {
fetchApmArtifact,
getRecommendedGasLimit,
resolveEnsDomain,
} from '../../aragonjs-wrapper'
import { EthereumAddressType } from '../../prop-types'
import {
Expand All @@ -13,7 +14,7 @@ import {
TRANSACTION_STATUS_UPCOMING,
} from '../../symbols'
import { log } from '../../utils'
import { getGasPrice } from '../../web3-utils'
import { getGasPrice, isValidEnsName } from '../../web3-utils'
import {
loadTemplateState,
saveTemplateState,
Expand All @@ -29,8 +30,6 @@ import {
} from './create-statuses'
import { useWallet } from '../../wallet'
import { trackEvent, events } from '../../analytics'
import initWrapper, { resolveEnsDomain } from '../../aragonjs-wrapper'
import { isValidEnsName } from '../../web3-utils'

// Used during the template selection phase, since we don’t know yet what are
// going to be the configuration steps.
Expand Down