@infinex/infinex-sdk
Advanced tools
Comparing version 1.0.12-viem to 1.0.13-viem
{ | ||
"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 @@ |
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
215158
50
10192
29
2
0