@bluxcc/core 0.1.20 → 0.1.21
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.
- package/dist/constants/consts.d.ts +2 -0
- package/dist/index.cjs.js +2 -2
- package/dist/index.esm.js +13 -13
- package/dist/index.iife.js +5 -5
- package/dist/stellar/handleTransactionSigning.d.ts +3 -2
- package/dist/store.d.ts +9 -1
- package/dist/types.d.ts +7 -4
- package/dist/utils/api.d.ts +13 -0
- package/dist/utils/helpers.d.ts +1 -0
- package/package.json +2 -2
|
@@ -2,3 +2,5 @@ export declare const BLUX_EVENT_NAME = "BLUX_MODAL_OPEN";
|
|
|
2
2
|
export declare const RECENT_CONNECTION_METHODS = "__BLUX__RECENT_CONNECTION_METHODS";
|
|
3
3
|
export declare const WC_STELLAR_PUBNET = "stellar:pubnet";
|
|
4
4
|
export declare const WC_STELLAR_TESTNET = "stellar:testnet";
|
|
5
|
+
export declare const BLUX_API = "http://localhost:3000";
|
|
6
|
+
export declare const BLUX_APP_ID_HEADER: "blux-app-id";
|