Skip to content

Commit

Permalink
fix map modules params in manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
YaroShkvorets committed May 11, 2023
1 parent fc00c83 commit 4dccbe7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eosio.token/substreams.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,15 @@ modules:
- name: map_accounts
kind: map
inputs:
- params: string
- source: sf.antelope.type.v1.Block
output:
type: proto:antelope.eosio.token.v1.Accounts

- name: map_stat
kind: map
inputs:
- params: string
- source: sf.antelope.type.v1.Block
output:
type: proto:antelope.eosio.token.v1.Stats
Expand Down

0 comments on commit 4dccbe7

Please sign in to comment.