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

[NayNay] File Restructure: Base Class + Balance Restructure #207

Merged
merged 16 commits into from
Aug 5, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
removed unnecessary constants file
rh0delta committed Aug 2, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit ddbd6e32e2735d1fabe64714f840208e38daa594
2 changes: 1 addition & 1 deletion src/balance/command.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import Entropy from "@entropyxyz/sdk"
import { BaseCommand } from "../common/base-command"
import * as BalanceUtils from "./utils"
import { FLOW_CONTEXT } from "./constants"

const FLOW_CONTEXT = 'ENTROPY-BALANCE'
export class BalanceCommand extends BaseCommand {
constructor (entropy: Entropy, endpoint: string) {
super(entropy, endpoint, FLOW_CONTEXT)
1 change: 0 additions & 1 deletion src/balance/constants.ts

This file was deleted.