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

Fix Rango amount metadata #363

Merged
merged 1 commit into from
Jan 14, 2025
Merged

Conversation

peachbits
Copy link
Contributor

@peachbits peachbits commented Jan 9, 2025

CHANGELOG

Does this branch warrant an entry to the CHANGELOG?

  • Yes
  • No

Dependencies

none

Description

none

@@ -501,7 +498,7 @@ export function makeRangoPlugin(opts: EdgeCorePluginOptions): EdgeSwapPlugin {
spendTargets: [
{
memo: evmTransaction.txData,
nativeAmount: ethNativeAmount,
nativeAmount: nativeAmount,
Copy link
Contributor

Choose a reason for hiding this comment

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

This can just be nativeAmount, since the left & right are the same name.

@peachbits peachbits force-pushed the matthew/rango-amount-metadata branch from 4d14446 to 1dcc16a Compare January 14, 2025 00:48
@peachbits peachbits merged commit 840c6b1 into master Jan 14, 2025
1 check passed
@peachbits peachbits deleted the matthew/rango-amount-metadata branch January 14, 2025 00:49
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