File tree 1 file changed +4
-2
lines changed
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
170
170
the feed definition. The feed ID is a human readable label and decomposes as:
171
171
172
172
``` sample
173
- <feed_type>/<feed_name>
173
+ <feed_type>/<feed_name>/
174
174
```
175
175
176
176
Warning: 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:
181
181
```
182
182
183
183
For 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.
185
187
186
188
### Verifying the created at
187
189
You can’t perform that action at this time.
0 commit comments