openclaw-arcade-plugin 0.2.44 → 0.2.45
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 +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -2
package/dist/index.js
CHANGED
|
@@ -111160,7 +111160,7 @@ var index_default = definePluginEntry({
|
|
|
111160
111160
|
name: "BSV Arcade Broadcaster",
|
|
111161
111161
|
description: "Submit and track BSV transactions with full lifecycle visibility",
|
|
111162
111162
|
async register(api) {
|
|
111163
|
-
const version = "0.2.
|
|
111163
|
+
const version = "0.2.45";
|
|
111164
111164
|
const config = api.pluginConfig || {};
|
|
111165
111165
|
const net = config.network || "mainnet";
|
|
111166
111166
|
const defaultUrl = net === "testnet" ? "https://testnet.arc.gorillapool.io" : "https://arc.gorillapool.io";
|