FAQ
Last updated
Last updated
You can learn more about Hemi by reading our documentation, visiting our website, reading the whitepaper, or joining the community on Discord.
Check out Incentives for the most recent info.
🌐 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!
🌐 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
🌐 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.
You can use our platform to access a variety of tokens, including ETH, USDT, USDC, and DAI.
The faucet can be found in the Discord channel. You can get more testnet tokens from there.
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.
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.
You can find the partnership inquiry form here.
Read our review process in Partners.
Have more questions or concerns? E-mail support@hemi.xyz or join our Discord.