We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83a4ad3 commit 03ee6deCopy full SHA for 03ee6de
src/plugins/degen-distributors/DegenDistributorsPlugin.ts
@@ -76,7 +76,7 @@ export class DegenDistributorsPlugin
76
if (r.status === "success" && r.result.length > 0) {
77
this.#distributors?.upsert(pool, r.result[0]);
78
} else {
79
- this.sdk.logger?.error(
+ this.sdk.logger?.warn(
80
`failed to load degen distributor for market configurator ${this.labelAddress(
81
cfg,
82
)} and pool ${this.labelAddress(pool)}: ${r.error}`,
0 commit comments