Skip to content
This repository has been archived by the owner on Dec 13, 2019. It is now read-only.

Commit

Permalink
fix method name token_indexed_balances
Browse files Browse the repository at this point in the history
  • Loading branch information
spersico committed Aug 8, 2019
1 parent d74421a commit 8e03f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wallet-ui/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export enum CounterfactualMethod {
RequestDeposit = "counterfactual:request:deposit",
RequestWithdraw = "counterfactual:request:withdraw",
RequestBalances = "counterfactual:request:balances",
RequestIndexedBalances = "counterfactual:request:indexed_balances",
RequestIndexedBalances = "counterfactual:request:token_indexed_balances",
RequestChannels = "counterfactual:request:channels",
RequestChannel = "counterfactual:request:channel"
}
Expand Down

0 comments on commit 8e03f92

Please sign in to comment.