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

@infinex/infinex-sdk

Package Overview
Dependencies
Maintainers
5
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@infinex/infinex-sdk - npm Package Compare versions

Comparing version 1.0.12-viem to 1.0.13-viem

sdk/abis/CtPStakingRewards.ts

3

package.json
{
"name": "@infinex/infinex-sdk",
"version": "1.0.12-viem",
"version": "1.0.13-viem",
"main": "./sdk/index.ts",

@@ -23,2 +23,3 @@ "files": [

"@nomicfoundation/hardhat-foundry": "1.1.1",
"@pythnetwork/entropy-sdk-solidity": "^1.3.0",
"@solana/spl-token": "^0.4.6",

@@ -25,0 +26,0 @@ "@solana/web3.js": "^1.90.0",

export { AccountFactoryAbi } from './AccountFactory';
export { CtPStakingRewardsAbi } from './CtPStakingRewards';
export { CurveStableSwapAppAbi } from './CurveStableSwapApp';

@@ -3,0 +4,0 @@ export { GovernancePointsAbi } from './GovernancePoints';

@@ -43,2 +43,3 @@ import { evmChains } from '../types';

env.BASE_INFINEX_PROTOCOL_CONFIG_BEACON_ADDRESS,
ctpStakingRewards: env.BASE_CTP_STAKING_REWARDS_ADDRESS,
},

@@ -45,0 +46,0 @@ external: {

@@ -6,2 +6,3 @@ export const InfinexContracts = [

'BridgingModule',
'CtPStakingRewards',
'CurveStableSwapApp',

@@ -8,0 +9,0 @@ 'GovernancePoints',

@@ -43,2 +43,3 @@ import { z } from 'zod';

BASE_STW_STAKING_REWARDS_ADDRESS: AddressSchema,
BASE_CTP_STAKING_REWARDS_ADDRESS: AddressSchema,

@@ -45,0 +46,0 @@ OPTIMISM_ACCOUNT_FACTORY_ADDRESS: AddressSchema,

@@ -14,2 +14,3 @@ import { Chain, Hex } from 'viem';

infinexProtocolConfigBeacon: Address;
ctpStakingRewards?: Address;
};

@@ -16,0 +17,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc