Skip to content

Commit

Permalink
some minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jfschwarz committed Apr 4, 2022
1 parent 584d185 commit 1850085
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/custom/pages/Profile/LockedGnoVesting/hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { OperationType } from 'components/TransactionConfirmationModal'
import { fetchClaim } from './claimData'

// We just generally use the mainnet version. We don't read from the contract anyways so the address doesn't matter
const COW = COW_TOKENS[1]
const COW = COW_TOKENS[SupportedChainId.MAINNET]

const MERKLE_DROP_CONTRACT_ADDRESSES = {
[SupportedChainId.MAINNET]: '0x64646f112FfD6F1B7533359CFaAF7998F23C8c40',
Expand Down
1 change: 0 additions & 1 deletion src/custom/pages/Profile/LockedGnoVesting/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import cowImage from 'assets/cow-swap/cow_v2.svg'
import ArrowIcon from 'assets/cow-swap/arrow.svg'
import { AMOUNT_PRECISION } from 'constants/index'
import { formatSmartLocaleAware } from 'utils/format'
import useTransactionConfirmationModal from 'hooks/useTransactionConfirmationModal'
import { OperationType } from 'components/TransactionConfirmationModal'
import { useErrorModal } from 'hooks/useErrorMessageAndModal'

Expand Down

0 comments on commit 1850085

Please sign in to comment.