Skip to content
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

[TAS-954] 🩹 Increase gas multiplier for updating ISCN #437

Merged
merged 2 commits into from
Feb 15, 2024

Conversation

AuroraHuang22
Copy link
Collaborator

@AuroraHuang22 AuroraHuang22 commented Jan 24, 2024

Even though the multiplier has been used and iscn-js updated, the wanted gas fee for updating ISCN is still slightly insufficient.
Therefore, I increased the multiplier from 1.5 to 1.75

截圖 2024-01-24 晚上8 01 56

@AuroraHuang22 AuroraHuang22 changed the title 🩹 Increase gas multiplier for updating ISCN [TAS-954] 🩹 Increase gas multiplier for updating ISCN Jan 24, 2024
Copy link

@@ -159,7 +159,7 @@ export async function signISCN(
{
iscnId,
memo,
gas = new BigNumber(ISCN_GAS_FEE).multipliedBy(ISCN_GAS_MULTIPLIER).toFixed(0),
gas = new BigNumber(ISCN_GAS_FEE).multipliedBy(UPDATE_ISCN_GAS_MULTIPLIER).toFixed(0),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about set a gas when calling signISCN when we update ISCN?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@AuroraHuang22 AuroraHuang22 merged commit 4af7807 into likecoin:main Feb 15, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants