DAppkit should leave feeCurrency field empty when using CELO as the fee currency
See original GitHub issueExpected Behavior
DAppkit should leave the feeCurrency
field of a transaction empty (0x
) when CELO is the intended fee currency.
Current Behavior
Dappkit populates the feeCurrency
with the CELO ERC20 contract address. Discord reference message
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
Paying for Gas in Tokens - Celo Documentation
How to pay Celo gas fees using whitelisted ERC20 tokens. ... Leaving this field empty will result in the native currency, CELO, being...
Read more >Introduction to dApp kit - Figment Learn
In this tutorial we are going to make counter dapp with expo (react native) ... the deployment costs, it will be necessary to...
Read more >@celo/contractkit - npm
Connect to a node; Access web3 object to interact with node's Json RPC API; Send Transaction with celo's extra fields: (feeCurrency) ...
Read more >How to Build a DApp on Celo - YouTube
This talk will focus on the tools available to Celo developers to write ... build delightful user interfaces for interacting with contracts.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes, trying to pay gas fees in CELO with dappkit doesn’t work right now. I tried implementing a fix a couple of weeks ago, but it was more complicated than I thought so I didn’t complete it.
@medhak1 I added https://app.zenhub.com/workspaces/devx-backlog-board-6009f3d1a7a39b001018f159/issues/celo-org/celo-monorepo/7307 to track adding minimal unit tests you mentioned were needed to feel confident with the fix