forked from TrueFiEng/useDApp
-
Notifications
You must be signed in to change notification settings - Fork 0
🛷 Export formatting of model #1
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
Open
marcin-trust
wants to merge
150
commits into
master
Choose a base branch
from
export-formatting-types
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or 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
* fix isLocalChain warning in local development * Create gentle-hairs-smoke.md Co-authored-by: Łukasz Stankiewicz <stankiewicz1998@gmail.com>
* 🧿 update node matrix in CI Align with current LTS support 12, 14, 16 are LTS versions https://nodejs.org/en/about/releases/ * Update package.json * Update package.json * Update package.json * Update package.json * Bump minor version
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* replace polygon explorer to polyscan * lint fix * Create purple-starfishes-melt.md Co-authored-by: Marek <92551037+tt-marek@users.noreply.github.com>
* Add resetState function for transactions and contract functions * Fix grammar in docs
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Add missing documentation for TransactionStatus
* Adding Moonbeam network support.
Adding support for the Oasis Emerald Paratime
* Adding Cronos network support. Co-authored-by: CasperGhost <noneofyourbusiness@protonmail.com>
* down sizing by not pack tests in package * Create spicy-toys-explode.md Co-authored-by: Marek <92551037+tt-marek@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Fix peer dependency conflict Co-authored-by: Marek <92551037+tt-marek@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
web3-react is no longer used in @useDapp/core as of v0.10.0, so thought perhaps it may be time to remove it.
* add gnosis chain as xdai alias
* fix(Web3ModalButton): catch web3modal connect errors Catches unhandled web3modal connection errors and places them into activation error position * Update Web3ModalButton.tsx * fix(Web3ModalButton): add space for linter * fix(Web3ModalButton): clear error after successful connection
* Add Palm Testnet support Co-authored-by: Marek <92551037+tt-marek@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* 🍩 Add useCall hook * Update documentation
* Put sourcemaps to build
Co-authored-by: truefi-bot <truefi-bot@trusttoken.com>
Co-authored-by: mateusz <mateusz.jandula@trusttoken.com>
Co-authored-by: mateusz <mateusz.jandula@trusttoken.com>
Co-authored-by: truefi-bot <truefi-bot@trusttoken.com>
Co-authored-by: truefi-bot <truefi-bot@trusttoken.com>
Co-authored-by: truefi-bot <truefi-bot@trusttoken.com>
* Fix @usedapp/core dep in coingecko * Update lockfile
* Fix Hubert's issue * Add tests * finish fix * only * Changeset
* Add useMemo * Add changeset * Lint * Update packages/core/src/hooks/useContractCall.ts Co-authored-by: Przemyslaw Rzad <roopert7@gmail.com> * Update packages/core/src/hooks/useCall.ts Co-authored-by: Przemyslaw Rzad <roopert7@gmail.com> * Lint Co-authored-by: Przemyslaw Rzad <roopert7@gmail.com>
Co-authored-by: truefi-bot <truefi-bot@trusttoken.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
exported Currency offers formatting param but no formatting type is exported in index