1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

fix typos (#823)

Fix some typos for `address` key.
This commit is contained in:
mariacarmina 2021-11-16 23:07:47 +02:00 committed by GitHub
parent 68f0d2546b
commit ef87473b3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -444,7 +444,7 @@ Example:
"serviceId": "1" "serviceId": "1"
}, },
{ {
"adddress": "0x000001", "address": "0x000001",
"name": "Datatoken 2", "name": "Datatoken 2",
"symbol": "DT-2", "symbol": "DT-2",
"serviceId": "2" "serviceId": "2"
@ -568,7 +568,7 @@ Example:
// Enhanced Aquarius response begins here // Enhanced Aquarius response begins here
"nft": { "nft": {
"adddress": "0x000000", "address": "0x000000",
"name": "Ocean Protocol Asset v4", "name": "Ocean Protocol Asset v4",
"symbol": "OCEAN-A-v4", "symbol": "OCEAN-A-v4",
"owner": "0x0000000", "owner": "0x0000000",
@ -578,13 +578,13 @@ Example:
"datatokens": [ "datatokens": [
{ {
"adddress": "0x000000", "address": "0x000000",
"name": "Datatoken 1", "name": "Datatoken 1",
"symbol": "DT-1", "symbol": "DT-1",
"serviceId": "1" "serviceId": "1"
}, },
{ {
"adddress": "0x000001", "address": "0x000001",
"name": "Datatoken 2", "name": "Datatoken 2",
"symbol": "DT-2", "symbol": "DT-2",
"serviceId": "2" "serviceId": "2"