File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ Integrators should establish the expected feed ID from Orcfax documentation on
170170the feed definition. The feed ID is a human readable label and decomposes as:
171171
172172``` sample
173- <feed_type>/<feed_name>
173+ <feed_type>/<feed_name>/
174174```
175175
176176Warning: Orcfax reserves the possibility to use a ` versioned_feed_id ` as the
@@ -181,7 +181,9 @@ value in the statement. A versioned feed ID has the following form:
181181```
182182
183183For this reason integrators must check that the ` feed_id ` value begins with the
184- expected bytes, rather than assume that there is equality.
184+ expected bytes, rather than assume that there is equality. Its also important to
185+ include the trailing ` / ` after the feed name. Including the slash prevents, say,
186+ a ` ADA-USDM ` being used when only ` ADA-USD ` is desired.
185187
186188### Verifying the created at
187189
You can’t perform that action at this time.
0 commit comments