Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Pablo Bustamante Barrera committed Jul 1, 2024
2 parents acf1a8e + a89b0bd commit df17380
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
To install Cryptomarket use npm

```
npm install [email protected].0
npm install [email protected].1
```

# Documentation
Expand Down
1 change: 1 addition & 0 deletions lib/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ export enum TRANSACTION_SUBTYPE {
SPOTTOWALLET = "SPOT_TO_WALLET",
CHAIN_SWITCH_FROM = "CHAIN_SWITCH_FROM",
CHAIN_SWITCH_TO = "CHAIN_SWITCH_TO",
AIRDROP = "AIRDROP",
}

export enum TRANSACTION_STATUS {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cryptomarket",
"version": "3.2.0",
"version": "3.2.1",
"description": "The CryptoMarket for Node.js",
"homepage": "https://www.cryptomkt.com",
"engines": {
Expand Down

0 comments on commit df17380

Please sign in to comment.