New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@across-protocol/app-sdk

Package Overview
Dependencies
Maintainers
0
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@across-protocol/app-sdk - npm Package Compare versions

Comparing version

to
0.0.5

5

dist/abis/SpokePool.d.ts

@@ -0,1 +1,6 @@

/**
* @notice ABI definition for the Across Protocol SpokePool contract
* @dev WARNING: This ABI may be reduced in scope over time as unused functions are removed
* @see {@link https://github.com/across-protocol/contracts/blob/audit-latest/contracts/SpokePool.sol} for the most recent audited contract specification
*/
export declare const spokePoolAbi: readonly [{

@@ -2,0 +7,0 @@ readonly inputs: readonly [];

6

dist/abis/SpokePool.js

@@ -1,2 +0,6 @@

// TODO: remove what we don't use
/**
* @notice ABI definition for the Across Protocol SpokePool contract
* @dev WARNING: This ABI may be reduced in scope over time as unused functions are removed
* @see {@link https://github.com/across-protocol/contracts/blob/audit-latest/contracts/SpokePool.sol} for the most recent audited contract specification
*/
export const spokePoolAbi = [

@@ -3,0 +7,0 @@ { inputs: [], name: "DepositsArePaused", type: "error" },

@@ -0,1 +1,2 @@

import { isHex } from "viem";
import { getMultiCallHandlerAddress, buildMulticallHandlerMessage, } from "../utils/index.js";

@@ -13,2 +14,5 @@ import { getSuggestedFees } from "./getSuggestedFees.js";

let recipient = _recipient;
if (isHex(crossChainMessage)) {
message = crossChainMessage;
}
if (crossChainMessage && typeof crossChainMessage === "object") {

@@ -15,0 +19,0 @@ if (crossChainMessage.actions.length === 0) {

2

package.json
{
"name": "@across-protocol/app-sdk",
"version": "0.0.4",
"version": "0.0.5",
"main": "./dist/index.js",

@@ -5,0 +5,0 @@ "type": "module",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet