@exagent/sdk 0.1.9 → 0.1.10
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.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1339,7 +1339,7 @@ declare class ExagentStaking {
|
|
|
1339
1339
|
}
|
|
1340
1340
|
|
|
1341
1341
|
/** SDK version — sent to API for version gating */
|
|
1342
|
-
declare const SDK_VERSION = "0.1.
|
|
1342
|
+
declare const SDK_VERSION = "0.1.10";
|
|
1343
1343
|
/**
|
|
1344
1344
|
* Default RPC URL for Base mainnet.
|
|
1345
1345
|
* Uses a higher-limit public endpoint to avoid rate-limiting.
|
package/dist/index.d.ts
CHANGED
|
@@ -1339,7 +1339,7 @@ declare class ExagentStaking {
|
|
|
1339
1339
|
}
|
|
1340
1340
|
|
|
1341
1341
|
/** SDK version — sent to API for version gating */
|
|
1342
|
-
declare const SDK_VERSION = "0.1.
|
|
1342
|
+
declare const SDK_VERSION = "0.1.10";
|
|
1343
1343
|
/**
|
|
1344
1344
|
* Default RPC URL for Base mainnet.
|
|
1345
1345
|
* Uses a higher-limit public endpoint to avoid rate-limiting.
|
package/dist/index.js
CHANGED
|
@@ -2059,7 +2059,7 @@ var ExagentStaking = class {
|
|
|
2059
2059
|
|
|
2060
2060
|
// src/constants.ts
|
|
2061
2061
|
var import_chains = require("viem/chains");
|
|
2062
|
-
var SDK_VERSION = "0.1.
|
|
2062
|
+
var SDK_VERSION = "0.1.10";
|
|
2063
2063
|
var DEFAULT_RPC_URL = "https://base-rpc.publicnode.com";
|
|
2064
2064
|
function getRpcUrl() {
|
|
2065
2065
|
if (typeof process !== "undefined" && process.env) {
|
|
@@ -2076,7 +2076,7 @@ var CONTRACT_ADDRESSES = {
|
|
|
2076
2076
|
exaToken: "0x13403Fb738C97cF7564F279288468c140AaEd05c",
|
|
2077
2077
|
staking: "0xAF1729D1519A72f7d9b87aa23a305b775e2849DA",
|
|
2078
2078
|
router: "0x1BCFa13f677fDCf697D8b7d5120f544817F1de1A",
|
|
2079
|
-
vaultFactory: "
|
|
2079
|
+
vaultFactory: "0x1e72379F5B46b73df5EFaC610e0eEaE63d109a41",
|
|
2080
2080
|
feeCollector: "0xe66328a964AF93bEF2eDB226D039C35aE6e66De1",
|
|
2081
2081
|
buyback: "0x39967532b640B2f735548c7a5b46d8D890A0B2f2",
|
|
2082
2082
|
serviceEscrow: "0x63A4d1dA774422EFC2cc57d71F948231BD812516"
|
package/dist/index.mjs
CHANGED
|
@@ -2024,7 +2024,7 @@ var ExagentStaking = class {
|
|
|
2024
2024
|
|
|
2025
2025
|
// src/constants.ts
|
|
2026
2026
|
import { base } from "viem/chains";
|
|
2027
|
-
var SDK_VERSION = "0.1.
|
|
2027
|
+
var SDK_VERSION = "0.1.10";
|
|
2028
2028
|
var DEFAULT_RPC_URL = "https://base-rpc.publicnode.com";
|
|
2029
2029
|
function getRpcUrl() {
|
|
2030
2030
|
if (typeof process !== "undefined" && process.env) {
|
|
@@ -2041,7 +2041,7 @@ var CONTRACT_ADDRESSES = {
|
|
|
2041
2041
|
exaToken: "0x13403Fb738C97cF7564F279288468c140AaEd05c",
|
|
2042
2042
|
staking: "0xAF1729D1519A72f7d9b87aa23a305b775e2849DA",
|
|
2043
2043
|
router: "0x1BCFa13f677fDCf697D8b7d5120f544817F1de1A",
|
|
2044
|
-
vaultFactory: "
|
|
2044
|
+
vaultFactory: "0x1e72379F5B46b73df5EFaC610e0eEaE63d109a41",
|
|
2045
2045
|
feeCollector: "0xe66328a964AF93bEF2eDB226D039C35aE6e66De1",
|
|
2046
2046
|
buyback: "0x39967532b640B2f735548c7a5b46d8D890A0B2f2",
|
|
2047
2047
|
serviceEscrow: "0x63A4d1dA774422EFC2cc57d71F948231BD812516"
|