0.4.0 • Published 2 months ago

@aragon/osx-commons-configs v0.4.0

Weekly downloads
-
License
AGPL-3.0-or-later
Repository
-
Last release
2 months ago

Aragon OSx Configs Commons

The @aragon/osx-commons-configs provides configurations and helpers for said configurations necessary for the development of plugins and the OSx protocol. This includes:

  • Networks
    • if it is a testnet or not
    • chain ID
    • alias for ethers and Alchemy subgraph
  • Deployments of the OSx protocol grouped by network
    • Version
    • Contract name
    • Contract address
    • Deployment transaction
    • Block number when the contract was deployed (which can differ from when the contract was activated and put in use)

The configuration doesn't provide the RPC URL by default, but you can set your preferred ones with the addRpcUrlToNetwork function.

Installation

Use npm or yarn to install @aragon/osx-commons-configs.

npm install @aragon/osx-commons-configs
yarn add @aragon/osx-commons-configs

Testing

To execute library tests just run:

yarn test

Security

If you believe you've found a security issue, we encourage you to notify us. We welcome working with you to resolve the issue promptly.

Security Contact Email: sirt@aragon.org

Please do not use the issue tracker for security issues.

0.4.0

2 months ago

0.3.0

2 months ago

0.2.0

3 months ago

0.1.0

4 months ago

0.0.2

4 months ago

0.0.1

5 months ago

0.0.0

5 months ago