@railgun-community/deployments
Advanced tools
Comparing version 0.4.8 to 0.4.9
@@ -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 = { |
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
150591
50
4496