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
1 changed files with 4 additions and 4 deletions

View File

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