Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@onbeam/automation-api-client

Package Overview
Dependencies
Maintainers
0
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@onbeam/automation-api-client - npm Package Compare versions

Comparing version 2.0.15 to 2.0.16

8

dist/index.d.ts

@@ -626,3 +626,3 @@ type ApiRequestOptions = {

contracts: Array<{
type: 'ERC20' | 'ERC721' | 'ERC1155' | 'SEAPORT' | 'UNISWAPV2';
type: 'ERC20' | 'ERC721' | 'ERC1155' | 'CUSTOM' | 'SEAPORT' | 'UNISWAPV2';
id: string;

@@ -773,2 +773,3 @@ createdAt: string;

WSOPH = "WSOPH",
RAT = "RAT",
USDC = "USDC"

@@ -794,3 +795,3 @@ }

address: string;
symbol?: 'BEAM' | 'IMX' | 'SOPH' | 'WBEAM' | 'WIMX' | 'WSOPH' | 'USDC' | null;
symbol?: 'BEAM' | 'IMX' | 'SOPH' | 'WBEAM' | 'WIMX' | 'WSOPH' | 'RAT' | 'USDC' | null;
decimals: number;

@@ -825,3 +826,3 @@ } | null;

decimals: number;
symbol: 'BEAM' | 'IMX' | 'SOPH' | 'WBEAM' | 'WIMX' | 'WSOPH' | 'USDC';
symbol: 'BEAM' | 'IMX' | 'SOPH' | 'WBEAM' | 'WIMX' | 'WSOPH' | 'RAT' | 'USDC';
address: string;

@@ -901,2 +902,3 @@ }>;

WSOPH = "WSOPH",
RAT = "RAT",
USDC = "USDC"

@@ -903,0 +905,0 @@ }

@@ -26,3 +26,3 @@ {

},
"version": "2.0.15",
"version": "2.0.16",
"scripts": {

@@ -29,0 +29,0 @@ "generate": "pnpm generate:client && pnpm generate:barrels && pnpm build",

Sorry, the diff of this file is not supported yet

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