-
Notifications
You must be signed in to change notification settings - Fork 87
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
chore: update beta-5 #139
chore: update beta-5 #139
Conversation
@@ -4,7 +4,7 @@ FROM node:20-slim AS base | |||
|
|||
# Expose the ENVs to the env of the container | |||
ENV PORT="${PORT}" | |||
ENV FUEL_PROVIDER_URL="${FUEL_PROVIDER_URL}" | |||
ENV FUEL_PROVIDER_BETA5="${FUEL_PROVIDER_BETA5}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why we change the name of the provider here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FUEL_PROVIDER_URL
was better IMO to avoid needing to change later.
regularEl={ | ||
<> | ||
Gas used: {formatZeroUnits(tx.gasUsed || '')} | ||
<br /> | ||
Gas limit: {formatZeroUnits(tx.gasLimit || '')} | ||
</> | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Gas limit is available for transaction of type Script, you can find it on the policies array and on the field scriptGasLimit
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in transaction screen, can we hide the fee block when it's a mint transaction?
No description provided.