diff options
| -rw-r--r-- | src/async_crypto_pay_api/__meta__.py | 2 | ||||
| -rw-r--r-- | src/async_crypto_pay_api/models/assets.py | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/src/async_crypto_pay_api/__meta__.py b/src/async_crypto_pay_api/__meta__.py index 2986247..4b0436d 100644 --- a/src/async_crypto_pay_api/__meta__.py +++ b/src/async_crypto_pay_api/__meta__.py | |||
| @@ -1,2 +1,2 @@ | |||
| 1 | __version__ = "1.0.1" | 1 | __version__ = "1.1.0" |
| 2 | __api_version__ = "1.5.1" | 2 | __api_version__ = "1.5.1" |
diff --git a/src/async_crypto_pay_api/models/assets.py b/src/async_crypto_pay_api/models/assets.py index 2616668..ee72b6d 100644 --- a/src/async_crypto_pay_api/models/assets.py +++ b/src/async_crypto_pay_api/models/assets.py | |||
| @@ -29,6 +29,8 @@ class CryptoAsset(Enum): | |||
| 29 | HMSTR = "HMSTR" | 29 | HMSTR = "HMSTR" |
| 30 | CATI = "CATI" | 30 | CATI = "CATI" |
| 31 | USDC = "USDC" | 31 | USDC = "USDC" |
| 32 | JET = "JET" | ||
| 33 | SEND = "SEND" | ||
| 32 | 34 | ||
| 33 | 35 | ||
| 34 | class FiatAsset(Enum): | 36 | class FiatAsset(Enum): |
