FAQ
General
Where can I learn more about Hemi?
You can learn more about Hemi by reading our documentation, visiting our website, reading the whitepaper, or joining the community on Discord.
How do I earn points, and how does incentivized testnet work?
Check out Incentives for the most recent info.
Smart Contract Deployments
Why is my smart contract deployment failing on the testnet even though the contract seems to be created?
🌐 Overview
Deployment issues on testnet can stem from using features or opcodes not yet supported by the testnet's version of the EVM.
Check the
Raw trace
tab
👀 Common Culprits
One frequent cause is the use of the
PUSH0
opcode, which was introduced in EIP-3855 with the Shanghai upgrade.
✅ Solutions
To avoid such issues, it's best to wait until testnet officially supports these new features before attempting to deploy contracts that rely on them.
📜 We will make an announcement when we update this soon!
Gas Usage (e.g. are you at 100%?)
🌐 Overview
Deployment failures can often be traced back to insufficient gas allocation.
When a transaction consumes all allocated gas without completing, the network rejects it to avoid executing transactions that could run indefinitely.
👀 Common Culprits
100% Gas Consumption: If a transaction fails and the gas usage is 100%, it suggests the gas limit set for the contract's deployment was too low to cover the computation required.
Check
Gas usage & limit by txn
✅ Solutions
Increase Gas Limit: Adjust the gas limit upwards based on the complexity of your contract and the estimations provided by gas estimation tools.
Optimize Contract Code: Review and optimize your smart contract code to reduce gas consumption. This can involve simplifying functions, removing unnecessary operations, or leveraging patterns that consume less gas.
Test Thoroughly
Did you verify your Smart Contract?
🌐 Overview
Preparing your smart contract for deployment involves a critical step: verification. This process not only helps in catching potential issues early but also enhances the contract's integrity before it goes live.
🔍 Verification is Key
Verifying your smart contract is paramount to ensure its readiness for deployment. This crucial step provides valuable insights into any potential errors or vulnerabilities that could compromise its performance or security.
🛠 Steps to Verify:
Navigate to Contract Details: Access your contract's details within your development environment or via a testnet blockchain explorer where your contract will be deployed.
Look for the
Verify and Publish
option. Selecting this begins the verification process, which is essential for assessing whether your contract operates as intended and is ready for interaction with users.
Read more about verifying smart contracts deployed on Hemi.
Navigating the Hemi Portal
What tokens are currently supported?
You can use our platform to access a variety of tokens, including ETH, USDT, USDC, and DAI.
Where is the faucet?
The faucet can be found in the Discord channel. You can get more testnet tokens from there.
What is tunneling? What is a tunnel?
The Hemi Tunnel is designed for seamless cross-chain transactions.
Hemi’s Bitcoin and Ethereum Tunnels improve security while decentralizing asset portability. They do this by leveraging the Hemi Virtual Machine, which gives the network direct awareness of Bitcoin’s and Ethereum’s states.
Capsules
What is Capsule?
Capsule is an asset transfer protocol that allows anyone to batch and transfer multiple assets in a single package on Hemi. Additionally, it provides users and developers with advanced functionality like gasless transactions, re-routing/recalling, and configurable security. Learn more about Capusle Labs by visiting the Capsule site.
Grants
Getting Involved
How do I partner with Hemi?
You can find the partnership inquiry form here.
How do we review partnership inquiries?
Read our review process in Partners.
Have more questions or concerns? E-mail support@hemi.xyz or join our Discord.
Last updated