You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/en/cookbook/near.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ dataSources:
84
84
- NEAR data sources introduce an optional `source.account` field, which is a human-readable ID corresponding to a [NEAR account](https://docs.near.org/docs/concepts/account). This can be an account or a sub-account.
85
85
- NEAR data sources introduce an optional `source.accounts` field, which contains optional suffixes and prefixes.
86
86
At least prefix or suffix must be specified, they will match the any account starting or ending with the list of values respectively.
87
-
For the provided example it would match: [app|good].*[morning.near|morning.testnet]. If only a list of prefixes or suffixes is necessary
87
+
For the provided example it would match: `[app|good].*[morning.near|morning.testnet]`. If only a list of prefixes or suffixes is necessary
0 commit comments