@airgap/module-kit 0.13.16-beta.8 → 0.13.16

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@airgap/module-kit",
3
- "version": "0.13.16-beta.8",
3
+ "version": "0.13.16",
4
4
  "description": "The @airgap/module-kit package provides the common interfaces and functionalities to implement AirGap modules.",
5
5
  "keywords": [
6
6
  "airgap",
@@ -18,6 +18,7 @@ export declare type ProtocolUnitsMetadata<_Units extends string = string> = {
18
18
  export interface ProtocolSymbol {
19
19
  value: string;
20
20
  market?: string;
21
+ asset?: string;
21
22
  }
22
23
  export interface ProtocolFeeMetadata<_FeeUnits extends string = string> {
23
24
  defaults?: FeeDefaults<_FeeUnits>;