@chaoschain/sdk 0.1.1 → 0.1.2
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 +12 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +12 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3667,6 +3667,16 @@ var IPFSLocalStorage = class {
|
|
|
3667
3667
|
};
|
|
3668
3668
|
|
|
3669
3669
|
// src/types.ts
|
|
3670
|
+
var NetworkConfig = /* @__PURE__ */ ((NetworkConfig2) => {
|
|
3671
|
+
NetworkConfig2["ETHEREUM_SEPOLIA"] = "ethereum-sepolia";
|
|
3672
|
+
NetworkConfig2["BASE_SEPOLIA"] = "base-sepolia";
|
|
3673
|
+
NetworkConfig2["LINEA_SEPOLIA"] = "linea-sepolia";
|
|
3674
|
+
NetworkConfig2["HEDERA_TESTNET"] = "hedera-testnet";
|
|
3675
|
+
NetworkConfig2["MODE_TESTNET"] = "mode-testnet";
|
|
3676
|
+
NetworkConfig2["ZEROG_TESTNET"] = "0g-testnet";
|
|
3677
|
+
NetworkConfig2["LOCAL"] = "local";
|
|
3678
|
+
return NetworkConfig2;
|
|
3679
|
+
})(NetworkConfig || {});
|
|
3670
3680
|
var AgentRole = /* @__PURE__ */ ((AgentRole2) => {
|
|
3671
3681
|
AgentRole2["SERVER"] = "server";
|
|
3672
3682
|
AgentRole2["CLIENT"] = "client";
|
|
@@ -3690,7 +3700,7 @@ var PaymentMethod = /* @__PURE__ */ ((PaymentMethod2) => {
|
|
|
3690
3700
|
PaymentMethod2["A2A_X402"] = "https://a2a.org/x402";
|
|
3691
3701
|
return PaymentMethod2;
|
|
3692
3702
|
})(PaymentMethod || {});
|
|
3693
|
-
var SDK_VERSION = "0.1.
|
|
3703
|
+
var SDK_VERSION = "0.1.2";
|
|
3694
3704
|
var ERC8004_VERSION = "1.0";
|
|
3695
3705
|
var X402_VERSION = "1.0";
|
|
3696
3706
|
var src_default = ChaosChainSDK;
|
|
@@ -3716,6 +3726,7 @@ exports.IntegrityVerificationError = IntegrityVerificationError;
|
|
|
3716
3726
|
exports.IrysStorage = IrysStorage;
|
|
3717
3727
|
exports.IrysStorageProvider = IrysStorage;
|
|
3718
3728
|
exports.LocalIPFSStorage = LocalIPFSStorage;
|
|
3729
|
+
exports.NetworkConfig = NetworkConfig;
|
|
3719
3730
|
exports.PaymentError = PaymentError2;
|
|
3720
3731
|
exports.PaymentManager = PaymentManager;
|
|
3721
3732
|
exports.PaymentMethod = PaymentMethod;
|