synthetix
Version:
The smart contracts which make up the Synthetix system. (synthetix.io)
11 lines (10 loc) • 363 B
JavaScript
module.exports = {
deployment: require('./deployment.json'),
versions: require('./versions.json'),
synths: require('./synths.json'),
rewards: require('./rewards.json'),
feeds: require('./feeds.json'),
offchainFeeds: require('./offchain-feeds.json'),
futuresMarkets: require('./futures-markets.json'),
perpsv2Markets: require('./perpsv2-markets.json'),
};