@bankofai/x402-cli 1.0.0-beta.2 → 1.0.0-beta.3
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/cli.js +2 -2
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -569,7 +569,7 @@ function providerFilename(fqn) {
|
|
|
569
569
|
function defaultCatalogSource() {
|
|
570
570
|
return fs.existsSync(cachedCatalogPath())
|
|
571
571
|
? cachedCatalogPath()
|
|
572
|
-
: "https://x402-
|
|
572
|
+
: "https://tm-x402-catalog.bankofai.io/api/catalog.json";
|
|
573
573
|
}
|
|
574
574
|
function remoteBaseFromCatalogPayload(payload) {
|
|
575
575
|
const base = payload.base_url ?? payload.baseUrl;
|
|
@@ -696,7 +696,7 @@ function submissionCatalog(detail) {
|
|
|
696
696
|
description,
|
|
697
697
|
useCase,
|
|
698
698
|
i18n: detail.i18n ?? { "zh-CN": zhCopy(title, subtitle, description, useCase) },
|
|
699
|
-
logo: detail.logo ?? "https://x402-
|
|
699
|
+
logo: detail.logo ?? "https://tm-x402-catalog.bankofai.io/assets/providers/default.png",
|
|
700
700
|
category: detail.category ?? "other",
|
|
701
701
|
chains: detail.chains ?? [],
|
|
702
702
|
isFirstParty: Boolean(detail.is_first_party ?? detail.isFirstParty),
|