This page is being upgraded for a great mobile experience.
Please use a desktop or laptop for now.
Switch to a larger device to access all features.
Break down the components of gas pricing on Arbitrum
In this challenge, you'll analyze the different components that make up the gas price on Arbitrum.
Create a function called getGasPriceComponents
that:
// This should return an object with the gas price components
getGasPriceComponents()
Ready to test your solution?
Complete the exercise and submit to check your results.