Socket
Socket
Sign inDemoInstall

@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.4.0 to 0.4.1

62

dist/abi/getters.js

@@ -60,3 +60,3 @@ "use strict";

{
internalType: 'address[]',
internalType: 'contract IERC20[]',
name: '_tokens',

@@ -88,2 +88,36 @@ type: 'address[]',

{
inputs: [
{
internalType: 'address',
name: '_account',
type: 'address',
},
{
internalType: 'contract IERC20',
name: '_token',
type: 'address',
},
{
internalType: 'uint256',
name: '_startingInterval',
type: 'uint256',
},
{
internalType: 'uint256',
name: '_endingInterval',
type: 'uint256',
},
],
name: 'getEarnedTokensPerInterval',
outputs: [
{
internalType: 'uint256[]',
name: '',
type: 'uint256[]',
},
],
stateMutability: 'view',
type: 'function',
},
{
inputs: [],

@@ -118,3 +152,29 @@ name: 'getGlobalsSnapshots',

},
{
inputs: [],
name: 'governorRewards',
outputs: [
{
internalType: 'contract GovernorRewards',
name: '',
type: 'address',
},
],
stateMutability: 'view',
type: 'function',
},
{
inputs: [],
name: 'staking',
outputs: [
{
internalType: 'contract Staking',
name: '',
type: 'address',
},
],
stateMutability: 'view',
type: 'function',
},
];
exports.abi = abi;

4

dist/chains/bsc.js

@@ -10,4 +10,4 @@ "use strict";

getters: {
address: '0xD0fE832D4108eE5Ef215512f1A73c777B2bBeBC8',
deploymentBlock: 23162094,
address: '0xc7FfA542736321A3dd69246d73987566a5486968',
deploymentBlock: 23601804,
},

@@ -14,0 +14,0 @@ governorRewardsImplementation: {

@@ -10,4 +10,4 @@ "use strict";

getters: {
address: '0xBEF5f5f176D1B313c26Eed887f2124c9BFaB020f',
deploymentBlock: 15997046,
address: '0xe90275239D734899e8D94646139213F6F97bEB0E',
deploymentBlock: 16107975,
},

@@ -14,0 +14,0 @@ governorRewardsImplementation: {

@@ -10,4 +10,4 @@ "use strict";

getters: {
address: '0x9797723685C2656863e154FE4377336093deFa4F',
deploymentBlock: 35761545,
address: '0x08196B488d3376c318BDb2fA61ac7A9B0D216400',
deploymentBlock: 36395009,
},

@@ -14,0 +14,0 @@ governorRewardsImplementation: {

{
"name": "@railgun-community/deployments",
"version": "0.4.0",
"version": "0.4.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