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

chore: viem #1130

Merged
merged 54 commits into from
Nov 8, 2023
Merged

chore: viem #1130

merged 54 commits into from
Nov 8, 2023

Conversation

0xKheops
Copy link
Contributor

@0xKheops 0xKheops commented Oct 25, 2023

🔥

@0xKheops 0xKheops changed the base branch from dev to chore/bump-typescript October 25, 2023 06:48
Base automatically changed from chore/bump-typescript to dev October 31, 2023 08:36
@0xKheops 0xKheops marked this pull request as ready for review November 7, 2023 03:50
@0xKheops 0xKheops requested a review from chidg November 7, 2023 03:50
@@ -65,7 +66,7 @@ export class EthHandler extends ExtensionHandler {
method,
hostName: ok ? host : null,
dapp: queued.url,
chain: chainId,
chain: Number(ethChainId),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I notice in other places in this file we send a Posthog event without coercing ethChainId to a number, we should be consistent about that because it could be a hexstring in some places

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch, should be all numbers now

apps/extension/src/core/domains/ethereum/types.ts Outdated Show resolved Hide resolved
Copy link
Contributor

@chidg chidg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM
One small issue re: analytics data.

@0xKheops 0xKheops requested a review from chidg November 8, 2023 07:09
Copy link
Contributor

@chidg chidg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@0xKheops 0xKheops merged commit 372f995 into dev Nov 8, 2023
4 checks passed
@0xKheops 0xKheops deleted the chore/viem branch November 8, 2023 07:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants