wagmihub
  • πŸ‘‹Introduction
  • 🚩Problem
  • πŸ’‘Solution
  • βš™οΈFeatures
  • πŸͺ™Token
    • πŸ“ŠTokenomics
    • ⏳Vesting Schedule
    • πŸ› οΈToken Utility
  • ⛓️WAGMI Chain
    • Resources for EVM Development
    • Adding WAGMI Chain
    • Adding WAGMI Chain to MetaMask
    • Hardhat Config for WAGMI chain
    • Wagmi Config for WAGMI chain
    • Do I need WAGMI for gas?
    • Deploy smart contracts
    • Developing the UI
    • Add Network Button Example
    • FAQ
    • Support
  • πŸ—ΊοΈRoadmap
  • πŸ’ΌBusiness model
  • πŸ‘₯Socials
  • πŸ‘¨β€πŸ’»Team
  • 🀝Partners
  • πŸ“œLegal Notice
Powered by GitBook
On this page
  1. WAGMI Chain

FAQ

PreviousAdd Network Button ExampleNextSupport

Last updated 3 months ago

1. Do I need WAGMI tokens for gas fees?

Yes, you will need to pay for the gas, gasPrice now is 100000000000000 or 0,0001 WAGMI tokens.

2. Which wallets are supported?

Any EVM-compatible wallet, such as Aurora Pass or MetaMask, or through WalletConnect, can be used with the WAGMI chain.

3. How do I verify my smart contracts on the WAGMI chain?

If you use Hardhat – you can verify your smart contracts using the package. Add the etherscan section to your hardhat.config.js file as shown in t. After that you will be able to run npx hardhat verify --network wagmi DEPLOYED_CONTRACT_ADDRESS to verify the contract.

4. Can I easily migrate DApps on the WAGMI chain?

Yes. Most EVM-compatible DApps can be migrated to the WAGMI chain with zero or minimal changes. You’ll need to redeploy the contracts and update the frontend.

⛓️
hardhat-verify
he Hardhat configuration example