-
Notifications
You must be signed in to change notification settings - Fork 416
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
Why Astar/Shibuya gas price is so HIGH? #1370
Comments
Hello @Lohann, the price expressed in GWei is such because of Astar's tokenomics.
I understand it doesn't matter for your scenario, but it does matter overall. |
I see.
Yeah the issue is that if I use Astar gas price as baseline, the Universal Factory deployment will cost almost |
Sorry, I missed your reply before. I understand your issue, but there's nothing we can do for this situation, at least to my knowledge. With the current low traffic, base fee per gas is |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This issue was closed because it has been stalled for 7 days with no activity. |
I work at analog.one building cross-chain bridges, and recently I develop this Universal Factory contract that allows anyone to deploy the same contract on all EVM compatible chains, it is intended to be deployed using Keyless Deployment, the issue of this method is that I MUST use the exact same transaction on all chains, I can't change a single byte of the transaction otherwise it changes the deployer and the resulting contract address.
So I must set an relative high gas price and gas limit sufficient for this transaction be valid in ALL chains, the issue is that Astar gas price is WAY out of the charts when compared to other EVM chains, this make impossible to Astar to accept even already defined standard such as the EIP-1820, which already set an pessimistic gas price of
100 gwei
, but Astar/Shibuya requires1200 ~ 2000 gwei
!!!:As comparison, I estimated the gas fee of different networks using alloy default fee estimator (or
eth_gasPrice
when the chain doesn't support EIP1559), the list is ordered from the most expensive to the cheaspest, also notice the token price doesn't really matter when using Keyless Deployment:Astar
2149 gwei
589 gwei
Shibuya
1559 gwei
1 wei
Sepolia
290 gwei
1 gwei
Ethereum Mainnet
75 gwei
0.6 gwei
Avalanche C-Chain
52 gwei
1.7 gwei
Avalanche Fuji
51 gwei
1.25 gwei
Polygon
31 gwei
30 gwei
Polygon Amoy
31 gwei
30 gwei
bnb-smart-chain testnet (doesn't support EIP1559)
5 gwei
bnb-smart-chain (doesn't support EIP1559)
3 gwei
Moonbase
1.75 gwei
1.5 gwei
Arbitrum One Sepolia
1.45 gwei
1 wei
Ethereum Classic (doesn't support EIP1559)
1 gwei
Arbitrum One
0.02 gwei
1 wei
Holesky
0.14 gwei
0.14 gwei
The text was updated successfully, but these errors were encountered: