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

@railgun-community/deployments

Package Overview
Dependencies
Maintainers
2
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.3.0 to 0.3.1

dist/abi/getters.d.ts

4

dist/chains/bsc.js

@@ -9,2 +9,6 @@ "use strict";

},
getters: {
address: '0xD0fE832D4108eE5Ef215512f1A73c777B2bBeBC8',
deploymentBlock: 23162094,
},
governorRewardsImplementation: {

@@ -11,0 +15,0 @@ address: '0x7D9ef64f35B6Afda8d258d1d2548a9aC997e35A1',

@@ -9,2 +9,6 @@ "use strict";

},
getters: {
address: '0xBEF5f5f176D1B313c26Eed887f2124c9BFaB020f',
deploymentBlock: 15997046,
},
governorRewardsImplementation: {

@@ -11,0 +15,0 @@ address: '0x27d30e803a0ec079daa3a2e6c3590cca9f63c9d8',

@@ -9,2 +9,6 @@ "use strict";

},
getters: {
address: '',
deploymentBlock: -1,
},
governorRewardsImplementation: {

@@ -11,0 +15,0 @@ address: '',

@@ -9,2 +9,6 @@ "use strict";

},
getters: {
address: '',
deploymentBlock: -1,
},
governorRewardsImplementation: {

@@ -11,0 +15,0 @@ address: '',

@@ -9,2 +9,6 @@ "use strict";

},
getters: {
address: '0x9797723685C2656863e154FE4377336093deFa4F',
deploymentBlock: 35761545,
},
governorRewardsImplementation: {

@@ -11,0 +15,0 @@ address: '0x7D9ef64f35B6Afda8d258d1d2548a9aC997e35A1',

14

dist/index.js

@@ -10,2 +10,5 @@ "use strict";

const delegator_1 = require("./abi/delegator");
const getters_1 = require("./abi/getters");
const governorRewardsImplementation_1 = require("./abi/governorRewardsImplementation");
const governorRewardsProxy_1 = require("./abi/governorRewardsProxy");
const implementation_1 = require("./abi/implementation");

@@ -16,9 +19,10 @@ const proxy_1 = require("./abi/proxy");

const staking_1 = require("./abi/staking");
const voting_1 = require("./abi/voting");
const treasuryImplementation_1 = require("./abi/treasuryImplementation");
const treasuryProxy_1 = require("./abi/treasuryProxy");
const governorRewardsImplementation_1 = require("./abi/governorRewardsImplementation");
const governorRewardsProxy_1 = require("./abi/governorRewardsProxy");
const voting_1 = require("./abi/voting");
const abis = {
delegator: delegator_1.abi,
getters: getters_1.abi,
governorRewardsImplementation: governorRewardsImplementation_1.abi,
governorRewardsProxy: governorRewardsProxy_1.abi,
implementation: implementation_1.abi,

@@ -29,7 +33,5 @@ proxy: proxy_1.abi,

staking: staking_1.abi,
voting: voting_1.abi,
treasuryImplementation: treasuryImplementation_1.abi,
treasuryProxy: treasuryProxy_1.abi,
governorRewardsImplementation: governorRewardsImplementation_1.abi,
governorRewardsProxy: governorRewardsProxy_1.abi,
voting: voting_1.abi,
};

@@ -36,0 +38,0 @@ exports.abis = abis;

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

declare type Contracts = 'delegator' | 'governorRewardsImplementation' | 'governorRewardsProxy' | 'implementation' | 'proxy' | 'proxyAdmin' | 'rail' | 'staking' | 'treasuryImplementation' | 'treasuryProxy' | 'voting';
declare type Contracts = 'delegator' | 'getters' | 'governorRewardsImplementation' | 'governorRewardsProxy' | 'implementation' | 'proxy' | 'proxyAdmin' | 'rail' | 'staking' | 'treasuryImplementation' | 'treasuryProxy' | 'voting';
export declare type ContractConfig = {

@@ -3,0 +3,0 @@ address: string;

{
"name": "@railgun-community/deployments",
"version": "0.3.0",
"version": "0.3.1",
"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