mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
Fixed remaining broken arcade links
This commit is contained in:
parent
96c3064628
commit
b15e6c1eef
@ -19,8 +19,8 @@ First, make sure that you search existing open + closed issues + PRs to see if y
|
||||
|
||||
Follow our steps below to properly document your bug! Paste the screenshots into your GitHub issue.
|
||||
|
||||
|
||||
{% @arcade/embed flowId="fUNrK6z2eurJ2C1ty2OG" url="https://app.arcade.software/share/fUNrK6z2eurJ2C1ty2OG" %}
|
||||
{% embed url="https://app.arcade.software/share/fUNrK6z2eurJ2C1ty2OG" fullWidth="false" %}
|
||||
{% endembed %}
|
||||
|
||||
### Report vulnerabilities
|
||||
|
||||
|
@ -94,7 +94,8 @@ To identify the template used for a specific asset, you can easily retrieve this
|
||||
|
||||
We like making things easy :sunglasses: so here is an even easier way to retrieve the info for [this](https://market.oceanprotocol.com/asset/did:op:cd086344c275bc7c560e91d472be069a24921e73a2c3798fb2b8caadf8d245d6) asset published in the Ocean Market: 
|
||||
|
||||
{% @arcade/embed flowId="wxBPSc42eSYUiawSY8rC" url="https://app.arcade.software/share/wxBPSc42eSYUiawSY8rC" %}
|
||||
{% embed url="https://app.arcade.software/share/wxBPSc42eSYUiawSY8rC" fullWidth="false" %}
|
||||
{% endembed %}
|
||||
|
||||
{% hint style="info" %}
|
||||
_It's important to note that Ocean Protocol may introduce new templates to support additional variations of data NFTs and datatokens in the future._
|
||||
|
@ -62,7 +62,8 @@ function removeManager(address _managerAddress) external onlyNFTOwner {
|
||||
|
||||
The **manager** can assign or revoke three main roles (**deployer, metadata updater, and store updater**). The manager is also able to call any other contract (ERC725X implementation).
|
||||
|
||||
{% @arcade/embed flowId="qC8QpkLsFIQk3NxPzB8p" url="https://app.arcade.software/share/qC8QpkLsFIQk3NxPzB8p" %}
|
||||
{% embed url="https://app.arcade.software/share/qC8QpkLsFIQk3NxPzB8p" fullWidth="false" %}
|
||||
{% endembed %}
|
||||
|
||||
### Metadata Updater
|
||||
|
||||
@ -292,8 +293,8 @@ function removeMinter(address _minter) external onlyERC20Deployer {
|
||||
|
||||
</details>
|
||||
|
||||
|
||||
{% @arcade/embed flowId="OHlwsPbf29S1PLh03FM7" url="https://app.arcade.software/share/OHlwsPbf29S1PLh03FM7" %}
|
||||
{% embed url="https://app.arcade.software/share/OHlwsPbf29S1PLh03FM7" fullWidth="false" %}
|
||||
{% endembed %}
|
||||
|
||||
### Fee Manager
|
||||
|
||||
|
@ -28,7 +28,8 @@ The [OCEAN Token page](https://oceanprotocol.com/token) at oceanprotocol.com has
|
||||
|
||||
If you prefer visual demonstrations, we have prepared a visual demo that illustrates the steps mentioned above.
|
||||
|
||||
{% @arcade/embed flowId="yHiKKN336QGdAkhTlsIh" url="https://app.arcade.software/share/yHiKKN336QGdAkhTlsIh" %}
|
||||
{% embed url="https://app.arcade.software/share/yHiKKN336QGdAkhTlsIh" fullWidth="false" %}
|
||||
{% endembed %}
|
||||
|
||||
MetaMask should now show your Ocean Token (OCEAN) balance, and when you're looking at that, there should be a `Send` button to send Ocean Tokens to others. For help with that, see [the MetaMask docs about how to send tokens](https://metamask.zendesk.com/hc/en-us/articles/360015488931-How-to-Send-Tokens).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user