⚠️ Not Maintained: This repo has been archived for historical purposes and is not maintained. You can find the addresses of the deployed contracts in the respective smart contract package ({package}/deployments/{network}.json
or{package}/networks/{network}.json
).
This repository contains all configuration for the Venus Protocol on Binance Smart Chain. Projects wishing to interact with Venus contracts will be able to find contract addresses, ABIs and interfaces for the core Venus contracts in this repo.
The networks/
folder contains a pair of files per test net. These are <network.json>
and <network>-abi.json
. The former contains a list of all deployed and related contracts along with some basic JSON configuration for each. The ABI-file contains the ABI of all interesting contracts.
This repo doesn't currently have additional configuration, but we encourage more information if it's directly useful to developers on the protocol. Feel free to create an issue or pull request.
For all changes that affect the core Protocol or are directly related to the core Protocol (e.g. underlying tokens, interest rate models, etc), please add the relevant configuration into the networks files.