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

@openzeppelin/defender-base-client

Package Overview
Dependencies
Maintainers
7
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@openzeppelin/defender-base-client - npm Package Compare versions

Comparing version 1.51.0 to 1.52.0-rc.0

./lib/index.js

2

lib/utils/network.d.ts

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

type PublicNetwork = 'mainnet' | 'sepolia' | 'goerli' | 'xdai' | 'sokol' | 'fuse' | 'bsc' | 'bsctest' | 'fantom' | 'fantomtest' | 'moonbase' | 'moonriver' | 'moonbeam' | 'matic' | 'mumbai' | 'avalanche' | 'fuji' | 'optimism' | 'optimism-goerli' | 'arbitrum' | 'arbitrum-nova' | 'arbitrum-goerli' | 'celo' | 'alfajores' | 'harmony-s0' | 'harmony-test-s0' | 'aurora' | 'auroratest' | 'hedera' | 'hederatest' | 'zksync' | 'zksync-goerli' | 'base' | 'base-goerli' | 'linea' | 'linea-goerli' | 'mantle' | 'scroll' | 'scroll-sepolia';
type PublicNetwork = 'mainnet' | 'sepolia' | 'goerli' | 'xdai' | 'sokol' | 'fuse' | 'bsc' | 'bsctest' | 'fantom' | 'fantomtest' | 'moonbase' | 'moonriver' | 'moonbeam' | 'matic' | 'mumbai' | 'avalanche' | 'fuji' | 'optimism' | 'optimism-goerli' | 'arbitrum' | 'arbitrum-nova' | 'arbitrum-goerli' | 'celo' | 'alfajores' | 'harmony-s0' | 'harmony-test-s0' | 'aurora' | 'auroratest' | 'hedera' | 'hederatest' | 'zksync' | 'zksync-goerli' | 'base' | 'base-goerli' | 'linea' | 'linea-goerli' | 'mantle' | 'scroll' | 'scroll-sepolia' | 'meld' | 'meld-kanazawa';
type CustomNetwork = 'x-dfk-avax-chain' | 'x-dfk-avax-chain-test';

@@ -3,0 +3,0 @@ export type Network = PublicNetwork | CustomNetwork;

@@ -47,2 +47,4 @@ "use strict";

'scroll-sepolia',
'meld',
'meld-kanazawa',
];

@@ -103,2 +105,4 @@ function isValidNetwork(text) {

'scroll-sepolia': 534351,
'meld': 0x13d92e8d,
'meld-kanazawa': 0xd3b745e,
};
{
"name": "@openzeppelin/defender-base-client",
"version": "1.51.0",
"version": "1.52.0-rc.0",
"description": "",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

Sorry, the diff of this file is not supported yet

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