@setprotocol/set-v2-deployments
v1.2.1
Published
Contract addresses for all SetProtocol(V2) staging and production deployments
Downloads
11
Readme
set-v2-deployments
This repository contains contract addresses for all set-protocol-v2 staging and production deployments.
SetProtocolV2 currently deploys to three networks:
- Ethereum
- Optimism
- Polygon
Install
yarn add @setprotocol/set-v2-deployments
Usage
The package consists of .json
files located and usable as below:
deployments/<network_name>/production.json
deployments/<network_name>/staging.json
> const production = require("@setprotocol/set-v2-deployments/deployments/ethereum/production");
> production.addresses
{
Controller: "0xa4c8d221d8BB851f83aadd0223a8900A6921A349",
BasicIssuanceModule: "0xd8EF3cACe8b4907117a45B0b125c68560532F94D",
StreamingFeeModule: "0x08f866c74205617B6F3903EF481798EcED10cDEC",
...
}