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

@railgun-community/deployments

Package Overview
Dependencies
Maintainers
4
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@railgun-community/deployments - npm Package Compare versions

Comparing version 0.4.8 to 0.4.9

dist/chains/sepolia.d.ts

2

dist/index.js

@@ -11,2 +11,3 @@ "use strict";

const polygon_1 = require("./chains/polygon");
const sepolia_1 = require("./chains/sepolia");
const L2Executor_1 = require("./abi/L2Executor");

@@ -51,2 +52,3 @@ const L1Sender_1 = require("./abi/L1Sender");

421613: arbitrum_goerli_1.chainConfig,
11155111: sepolia_1.chainConfig,
};

@@ -53,0 +55,0 @@ const name = {

12

dist/types.d.ts

@@ -1,8 +0,8 @@

declare type Contracts = 'delegator' | 'getters' | 'governorRewardsImplementation' | 'governorRewardsProxy' | 'implementation' | 'L1Sender' | 'L2Executor' | 'proxy' | 'proxyAdmin' | 'rail' | 'staking' | 'treasuryImplementation' | 'treasuryProxy' | 'voting';
export declare type ContractConfig = {
type Contracts = 'delegator' | 'getters' | 'governorRewardsImplementation' | 'governorRewardsProxy' | 'implementation' | 'L1Sender' | 'L2Executor' | 'proxy' | 'proxyAdmin' | 'rail' | 'staking' | 'treasuryImplementation' | 'treasuryProxy' | 'voting';
export type ContractConfig = {
address: string;
deploymentBlock: number;
};
export declare type ChainConfig = Record<Contracts, ContractConfig>;
export declare type JsonFragmentType = {
export type ChainConfig = Record<Contracts, ContractConfig>;
export type JsonFragmentType = {
readonly name?: string;

@@ -14,3 +14,3 @@ readonly indexed?: boolean;

};
export declare type ABIFragment = {
export type ABIFragment = {
readonly name?: string;

@@ -26,3 +26,3 @@ readonly type?: string;

};
export declare type ABIs = Record<Contracts, ABIFragment[]>;
export type ABIs = Record<Contracts, ABIFragment[]>;
export {};
{
"name": "@railgun-community/deployments",
"version": "0.4.8",
"version": "0.4.9",
"description": "Railgun deployment addresses and artifacts",

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

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