0.4.9 • Published 2 years ago

@railgun-community/deployments v0.4.9

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
2 years ago

@railgun-community/deployments

Contains deployment configs and artifacts for each chain

Installation:

npm install @railgun-community/deployments

Usage:

const deployment = require('@railgun-community/deployments');

// Get ethereum deployment details by network name
console.log(deployment.chainConfig.ethereum);

// Get ethereum deployment details by chain ID
console.log(deployment.chainConfig[1]);

/**
{
  delegator: { address, deploymentBlock },
  implementation: '...',
  proxy: '...',
  ...
}
*/

// Get ABIs
console.log(deployment.abis);

/**
{
  delegator: '...',
  implementation: '...',
  proxy: '...',
  ...
}
*/
0.4.9

2 years ago

0.4.8

2 years ago

0.4.7

2 years ago

0.4.5

2 years ago

0.4.4

2 years ago

0.4.6

2 years ago

0.4.3

2 years ago

0.3.0

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.4.1

3 years ago

0.3.2

3 years ago

0.2.3

3 years ago

0.4.0

3 years ago

0.3.1

3 years ago

0.2.2

3 years ago

0.4.2

3 years ago

0.1.0

3 years ago

0.0.1

4 years ago