This repository has been archived by the owner on Dec 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MinHtet-O
force-pushed
the
fix/tt-99-migrate-utils-to-core
branch
from
May 2, 2024 01:48
766d6ae
to
3fb018b
Compare
gaPageView( | ||
{ | ||
action: 'TEST_ACTION', | ||
} as any, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unexpected any. Specify a different type.
}) | ||
|
||
it('does not fail if gtag is not present', () => { | ||
gaEvent(mockGaEvent as any) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unexpected any. Specify a different type.
MinHtet-O
force-pushed
the
fix/tt-99-migrate-utils-to-core
branch
12 times, most recently
from
May 7, 2024 01:42
00ab322
to
1391261
Compare
…st-core/utils/provider
remove verify by network name example change import generateProvider method from tt-verify/utils to tradet-tt/tradetrust-core
MinHtet-O
force-pushed
the
fix/tt-99-migrate-utils-to-core
branch
6 times, most recently
from
May 8, 2024 06:20
061e69a
to
1cd4a51
Compare
MinHtet-O
force-pushed
the
fix/tt-99-migrate-utils-to-core
branch
3 times, most recently
from
May 8, 2024 10:23
af901f9
to
2508808
Compare
MinHtet-O
force-pushed
the
fix/tt-99-migrate-utils-to-core
branch
7 times, most recently
from
May 9, 2024 02:06
af06cbe
to
05d1c5c
Compare
MinHtet-O
force-pushed
the
fix/tt-99-migrate-utils-to-core
branch
4 times, most recently
from
May 9, 2024 02:23
0a86f26
to
99dd28c
Compare
MinHtet-O
force-pushed
the
fix/tt-99-migrate-utils-to-core
branch
2 times, most recently
from
May 9, 2024 02:57
8eff47d
to
ef74752
Compare
MinHtet-O
force-pushed
the
fix/tt-99-migrate-utils-to-core
branch
from
May 9, 2024 03:26
ef74752
to
c5c42ba
Compare
MinHtet-O
force-pushed
the
fix/tt-99-migrate-utils-to-core
branch
from
May 9, 2024 05:17
f4f7d7d
to
bfcde1b
Compare
MinHtet-O
force-pushed
the
fix/tt-99-migrate-utils-to-core
branch
from
May 9, 2024 05:19
bfcde1b
to
d397b36
Compare
rongquan1
approved these changes
May 9, 2024
🎉 This PR is included in version 1.2.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
What is the background of this pull request?
migrate all the functions from TradeTrust-utils into TradeTrust-core library
Changes
What are the changes made in this pull request?
Migrate analytics (google analytics)
Migrate constants
Migrate static icons
Replace ganache with hardhat to setup local blockchain as ganache is archived
Migrate generateProvider method from tt-verify
Issues
What are the related issues or stories?
https://tradetrust.atlassian.net/browse/TT-99