Added Arweave to the storage types

This commit is contained in:
Anamaria Loznianu 2022-10-04 15:31:15 +03:00
parent 80d6b5b2ca
commit 64fc688b87
1 changed files with 16 additions and 3 deletions

View File

@ -259,13 +259,13 @@ Use GraphQL querys as datasource.
"type": "graphql",
"url": "http://172.15.0.15:8000/subgraphs/name/oceanprotocol/ocean-subgraph",
"query": """
query{
query{
nfts(orderBy: createdTimestamp,orderDirection:desc){
id
symbol
createdTimestamp
}
}
}
"""
}
```
@ -288,9 +288,22 @@ Use a smart contract as datasource.
}
```
***`Arweave`***
Arweave Transaction ID.
```
{
{
"type": "arweave",
"transactionId": "a4qJoQZa1poIv5guEzkfgZYSAD0uYm7Vw4zm_tCswVQ",
}
}
```
First class integrations supported in the future :
***`Filecoin`***
***`Arwave`***
***`Storj`***
***`SQL`***