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

chore: deprecate unused operation names #3180

Merged
merged 8 commits into from
Oct 3, 2024
Merged
5 changes: 5 additions & 0 deletions .changeset/dull-toys-dream.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@fuel-ts/account": patch
---

chore: remove unused operation names
4 changes: 0 additions & 4 deletions packages/account/src/providers/transaction-summary/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,6 @@ export enum OperationName {
transfer = 'Transfer asset',
contractCall = 'Contract call',
receive = 'Receive asset',
mint = 'Mint asset',
predicatecall = 'Predicate call',
script = 'Script',
sent = 'Sent asset',
withdrawFromFuel = 'Withdraw from Fuel',
}

Expand Down