@layr-labs/ecloud-sdk 1.0.0-dev.3 → 1.0.0-dev.4
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/VERSION +2 -2
- package/dist/billing.cjs +98 -28
- package/dist/billing.cjs.map +1 -1
- package/dist/billing.d.cts +11 -3
- package/dist/billing.d.ts +11 -3
- package/dist/billing.js +98 -28
- package/dist/billing.js.map +1 -1
- package/dist/browser.cjs +8 -4
- package/dist/browser.cjs.map +1 -1
- package/dist/browser.d.cts +4 -4
- package/dist/browser.d.ts +4 -4
- package/dist/browser.js +9 -5
- package/dist/browser.js.map +1 -1
- package/dist/{compute-BbgMH6Ef.d.ts → compute-B6SZ0VQG.d.ts} +1 -1
- package/dist/{compute-yAqGf5hM.d.cts → compute-BK4PxhNh.d.cts} +1 -1
- package/dist/compute.cjs +8 -4
- package/dist/compute.cjs.map +1 -1
- package/dist/compute.d.cts +2 -2
- package/dist/compute.d.ts +2 -2
- package/dist/compute.js +9 -5
- package/dist/compute.js.map +1 -1
- package/dist/{helpers-CnlJ5yPE.d.cts → helpers-F7CeDSVX.d.ts} +3 -2
- package/dist/{helpers-GWlLS3gz.d.ts → helpers-Qq5W-qNn.d.cts} +3 -2
- package/dist/{index-Bac4HjC0.d.cts → index-BoCE0hIh.d.cts} +2 -0
- package/dist/{index-Bac4HjC0.d.ts → index-BoCE0hIh.d.ts} +2 -0
- package/dist/index.cjs +67 -22
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +7 -7
- package/dist/index.d.ts +7 -7
- package/dist/index.js +67 -23
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/tools/tls-keygen-linux-amd64 +0 -0
package/dist/compute.d.cts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { A as AppModule, i as AppModuleConfig, C as ComputeModule, a as ComputeModuleConfig, j as createAppModule, d as createComputeModule, e as encodeStartAppData, f as encodeStopAppData, g as encodeTerminateAppData } from './compute-
|
|
1
|
+
export { A as AppModule, i as AppModuleConfig, C as ComputeModule, a as ComputeModuleConfig, j as createAppModule, d as createComputeModule, e as encodeStartAppData, f as encodeStopAppData, g as encodeTerminateAppData } from './compute-BK4PxhNh.cjs';
|
|
2
2
|
import 'viem';
|
|
3
|
-
import './index-
|
|
3
|
+
import './index-BoCE0hIh.cjs';
|
package/dist/compute.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { A as AppModule, i as AppModuleConfig, C as ComputeModule, a as ComputeModuleConfig, j as createAppModule, d as createComputeModule, e as encodeStartAppData, f as encodeStopAppData, g as encodeTerminateAppData } from './compute-
|
|
1
|
+
export { A as AppModule, i as AppModuleConfig, C as ComputeModule, a as ComputeModuleConfig, j as createAppModule, d as createComputeModule, e as encodeStartAppData, f as encodeStopAppData, g as encodeTerminateAppData } from './compute-B6SZ0VQG.js';
|
|
2
2
|
import 'viem';
|
|
3
|
-
import './index-
|
|
3
|
+
import './index-BoCE0hIh.js';
|
package/dist/compute.js
CHANGED
|
@@ -139,8 +139,8 @@ import * as child_process from "child_process";
|
|
|
139
139
|
import { promisify } from "util";
|
|
140
140
|
|
|
141
141
|
// src/client/common/constants.ts
|
|
142
|
-
import { sepolia, mainnet } from "viem/chains";
|
|
143
|
-
var SUPPORTED_CHAINS = [mainnet, sepolia];
|
|
142
|
+
import { sepolia, mainnet, baseSepolia } from "viem/chains";
|
|
143
|
+
var SUPPORTED_CHAINS = [mainnet, sepolia, baseSepolia];
|
|
144
144
|
var DOCKER_PLATFORM = "linux/amd64";
|
|
145
145
|
var REGISTRY_PROPAGATION_WAIT_SECONDS = 3;
|
|
146
146
|
var LAYERED_DOCKERFILE_NAME = "Dockerfile.eigencompute";
|
|
@@ -4693,7 +4693,7 @@ var CanViewAppLogsPermission = "0x2fd3f2fe";
|
|
|
4693
4693
|
var CanViewSensitiveAppInfoPermission = "0x0e67b22f";
|
|
4694
4694
|
var CanUpdateAppProfilePermission = "0x036fef61";
|
|
4695
4695
|
function getDefaultClientId() {
|
|
4696
|
-
const version = true ? "1.0.0-dev.
|
|
4696
|
+
const version = true ? "1.0.0-dev.4" : "0.0.0";
|
|
4697
4697
|
return `ecloud-sdk/v${version}`;
|
|
4698
4698
|
}
|
|
4699
4699
|
var UserApiClient = class {
|
|
@@ -5262,7 +5262,9 @@ var ENVIRONMENTS = {
|
|
|
5262
5262
|
kmsServerURL: "http://10.128.0.57:8080",
|
|
5263
5263
|
userApiServerURL: "https://userapi-compute-sepolia-dev.eigencloud.xyz",
|
|
5264
5264
|
defaultRPCURL: "https://ethereum-sepolia-rpc.publicnode.com",
|
|
5265
|
-
usdcCreditsAddress: "0xbdA3897c3A428763B59015C64AB766c288C97376"
|
|
5265
|
+
usdcCreditsAddress: "0xbdA3897c3A428763B59015C64AB766c288C97376",
|
|
5266
|
+
baseUsdcCreditsAddress: "0x7673a47463F80c6a3553Db9E54c8cDcd5313d0ac",
|
|
5267
|
+
baseRPCURL: "https://base-sepolia-rpc.publicnode.com"
|
|
5266
5268
|
},
|
|
5267
5269
|
sepolia: {
|
|
5268
5270
|
name: "sepolia",
|
|
@@ -5274,7 +5276,9 @@ var ENVIRONMENTS = {
|
|
|
5274
5276
|
userApiServerURL: "https://userapi-compute-sepolia-prod.eigencloud.xyz",
|
|
5275
5277
|
defaultRPCURL: "https://ethereum-sepolia-rpc.publicnode.com",
|
|
5276
5278
|
billingRPCURL: "https://ethereum-rpc.publicnode.com",
|
|
5277
|
-
usdcCreditsAddress: "0xed9c88640ca9149Bd9f7ee6620074af10F2E145d"
|
|
5279
|
+
usdcCreditsAddress: "0xed9c88640ca9149Bd9f7ee6620074af10F2E145d",
|
|
5280
|
+
baseUsdcCreditsAddress: "0x7673a47463F80c6a3553Db9E54c8cDcd5313d0ac",
|
|
5281
|
+
baseRPCURL: "https://base-sepolia-rpc.publicnode.com"
|
|
5278
5282
|
},
|
|
5279
5283
|
"mainnet-alpha": {
|
|
5280
5284
|
name: "mainnet-alpha",
|