diff --git a/content/concepts/terminology.md b/content/concepts/terminology.md index 48444433..e03e42d6 100644 --- a/content/concepts/terminology.md +++ b/content/concepts/terminology.md @@ -5,12 +5,10 @@ description: Terminology specific to Ocean Protocol. ## Ocean Network -Any EVM-compatible network where all\* the Ocean Protocol smart contracts ([keeper contracts](https://github.com/oceanprotocol/keeper-contracts)) are deployed. There can be many Ocean networks. Examples include the [testnets](/concepts/testnets/) and [the Ocean Production Network](/concepts/production-network/). +Any EVM-compatible network where all[^1] the Ocean Protocol smart contracts ([keeper contracts](https://github.com/oceanprotocol/keeper-contracts)) are deployed. There can be many Ocean networks. Examples include the [testnets](/concepts/testnets/) and [the Ocean Production Network](/concepts/production-network/). Note: Some old documentation refers to "the Ocean Network" or "the Ocean Protocol Network." You will have to guess which network was meant, based on the context. -\* The "Dispenser" smart contract should only be deployed to testnets. - ## Asset or Data Asset Anything that can be registered with and made available via an Ocean Network. Examples include data sets, trained model parameters, pipelines, and data-cleaning services. @@ -49,3 +47,5 @@ We published an [Ocean Protocol blog post that explains SEAs in more detail](htt - See [the page about Ocean's Software Components](/concepts/components/). - See [the page about wallets (and other Ethereum terminology)](/concepts/wallets/). + +[^1]: The "Dispenser" smart contract should only be deployed to testnets.