Skip to content

Commit 3702ea3

Browse files
authored
Merge pull request #2 from UniqueNetwork/small-fix
add v1 to rest path
2 parents 48f059b + 6fbfb4c commit 3702ea3

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,17 +79,17 @@ You can use public endpoints for access Rest:
7979

8080
#### Opal
8181
```
82-
https://rest.unique.network/opal
82+
https://rest.unique.network/opal/v1
8383
```
8484

8585
#### Quartz
8686
```
87-
https://rest.unique.network/quartz
87+
https://rest.unique.network/quartz/v1
8888
```
8989

9090
#### Unique
9191
```
92-
https://rest.unique.network/unique
92+
https://rest.unique.network/unique/v1
9393
```
9494

9595
## Step 1: Generate NFT Properties

config.example.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const config = {
2-
endpoint: 'https://rest.unique.network/opal',
2+
endpoint: 'https://rest.unique.network/opal/v1',
33
ownerSeed: '//Alice',
44

55
imagePartsFolder: './images',

0 commit comments

Comments
 (0)