Skip to content

Commit 06bf787

Browse files
authored
Merge pull request #30 from cryptomkt/fix/transaction-sybtype-airdrop
Fix/transaction sybtype airdrop
2 parents 1cd465a + 7d47fb0 commit 06bf787

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ export enum TRANSACTION_SUBTYPE {
8585
SPOTTOWALLET = "SPOT_TO_WALLET",
8686
CHAIN_SWITCH_FROM = "CHAIN_SWITCH_FROM",
8787
CHAIN_SWITCH_TO = "CHAIN_SWITCH_TO",
88+
AIRDROP = "AIRDROP",
8889
}
8990

9091
export enum TRANSACTION_STATUS {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cryptomarket",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"description": "The CryptoMarket for Node.js",
55
"homepage": "https://www.cryptomkt.com",
66
"engines": {

0 commit comments

Comments
 (0)