File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ substreams-tron = "0.1"
1616prost = " 0.11"
1717prost-types = " 0.11"
1818hex = " 0.4"
19+ bs58 = { version = " 0.5" , features = [" check" ] }
1920
2021[build-dependencies ]
2122prost-build = " 0.11"
Original file line number Diff line number Diff line change 11# Substreams-powered Subgraph configuration for TRON payments
2+ # Note: This is a template. To deploy:
3+ # 1. Build the substreams: make build
4+ # 2. Package it: substreams pack
5+ # 3. Deploy to The Graph with this subgraph.yaml
26specVersion : 1.0.0
37description : Request Network TRON ERC20FeeProxy payment events
48repository : https://github.com/RequestNetwork/requestNetwork
@@ -16,5 +20,3 @@ dataSources:
1620 mapping :
1721 apiVersion : 0.0.7
1822 kind : substreams/graph-entities
19- file : ./src/mappings.ts
20- handler : handlePayments
Original file line number Diff line number Diff line change @@ -40,15 +40,6 @@ modules:
4040 mainnet_proxy_address=<address>
4141 nile_proxy_address=<address>
4242
43- - name : store_payments
44- kind : store
45- updatePolicy : set
46- valueType : proto:request.tron.v1.Payment
47- inputs :
48- - map : map_erc20_fee_proxy_payments
49- doc : |
50- Stores payment events indexed by payment reference for efficient querying.
51-
5243network : tron
5344
5445params :
You can’t perform that action at this time.
0 commit comments