@leather.io/constants 0.25.4 → 0.26.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
 
2
- > @leather.io/constants@0.25.4 build /home/runner/work/mono/mono/packages/constants
2
+ > @leather.io/constants@0.26.0 build /home/runner/work/mono/mono/packages/constants
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -8,9 +8,9 @@
8
8
  CLI Using tsup config: /home/runner/work/mono/mono/packages/constants/tsup.config.ts
9
9
  CLI Target: es2022
10
10
  ESM Build start
11
- ESM dist/index.js 4.22 KB
12
- ESM dist/index.js.map 6.07 KB
13
- ESM ⚡️ Build success in 15ms
11
+ ESM dist/index.js 4.38 KB
12
+ ESM dist/index.js.map 6.39 KB
13
+ ESM ⚡️ Build success in 16ms
14
14
  DTS Build start
15
- DTS ⚡️ Build success in 2386ms
16
- DTS dist/index.d.ts 3.63 KB
15
+ DTS ⚡️ Build success in 2290ms
16
+ DTS dist/index.d.ts 3.73 KB
package/CHANGELOG.md CHANGED
@@ -201,6 +201,19 @@
201
201
  * dependencies
202
202
  * @leather.io/models bumped to 0.42.0
203
203
 
204
+ ### Dependencies
205
+
206
+ * The following workspace dependencies were updated
207
+ * dependencies
208
+ * @leather.io/models bumped to 0.43.0
209
+
210
+ ## [0.26.0](https://github.com/leather-io/mono/compare/@leather.io/constants-v0.25.5...@leather.io/constants-v0.26.0) (2025-10-08)
211
+
212
+
213
+ ### Features
214
+
215
+ * **mobile:** improve swap amount value positioning, add faux caret ([e793339](https://github.com/leather-io/mono/commit/e7933397e11641f05e205bd42df6eca32091f077))
216
+
204
217
  ## [0.25.0](https://github.com/leather-io/mono/compare/@leather.io/constants-v0.24.0...@leather.io/constants-v0.25.0) (2025-07-28)
205
218
 
206
219
 
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { Currency, BitcoinUnit, BitcoinUnitInfo, AccountDisplayPreference, AccountDisplayPreferenceInfo, BtcAsset, StxAsset } from '@leather.io/models';
1
+ import { Currency, BitcoinUnit, BitcoinUnitInfo, AccountDisplayPreference, AccountDisplayPreferenceInfo, BtcAsset, StxAsset, CryptoCurrency } from '@leather.io/models';
2
2
 
3
3
  declare const gaiaUrl = "https://hub.blockstack.org";
4
4
  declare const ZERO_INDEX = 0;
@@ -48,6 +48,7 @@ declare enum AccountDisplayPreferenceType {
48
48
  declare const accountDisplayPreferencesKeyedByType: Record<AccountDisplayPreference, AccountDisplayPreferenceInfo>;
49
49
  declare const btcAsset: BtcAsset;
50
50
  declare const stxAsset: StxAsset;
51
+ declare const cryptoAssetColors: Record<CryptoCurrency, string>;
51
52
  declare const ALEX_LINK = "https://alexgo.io/";
52
53
  declare const ZEST_LINK = "https://www.zestprotocol.com/";
53
54
  declare const ARKADIKO_LINK = "https://app.arkadiko.finance/";
@@ -56,4 +57,4 @@ declare const HERMETICA_LINK = "https://www.hermetica.fi/";
56
57
  declare const BITFLOW_LINK = "https://app.bitflow.finance/";
57
58
  declare const VELAR_LINK = "https://www.velar.co/";
58
59
 
59
- export { ALEX_LINK, ARKADIKO_LINK, AccountDisplayPreferenceType, BITFLOW_LINK, BTC_DECIMALS, BTC_P2WPKH_DUST_AMOUNT, DEFAULT_FEE_RATE, DEFAULT_LIST_LIMIT, GRANITE_LINK, HERMETICA_LINK, HIGH_FEE_AMOUNT_STX, HIGH_FEE_WARNING_LEARN_MORE_URL_BTC, HIGH_FEE_WARNING_LEARN_MORE_URL_STX, HIRO_EXPLORER_URL, KEBAB_REGEX, LEATHER_API_URL_PRODUCTION, LEATHER_API_URL_STAGING, LEATHER_EARN_SBTC_URL, LEATHER_EARN_STACKING_URL, LEATHER_EARN_URL, LEATHER_EXTENSION_CHROME_STORE_URL, LEATHER_GUIDES_CONNECT_DAPPS, LEATHER_GUIDES_URL, LEATHER_LEARN_URL, LEATHER_SUPPORT_URL, ORD_IO_URL, PERSISTENCE_CACHE_TIME, SATS_IN_BTC, STX_DECIMALS, TOKEN_NAME_LENGTH, VELAR_LINK, ZERO_INDEX, ZEST_LINK, accountDisplayPreferencesKeyedByType, bitcoinUnitsKeyedByName, btcAsset, currencyDecimalsMap, currencyNameMap, gaiaUrl, stxAsset };
60
+ export { ALEX_LINK, ARKADIKO_LINK, AccountDisplayPreferenceType, BITFLOW_LINK, BTC_DECIMALS, BTC_P2WPKH_DUST_AMOUNT, DEFAULT_FEE_RATE, DEFAULT_LIST_LIMIT, GRANITE_LINK, HERMETICA_LINK, HIGH_FEE_AMOUNT_STX, HIGH_FEE_WARNING_LEARN_MORE_URL_BTC, HIGH_FEE_WARNING_LEARN_MORE_URL_STX, HIRO_EXPLORER_URL, KEBAB_REGEX, LEATHER_API_URL_PRODUCTION, LEATHER_API_URL_STAGING, LEATHER_EARN_SBTC_URL, LEATHER_EARN_STACKING_URL, LEATHER_EARN_URL, LEATHER_EXTENSION_CHROME_STORE_URL, LEATHER_GUIDES_CONNECT_DAPPS, LEATHER_GUIDES_URL, LEATHER_LEARN_URL, LEATHER_SUPPORT_URL, ORD_IO_URL, PERSISTENCE_CACHE_TIME, SATS_IN_BTC, STX_DECIMALS, TOKEN_NAME_LENGTH, VELAR_LINK, ZERO_INDEX, ZEST_LINK, accountDisplayPreferencesKeyedByType, bitcoinUnitsKeyedByName, btcAsset, cryptoAssetColors, currencyDecimalsMap, currencyNameMap, gaiaUrl, stxAsset };
package/dist/index.js CHANGED
@@ -105,6 +105,14 @@ var stxAsset = {
105
105
  decimals: 6,
106
106
  hasMemo: false
107
107
  };
108
+ var cryptoAssetColors = {
109
+ BTC: "#F59300",
110
+ STX: "#FC6432",
111
+ sBTC: "#DC7045",
112
+ VELAR: "#966D3D",
113
+ aeUSDC: "#4A73BE",
114
+ USDh: "#E39B53"
115
+ };
108
116
  var ALEX_LINK = "https://alexgo.io/";
109
117
  var ZEST_LINK = "https://www.zestprotocol.com/";
110
118
  var ARKADIKO_LINK = "https://app.arkadiko.finance/";
@@ -149,6 +157,7 @@ export {
149
157
  accountDisplayPreferencesKeyedByType,
150
158
  bitcoinUnitsKeyedByName,
151
159
  btcAsset,
160
+ cryptoAssetColors,
152
161
  currencyDecimalsMap,
153
162
  currencyNameMap,
154
163
  gaiaUrl,
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/index.ts"],"sourcesContent":["import type {\n AccountDisplayPreference,\n AccountDisplayPreferenceInfo,\n BitcoinUnit,\n BitcoinUnitInfo,\n BtcAsset,\n Currency,\n StxAsset,\n} from '@leather.io/models';\n\nexport const gaiaUrl = 'https://hub.blockstack.org';\n\nexport const ZERO_INDEX = 0;\n\nexport const HIRO_EXPLORER_URL = 'https://explorer.hiro.so';\nexport const ORD_IO_URL = 'https://ord.io';\n\nexport const HIGH_FEE_AMOUNT_STX = 5;\nexport const HIGH_FEE_WARNING_LEARN_MORE_URL_BTC = 'https://bitcoinfees.earn.com/';\nexport const HIGH_FEE_WARNING_LEARN_MORE_URL_STX =\n 'https://leather.gitbook.io/guides/transactions/fees';\n\nexport const DEFAULT_FEE_RATE = 400;\n\nexport const PERSISTENCE_CACHE_TIME = 1000 * 60 * 60 * 12; // 12 hours\n\nexport const BTC_DECIMALS = 8;\nexport const STX_DECIMALS = 6;\nexport const SATS_IN_BTC = 100_000_000;\n\n// Units of `Money` should be declared in their smallest unit. Similar to\n// Rosetta, we model currencies with their respective resolution\nexport const currencyDecimalsMap: Record<Currency, number> = {\n BTC: BTC_DECIMALS,\n STX: STX_DECIMALS,\n USD: 2,\n EUR: 2,\n GBP: 2,\n AUD: 2,\n CAD: 2,\n CNY: 2,\n JPY: 0,\n KRW: 0,\n} as const;\n\nexport const currencyNameMap = {\n USD: 'United States Dollar',\n EUR: 'Euro',\n GBP: 'British Pound',\n AUD: 'Australian Dollar',\n CAD: 'Canadian Dollar',\n CNY: 'Chinese Yuan',\n JPY: 'Japanese Yen',\n KRW: 'South Korean Won',\n BTC: 'Bitcoin',\n} as const;\n\n// https://bitcoin.stackexchange.com/a/41082/139277\nexport const BTC_P2WPKH_DUST_AMOUNT = 294;\n\nexport const KEBAB_REGEX = /[A-Z\\u00C0-\\u00D6\\u00D8-\\u00DE]/g;\n\nexport const DEFAULT_LIST_LIMIT = 50;\n\nexport const TOKEN_NAME_LENGTH = 4;\n\nexport const LEATHER_SUPPORT_URL = 'https://leather.io/contact';\n\nexport const LEATHER_GUIDES_URL = 'https://leather.io/guides';\n\nexport const LEATHER_GUIDES_CONNECT_DAPPS = `${LEATHER_GUIDES_URL}/connect-dapps`;\n\nexport const LEATHER_LEARN_URL = 'https://leather.io/learn';\n\nexport const LEATHER_EARN_URL = 'https://earn.leather.io';\n\nexport const LEATHER_EARN_STACKING_URL = 'https://app.leather.io/stacking';\nexport const LEATHER_EARN_SBTC_URL = 'https://app.leather.io/sbtc';\n\nexport const LEATHER_EXTENSION_CHROME_STORE_URL =\n 'https://chromewebstore.google.com/detail/leather/ldinpeekobnhjjdofggfgjlcehhmanlj?hl=en';\n\nexport const LEATHER_API_URL_STAGING = 'https://staging.api.leather.io';\nexport const LEATHER_API_URL_PRODUCTION = 'https://api.leather.io';\n\nexport const bitcoinUnitsKeyedByName: Record<BitcoinUnit, BitcoinUnitInfo> = {\n bitcoin: {\n name: 'bitcoin',\n symbol: 'BTC',\n decimal: '1',\n },\n satoshi: {\n name: 'satoshi',\n symbol: 'sat',\n decimal: '0.00000001',\n },\n};\n\nexport enum AccountDisplayPreferenceType {\n NativeSegwit = 'native-segwit',\n Taproot = 'taproot',\n Bns = 'bns',\n Stacks = 'stacks',\n}\n\nexport const accountDisplayPreferencesKeyedByType: Record<\n AccountDisplayPreference,\n AccountDisplayPreferenceInfo\n> = {\n [AccountDisplayPreferenceType.NativeSegwit]: {\n type: 'native-segwit',\n blockchain: 'bitcoin',\n name: 'Native Segwit address',\n },\n [AccountDisplayPreferenceType.Taproot]: {\n type: 'taproot',\n blockchain: 'bitcoin',\n name: 'Taproot address',\n },\n [AccountDisplayPreferenceType.Bns]: {\n type: 'bns',\n blockchain: 'stacks',\n name: 'BNS name',\n },\n [AccountDisplayPreferenceType.Stacks]: {\n type: 'stacks',\n blockchain: 'stacks',\n name: 'Stacks address',\n },\n};\n\nexport const btcAsset: BtcAsset = {\n chain: 'bitcoin',\n protocol: 'nativeBtc',\n symbol: 'BTC',\n category: 'fungible',\n decimals: 8,\n hasMemo: false,\n};\n\nexport const stxAsset: StxAsset = {\n chain: 'stacks',\n protocol: 'nativeStx',\n symbol: 'STX',\n category: 'fungible',\n decimals: 6,\n hasMemo: false,\n};\n\nexport const ALEX_LINK = 'https://alexgo.io/';\nexport const ZEST_LINK = 'https://www.zestprotocol.com/';\nexport const ARKADIKO_LINK = 'https://app.arkadiko.finance/';\nexport const GRANITE_LINK = 'https://www.granite.world/';\nexport const HERMETICA_LINK = 'https://www.hermetica.fi/';\nexport const BITFLOW_LINK = 'https://app.bitflow.finance/';\nexport const VELAR_LINK = 'https://www.velar.co/';\n"],"mappings":";AAUO,IAAM,UAAU;AAEhB,IAAM,aAAa;AAEnB,IAAM,oBAAoB;AAC1B,IAAM,aAAa;AAEnB,IAAM,sBAAsB;AAC5B,IAAM,sCAAsC;AAC5C,IAAM,sCACX;AAEK,IAAM,mBAAmB;AAEzB,IAAM,yBAAyB,MAAO,KAAK,KAAK;AAEhD,IAAM,eAAe;AACrB,IAAM,eAAe;AACrB,IAAM,cAAc;AAIpB,IAAM,sBAAgD;AAAA,EAC3D,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AACP;AAEO,IAAM,kBAAkB;AAAA,EAC7B,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AACP;AAGO,IAAM,yBAAyB;AAE/B,IAAM,cAAc;AAEpB,IAAM,qBAAqB;AAE3B,IAAM,oBAAoB;AAE1B,IAAM,sBAAsB;AAE5B,IAAM,qBAAqB;AAE3B,IAAM,+BAA+B,GAAG,kBAAkB;AAE1D,IAAM,oBAAoB;AAE1B,IAAM,mBAAmB;AAEzB,IAAM,4BAA4B;AAClC,IAAM,wBAAwB;AAE9B,IAAM,qCACX;AAEK,IAAM,0BAA0B;AAChC,IAAM,6BAA6B;AAEnC,IAAM,0BAAgE;AAAA,EAC3E,SAAS;AAAA,IACP,MAAM;AAAA,IACN,QAAQ;AAAA,IACR,SAAS;AAAA,EACX;AAAA,EACA,SAAS;AAAA,IACP,MAAM;AAAA,IACN,QAAQ;AAAA,IACR,SAAS;AAAA,EACX;AACF;AAEO,IAAK,+BAAL,kBAAKA,kCAAL;AACL,EAAAA,8BAAA,kBAAe;AACf,EAAAA,8BAAA,aAAU;AACV,EAAAA,8BAAA,SAAM;AACN,EAAAA,8BAAA,YAAS;AAJC,SAAAA;AAAA,GAAA;AAOL,IAAM,uCAGT;AAAA,EACF,CAAC,kCAAyC,GAAG;AAAA,IAC3C,MAAM;AAAA,IACN,YAAY;AAAA,IACZ,MAAM;AAAA,EACR;AAAA,EACA,CAAC,uBAAoC,GAAG;AAAA,IACtC,MAAM;AAAA,IACN,YAAY;AAAA,IACZ,MAAM;AAAA,EACR;AAAA,EACA,CAAC,eAAgC,GAAG;AAAA,IAClC,MAAM;AAAA,IACN,YAAY;AAAA,IACZ,MAAM;AAAA,EACR;AAAA,EACA,CAAC,qBAAmC,GAAG;AAAA,IACrC,MAAM;AAAA,IACN,YAAY;AAAA,IACZ,MAAM;AAAA,EACR;AACF;AAEO,IAAM,WAAqB;AAAA,EAChC,OAAO;AAAA,EACP,UAAU;AAAA,EACV,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,UAAU;AAAA,EACV,SAAS;AACX;AAEO,IAAM,WAAqB;AAAA,EAChC,OAAO;AAAA,EACP,UAAU;AAAA,EACV,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,UAAU;AAAA,EACV,SAAS;AACX;AAEO,IAAM,YAAY;AAClB,IAAM,YAAY;AAClB,IAAM,gBAAgB;AACtB,IAAM,eAAe;AACrB,IAAM,iBAAiB;AACvB,IAAM,eAAe;AACrB,IAAM,aAAa;","names":["AccountDisplayPreferenceType"]}
1
+ {"version":3,"sources":["../src/index.ts"],"sourcesContent":["import type {\n AccountDisplayPreference,\n AccountDisplayPreferenceInfo,\n BitcoinUnit,\n BitcoinUnitInfo,\n BtcAsset,\n CryptoCurrency,\n Currency,\n StxAsset,\n} from '@leather.io/models';\n\nexport const gaiaUrl = 'https://hub.blockstack.org';\n\nexport const ZERO_INDEX = 0;\n\nexport const HIRO_EXPLORER_URL = 'https://explorer.hiro.so';\nexport const ORD_IO_URL = 'https://ord.io';\n\nexport const HIGH_FEE_AMOUNT_STX = 5;\nexport const HIGH_FEE_WARNING_LEARN_MORE_URL_BTC = 'https://bitcoinfees.earn.com/';\nexport const HIGH_FEE_WARNING_LEARN_MORE_URL_STX =\n 'https://leather.gitbook.io/guides/transactions/fees';\n\nexport const DEFAULT_FEE_RATE = 400;\n\nexport const PERSISTENCE_CACHE_TIME = 1000 * 60 * 60 * 12; // 12 hours\n\nexport const BTC_DECIMALS = 8;\nexport const STX_DECIMALS = 6;\nexport const SATS_IN_BTC = 100_000_000;\n\n// Units of `Money` should be declared in their smallest unit. Similar to\n// Rosetta, we model currencies with their respective resolution\nexport const currencyDecimalsMap: Record<Currency, number> = {\n BTC: BTC_DECIMALS,\n STX: STX_DECIMALS,\n USD: 2,\n EUR: 2,\n GBP: 2,\n AUD: 2,\n CAD: 2,\n CNY: 2,\n JPY: 0,\n KRW: 0,\n} as const;\n\nexport const currencyNameMap = {\n USD: 'United States Dollar',\n EUR: 'Euro',\n GBP: 'British Pound',\n AUD: 'Australian Dollar',\n CAD: 'Canadian Dollar',\n CNY: 'Chinese Yuan',\n JPY: 'Japanese Yen',\n KRW: 'South Korean Won',\n BTC: 'Bitcoin',\n} as const;\n\n// https://bitcoin.stackexchange.com/a/41082/139277\nexport const BTC_P2WPKH_DUST_AMOUNT = 294;\n\nexport const KEBAB_REGEX = /[A-Z\\u00C0-\\u00D6\\u00D8-\\u00DE]/g;\n\nexport const DEFAULT_LIST_LIMIT = 50;\n\nexport const TOKEN_NAME_LENGTH = 4;\n\nexport const LEATHER_SUPPORT_URL = 'https://leather.io/contact';\n\nexport const LEATHER_GUIDES_URL = 'https://leather.io/guides';\n\nexport const LEATHER_GUIDES_CONNECT_DAPPS = `${LEATHER_GUIDES_URL}/connect-dapps`;\n\nexport const LEATHER_LEARN_URL = 'https://leather.io/learn';\n\nexport const LEATHER_EARN_URL = 'https://earn.leather.io';\n\nexport const LEATHER_EARN_STACKING_URL = 'https://app.leather.io/stacking';\nexport const LEATHER_EARN_SBTC_URL = 'https://app.leather.io/sbtc';\n\nexport const LEATHER_EXTENSION_CHROME_STORE_URL =\n 'https://chromewebstore.google.com/detail/leather/ldinpeekobnhjjdofggfgjlcehhmanlj?hl=en';\n\nexport const LEATHER_API_URL_STAGING = 'https://staging.api.leather.io';\nexport const LEATHER_API_URL_PRODUCTION = 'https://api.leather.io';\n\nexport const bitcoinUnitsKeyedByName: Record<BitcoinUnit, BitcoinUnitInfo> = {\n bitcoin: {\n name: 'bitcoin',\n symbol: 'BTC',\n decimal: '1',\n },\n satoshi: {\n name: 'satoshi',\n symbol: 'sat',\n decimal: '0.00000001',\n },\n};\n\nexport enum AccountDisplayPreferenceType {\n NativeSegwit = 'native-segwit',\n Taproot = 'taproot',\n Bns = 'bns',\n Stacks = 'stacks',\n}\n\nexport const accountDisplayPreferencesKeyedByType: Record<\n AccountDisplayPreference,\n AccountDisplayPreferenceInfo\n> = {\n [AccountDisplayPreferenceType.NativeSegwit]: {\n type: 'native-segwit',\n blockchain: 'bitcoin',\n name: 'Native Segwit address',\n },\n [AccountDisplayPreferenceType.Taproot]: {\n type: 'taproot',\n blockchain: 'bitcoin',\n name: 'Taproot address',\n },\n [AccountDisplayPreferenceType.Bns]: {\n type: 'bns',\n blockchain: 'stacks',\n name: 'BNS name',\n },\n [AccountDisplayPreferenceType.Stacks]: {\n type: 'stacks',\n blockchain: 'stacks',\n name: 'Stacks address',\n },\n};\n\nexport const btcAsset: BtcAsset = {\n chain: 'bitcoin',\n protocol: 'nativeBtc',\n symbol: 'BTC',\n category: 'fungible',\n decimals: 8,\n hasMemo: false,\n};\n\nexport const stxAsset: StxAsset = {\n chain: 'stacks',\n protocol: 'nativeStx',\n symbol: 'STX',\n category: 'fungible',\n decimals: 6,\n hasMemo: false,\n};\n\nexport const cryptoAssetColors: Record<CryptoCurrency, string> = {\n BTC: '#F59300',\n STX: '#FC6432',\n sBTC: '#DC7045',\n VELAR: '#966D3D',\n aeUSDC: '#4A73BE',\n USDh: '#E39B53',\n};\n\nexport const ALEX_LINK = 'https://alexgo.io/';\nexport const ZEST_LINK = 'https://www.zestprotocol.com/';\nexport const ARKADIKO_LINK = 'https://app.arkadiko.finance/';\nexport const GRANITE_LINK = 'https://www.granite.world/';\nexport const HERMETICA_LINK = 'https://www.hermetica.fi/';\nexport const BITFLOW_LINK = 'https://app.bitflow.finance/';\nexport const VELAR_LINK = 'https://www.velar.co/';\n"],"mappings":";AAWO,IAAM,UAAU;AAEhB,IAAM,aAAa;AAEnB,IAAM,oBAAoB;AAC1B,IAAM,aAAa;AAEnB,IAAM,sBAAsB;AAC5B,IAAM,sCAAsC;AAC5C,IAAM,sCACX;AAEK,IAAM,mBAAmB;AAEzB,IAAM,yBAAyB,MAAO,KAAK,KAAK;AAEhD,IAAM,eAAe;AACrB,IAAM,eAAe;AACrB,IAAM,cAAc;AAIpB,IAAM,sBAAgD;AAAA,EAC3D,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AACP;AAEO,IAAM,kBAAkB;AAAA,EAC7B,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AACP;AAGO,IAAM,yBAAyB;AAE/B,IAAM,cAAc;AAEpB,IAAM,qBAAqB;AAE3B,IAAM,oBAAoB;AAE1B,IAAM,sBAAsB;AAE5B,IAAM,qBAAqB;AAE3B,IAAM,+BAA+B,GAAG,kBAAkB;AAE1D,IAAM,oBAAoB;AAE1B,IAAM,mBAAmB;AAEzB,IAAM,4BAA4B;AAClC,IAAM,wBAAwB;AAE9B,IAAM,qCACX;AAEK,IAAM,0BAA0B;AAChC,IAAM,6BAA6B;AAEnC,IAAM,0BAAgE;AAAA,EAC3E,SAAS;AAAA,IACP,MAAM;AAAA,IACN,QAAQ;AAAA,IACR,SAAS;AAAA,EACX;AAAA,EACA,SAAS;AAAA,IACP,MAAM;AAAA,IACN,QAAQ;AAAA,IACR,SAAS;AAAA,EACX;AACF;AAEO,IAAK,+BAAL,kBAAKA,kCAAL;AACL,EAAAA,8BAAA,kBAAe;AACf,EAAAA,8BAAA,aAAU;AACV,EAAAA,8BAAA,SAAM;AACN,EAAAA,8BAAA,YAAS;AAJC,SAAAA;AAAA,GAAA;AAOL,IAAM,uCAGT;AAAA,EACF,CAAC,kCAAyC,GAAG;AAAA,IAC3C,MAAM;AAAA,IACN,YAAY;AAAA,IACZ,MAAM;AAAA,EACR;AAAA,EACA,CAAC,uBAAoC,GAAG;AAAA,IACtC,MAAM;AAAA,IACN,YAAY;AAAA,IACZ,MAAM;AAAA,EACR;AAAA,EACA,CAAC,eAAgC,GAAG;AAAA,IAClC,MAAM;AAAA,IACN,YAAY;AAAA,IACZ,MAAM;AAAA,EACR;AAAA,EACA,CAAC,qBAAmC,GAAG;AAAA,IACrC,MAAM;AAAA,IACN,YAAY;AAAA,IACZ,MAAM;AAAA,EACR;AACF;AAEO,IAAM,WAAqB;AAAA,EAChC,OAAO;AAAA,EACP,UAAU;AAAA,EACV,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,UAAU;AAAA,EACV,SAAS;AACX;AAEO,IAAM,WAAqB;AAAA,EAChC,OAAO;AAAA,EACP,UAAU;AAAA,EACV,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,UAAU;AAAA,EACV,SAAS;AACX;AAEO,IAAM,oBAAoD;AAAA,EAC/D,KAAK;AAAA,EACL,KAAK;AAAA,EACL,MAAM;AAAA,EACN,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,MAAM;AACR;AAEO,IAAM,YAAY;AAClB,IAAM,YAAY;AAClB,IAAM,gBAAgB;AACtB,IAAM,eAAe;AACrB,IAAM,iBAAiB;AACvB,IAAM,eAAe;AACrB,IAAM,aAAa;","names":["AccountDisplayPreferenceType"]}
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@leather.io/constants",
3
3
  "author": "Leather.io contact@leather.io",
4
4
  "description": "Shared bitcoin utilities",
5
- "version": "0.25.4",
5
+ "version": "0.26.0",
6
6
  "license": "MIT",
7
7
  "homepage": "https://github.com/leather-io/mono/tree/dev/packages/constants",
8
8
  "repository": {
@@ -16,7 +16,7 @@
16
16
  },
17
17
  "bugs": "https://github.com/leather-io/mono/issues",
18
18
  "dependencies": {
19
- "@leather.io/models": "0.42.0"
19
+ "@leather.io/models": "0.43.0"
20
20
  },
21
21
  "devDependencies": {
22
22
  "concurrently": "8.2.2",
package/src/index.ts CHANGED
@@ -4,6 +4,7 @@ import type {
4
4
  BitcoinUnit,
5
5
  BitcoinUnitInfo,
6
6
  BtcAsset,
7
+ CryptoCurrency,
7
8
  Currency,
8
9
  StxAsset,
9
10
  } from '@leather.io/models';
@@ -147,6 +148,15 @@ export const stxAsset: StxAsset = {
147
148
  hasMemo: false,
148
149
  };
149
150
 
151
+ export const cryptoAssetColors: Record<CryptoCurrency, string> = {
152
+ BTC: '#F59300',
153
+ STX: '#FC6432',
154
+ sBTC: '#DC7045',
155
+ VELAR: '#966D3D',
156
+ aeUSDC: '#4A73BE',
157
+ USDh: '#E39B53',
158
+ };
159
+
150
160
  export const ALEX_LINK = 'https://alexgo.io/';
151
161
  export const ZEST_LINK = 'https://www.zestprotocol.com/';
152
162
  export const ARKADIKO_LINK = 'https://app.arkadiko.finance/';