-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update near accounts docs #154
Conversation
pages/en/supported-networks/near.mdx
Outdated
@@ -62,6 +62,13 @@ dataSources: | |||
source: | |||
account: app.good-morning.near # This data source will monitor this account | |||
startBlock: 10662188 # Required for NEAR | |||
accounts: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think let's pull this out of the example manifest
pages/en/supported-networks/near.mdx
Outdated
- NEAR data sources introduce an optional `source.accounts` field, which contains optional suffixes and prefixes. | ||
At least prefix or suffix must be specified, they will match the any account starting or ending with the list of values respectively. | ||
For the provided example it would match: `[app|good].*[morning.near|morning.testnet]`. If only a list of prefixes or suffixes is necessary | ||
the other field can be omitted. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think let's drop the example above here in a code block
pages/en/supported-networks/near.mdx
Outdated
- good | ||
suffixes: | ||
- morning.near | ||
- morning.testnet |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think remove the testnet
from here, as it's mixing networks which isn't technically possible, so this is potentially confusing
Could we rebase this for the new structure @mangas ? |
0bc0b2b
to
c0cc1c9
Compare
c0cc1c9
to
f518ae4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
No description provided.