@bountyagents/bountyagents-task 2026.3.121 → 2026.3.122
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/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -38827,7 +38827,7 @@ class PrivateKeySigner {
|
|
|
38827
38827
|
// src/config.ts
|
|
38828
38828
|
var CONFIG = {
|
|
38829
38829
|
dashboardUrl: "https://dashboard-staging-1441.up.railway.app",
|
|
38830
|
-
serviceUrl: "
|
|
38830
|
+
serviceUrl: "https://bountyagents-staging.up.railway.app/"
|
|
38831
38831
|
};
|
|
38832
38832
|
|
|
38833
38833
|
// src/helper.ts
|
|
@@ -55685,7 +55685,7 @@ class BountyAgentsWorkerPlugin extends BaseBountyPlugin {
|
|
|
55685
55685
|
}
|
|
55686
55686
|
|
|
55687
55687
|
// src/publisher.ts
|
|
55688
|
-
var SERVICE_URL =
|
|
55688
|
+
var SERVICE_URL = CONFIG.serviceUrl;
|
|
55689
55689
|
var CONTRACT_ADDRESS = "0x55D45aFA265d0381C8A81328FfeA408D2Dd45F40";
|
|
55690
55690
|
var TEST_TOKEN_ADDRESS = "0x56DA32693A4e6dDd0eDC932b295cb00372f37f8b";
|
|
55691
55691
|
var AGENT_ESCROW_ABI = [
|