Skip to content

Commit

Permalink
chore: adding v2.0.1 Changelog updates
Browse files Browse the repository at this point in the history
  • Loading branch information
aaitor committed Jan 15, 2024
1 parent 0217d72 commit 54eebf4
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v2.0.1](https://github.com/nevermined-io/cli/compare/v2.0.0...v2.0.1)

> 15 January 2024
- chore: env [`7cb1675`](https://github.com/nevermined-io/cli/commit/7cb167545c636021b1c7af23eb70a8adf2323ac5)
- chore: adding v2.0.0 Changelog updates [`a3b8ad2`](https://github.com/nevermined-io/cli/commit/a3b8ad2a58792c60ca66df6f408db750729433bf)
- chore: versions [`0217d72`](https://github.com/nevermined-io/cli/commit/0217d725b224e53aeedd820a3eeeea37e619ae5e)

### [v2.0.0](https://github.com/nevermined-io/cli/compare/v1.2.5...v2.0.0)

> 27 November 2023
Expand Down
22 changes: 22 additions & 0 deletions test/testing_gnosis.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Testing CLI connected to GNOSIS network

We are gonna use this asset as reference:


## Ordering the asset

```bash

$ yarn dev -n appGnosis nfts1155 order did:nv:416e35cb209ecbfbf23e1192557b06e94c5d9a9afb025cce2e9baff23e907195
yarn run v1.22.17
$ ts-node src/index.ts -n appGnosis nfts1155 order did:nv:416e35cb209ecbfbf23e1192557b06e94c5d9a9afb025cce2e9baff23e907195
Ordering DID: 'did:nv:416e35cb209ecbfbf23e1192557b06e94c5d9a9afb025cce2e9baff23e907195'!
Buyer: '0x824dbcE5E9C96C5b8ce2A35a25a5ab87eD1D00b1'
Price: 0.0 USDC
Purchase associated to NFT Contract: '0xa30DE8C6aC39B825192e5F1FADe0770332D279A8'
Creating nft-sales agreement and paying
NFT Agreement Created: 0xc8782d13bfb3ec4cf68bdea10eb75ac5f5f1a38b5284acccb7387b381cd14c4b for DID: did:nv:416e35cb209ecbfbf23e1192557b06e94c5d9a9afb025cce2e9baff23e907195
Done in 20.29s.


```

0 comments on commit 54eebf4

Please sign in to comment.