@magicnewton/newton-protocol-sdk 0.0.4 → 0.0.5

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/cjs/const.js CHANGED
@@ -1 +1 @@
1
- "use strict";const A="https://prover-avs.stagef.newt.foundation/",_="https://prover-avs.newt.foundation/",E={createTaskAndWait:"newton_createTaskAndWait"},N="0xa4b94669a49f62905ab7839084d10d15ac70ffac",T="0x2034901f7d39271fd260fc61aa7e4c490fdfd3b9";exports.AVS_METHODS=E,exports.MAINNET_AVS_API=_,exports.MAINNET_NEWTON_PROVER_TASK_MANAGER=T,exports.SEPOLIA_NEWTON_PROVER_TASK_MANAGER=N,exports.TESTNET_AVS_API=A;
1
+ "use strict";const A="https://prover-avs.sepolia.newt.foundation/",_="https://prover-avs.newt.foundation/",E={createTaskAndWait:"newton_createTaskAndWait"},N="0xa4b94669a49f62905ab7839084d10d15ac70ffac",T="0x2034901f7d39271fd260fc61aa7e4c490fdfd3b9";exports.AVS_METHODS=E,exports.MAINNET_AVS_API=_,exports.MAINNET_NEWTON_PROVER_TASK_MANAGER=T,exports.SEPOLIA_NEWTON_PROVER_TASK_MANAGER=N,exports.TESTNET_AVS_API=A;
package/dist/es/const.js CHANGED
@@ -1 +1 @@
1
- const a="https://prover-avs.stagef.newt.foundation/",t="https://prover-avs.newt.foundation/",A={createTaskAndWait:"newton_createTaskAndWait"},_="0xa4b94669a49f62905ab7839084d10d15ac70ffac",e="0x2034901f7d39271fd260fc61aa7e4c490fdfd3b9";export{A as AVS_METHODS,t as MAINNET_AVS_API,e as MAINNET_NEWTON_PROVER_TASK_MANAGER,_ as SEPOLIA_NEWTON_PROVER_TASK_MANAGER,a as TESTNET_AVS_API};
1
+ const a="https://prover-avs.sepolia.newt.foundation/",A="https://prover-avs.newt.foundation/",t={createTaskAndWait:"newton_createTaskAndWait"},_="0xa4b94669a49f62905ab7839084d10d15ac70ffac",e="0x2034901f7d39271fd260fc61aa7e4c490fdfd3b9";export{t as AVS_METHODS,A as MAINNET_AVS_API,e as MAINNET_NEWTON_PROVER_TASK_MANAGER,_ as SEPOLIA_NEWTON_PROVER_TASK_MANAGER,a as TESTNET_AVS_API};
@@ -1,4 +1,4 @@
1
- export declare const TESTNET_AVS_API = "https://prover-avs.stagef.newt.foundation/";
1
+ export declare const TESTNET_AVS_API = "https://prover-avs.sepolia.newt.foundation/";
2
2
  export declare const MAINNET_AVS_API = "https://prover-avs.newt.foundation/";
3
3
  export declare const AVS_METHODS: {
4
4
  createTask: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magicnewton/newton-protocol-sdk",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "description": "Official SDK for the Newton Protocol.",
5
5
  "author": "Newton Foundation <https://x.com/newtfoundation> (https://newton.foundation)",
6
6
  "private": false,