openclaw-arcade-plugin 0.2.48 → 0.2.50
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 +3 -3
- package/dist/index.js.map +2 -2
- package/openclaw.plugin.json +1 -1
- package/package.json +2 -3
package/dist/index.js
CHANGED
|
@@ -111160,8 +111160,8 @@ var index_default = definePluginEntry({
|
|
|
111160
111160
|
id: "openclaw-arcade-plugin",
|
|
111161
111161
|
name: "BSV Arcade Broadcaster",
|
|
111162
111162
|
description: "Submit and track BSV transactions with full lifecycle visibility",
|
|
111163
|
-
|
|
111164
|
-
const version = "0.2.
|
|
111163
|
+
register(api) {
|
|
111164
|
+
const version = "0.2.50";
|
|
111165
111165
|
const config = api.pluginConfig || {};
|
|
111166
111166
|
const net = config.network || "mainnet";
|
|
111167
111167
|
const defaultUrl = net === "testnet" ? "https://testnet.arc.gorillapool.io" : "https://arc.gorillapool.io";
|
|
@@ -111170,7 +111170,7 @@ var index_default = definePluginEntry({
|
|
|
111170
111170
|
isInitialized = true;
|
|
111171
111171
|
api.logger.info(`[arcade] Initializing Arcade Plugin v${version}`);
|
|
111172
111172
|
api.registerService({
|
|
111173
|
-
id: "
|
|
111173
|
+
id: "arcade-setup",
|
|
111174
111174
|
start: async () => {
|
|
111175
111175
|
api.logger?.info?.("[arcade] Broadcaster service ready.");
|
|
111176
111176
|
},
|