We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1cd465a + 7d47fb0 commit 06bf787Copy full SHA for 06bf787
lib/constants.ts
@@ -85,6 +85,7 @@ export enum TRANSACTION_SUBTYPE {
85
SPOTTOWALLET = "SPOT_TO_WALLET",
86
CHAIN_SWITCH_FROM = "CHAIN_SWITCH_FROM",
87
CHAIN_SWITCH_TO = "CHAIN_SWITCH_TO",
88
+ AIRDROP = "AIRDROP",
89
}
90
91
export enum TRANSACTION_STATUS {
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "cryptomarket",
3
- "version": "3.2.0",
+ "version": "3.2.1",
4
"description": "The CryptoMarket for Node.js",
5
"homepage": "https://www.cryptomkt.com",
6
"engines": {
0 commit comments