@chain-registry/interfaces
Advanced tools
Comparing version 0.49.2 to 0.49.3
@@ -59,3 +59,3 @@ export interface Asset { | ||
channel_id: string; | ||
path: string; | ||
path?: string; | ||
}; | ||
@@ -74,3 +74,3 @@ } | ||
channel_id: string; | ||
path: string; | ||
path?: string; | ||
}; | ||
@@ -89,3 +89,3 @@ } | ||
channel_id: string; | ||
path: string; | ||
path?: string; | ||
}; | ||
@@ -92,0 +92,0 @@ provider: string; |
{ | ||
"name": "@chain-registry/interfaces", | ||
"version": "0.49.2", | ||
"version": "0.49.3", | ||
"description": "Chain Registry interfaces", | ||
@@ -36,3 +36,3 @@ "author": "Dan Lynch <pyramation@gmail.com>", | ||
], | ||
"gitHead": "8ef5480a893144b2c2735eef16cdc0aec634f8af" | ||
"gitHead": "4c9c20ec291bd994e2800cdc30001cbe89685e5a" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17643