@pendle/sdk-boros 0.1.2 → 0.1.3
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/constants.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export declare const ROUTER_ADDRESS: "
|
|
2
|
-
export declare const MARKET_HUB_ADDRESS: "
|
|
1
|
+
export declare const ROUTER_ADDRESS: "0xa6e0b46885a53A2De12B5Bdf5eA5Fe79BdBd4754";
|
|
2
|
+
export declare const MARKET_HUB_ADDRESS: "0x08F2d63Dd1A4258a97A8f100476655775b8538eD";
|
|
3
3
|
export declare const CHAIN_ID = 8453;
|
package/dist/constants.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CHAIN_ID = exports.MARKET_HUB_ADDRESS = exports.ROUTER_ADDRESS = void 0;
|
|
4
|
-
exports.ROUTER_ADDRESS = '
|
|
5
|
-
exports.MARKET_HUB_ADDRESS = '
|
|
4
|
+
exports.ROUTER_ADDRESS = '0xa6e0b46885a53A2De12B5Bdf5eA5Fe79BdBd4754';
|
|
5
|
+
exports.MARKET_HUB_ADDRESS = '0x08F2d63Dd1A4258a97A8f100476655775b8538eD';
|
|
6
6
|
exports.CHAIN_ID = 8453;
|
|
7
7
|
//# sourceMappingURL=constants.js.map
|
|
@@ -4619,7 +4619,7 @@ export declare const router: {
|
|
|
4619
4619
|
data: `0x${string}`;
|
|
4620
4620
|
}[], boolean], options: options) => Promise<import("viem").WriteContractReturnType>;
|
|
4621
4621
|
};
|
|
4622
|
-
address: "
|
|
4622
|
+
address: "0xa6e0b46885a53A2De12B5Bdf5eA5Fe79BdBd4754";
|
|
4623
4623
|
abi: readonly [{
|
|
4624
4624
|
readonly inputs: readonly [{
|
|
4625
4625
|
readonly components: readonly [{
|
|
@@ -2,7 +2,7 @@ export declare const PENDLE_BOROS_ROUTER_DOMAIN: {
|
|
|
2
2
|
readonly name: "Pendle Boros Router";
|
|
3
3
|
readonly version: "1.0";
|
|
4
4
|
readonly chainId: bigint;
|
|
5
|
-
readonly verifyingContract: "
|
|
5
|
+
readonly verifyingContract: "0xa6e0b46885a53A2De12B5Bdf5eA5Fe79BdBd4754";
|
|
6
6
|
};
|
|
7
7
|
export declare const EIP712_DOMAIN_TYPES: readonly [{
|
|
8
8
|
readonly name: "name";
|