openclaw-arcade-plugin 0.2.48 → 0.2.49

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 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
- async register(api) {
111164
- const version = "0.2.47";
111163
+ register(api) {
111164
+ const version = "0.2.49";
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";