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: chopstick tests #647

Merged
merged 2 commits into from
May 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ exports[`Limited Reserve V2 Transfers from Spiritnet Account Alice -> HydraDx Ac
[
{
"data": {
"amount": "(rounded 990000000000000)",
"amount": "(rounded 1000000000000000)",
"currencyId": 28,
"who": "7NL1GYCJu8cFSnWBLwET2X3fMdodw8T75zuxi59hA2bhdjQq",
},
Expand All @@ -13,7 +13,7 @@ exports[`Limited Reserve V2 Transfers from Spiritnet Account Alice -> HydraDx Ac
},
{
"data": {
"amount": "(rounded 5000000000000)",
"amount": "(rounded 4200000000000)",
"currencyId": 28,
"who": "7L53bUTBopuwFt3mKUfmkzgGLayYa1Yvn1hAg9v5UMrQzTfh",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ exports[`Limited Reserve V3 Transfers from Spiritnet Account Alice -> HydraDx Ac
[
{
"data": {
"amount": "(rounded 990000000000000)",
"amount": "(rounded 1000000000000000)",
"currencyId": 28,
"who": "7NL1GYCJu8cFSnWBLwET2X3fMdodw8T75zuxi59hA2bhdjQq",
},
Expand All @@ -13,7 +13,7 @@ exports[`Limited Reserve V3 Transfers from Spiritnet Account Alice -> HydraDx Ac
},
{
"data": {
"amount": "(rounded 5000000000000)",
"amount": "(rounded 4200000000000)",
"currencyId": 28,
"who": "7L53bUTBopuwFt3mKUfmkzgGLayYa1Yvn1hAg9v5UMrQzTfh",
},
Expand Down