Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion deployments/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ const { build } = require('tsup');
const rootPath = config.paths.root;
const contractList = [
'Assessment',
'AssessmentViewer',
'Cover',
'CoverBroker',
'CoverProducts',
'CoverMigrator',
'CoverNFTDescriptor',
'CoverNFT',
Expand All @@ -23,6 +26,7 @@ const contractList = [
'LegacyQuotationData',
'MCR',
'MemberRoles',
'NexusViewer',
'NXMaster',
'NXMToken',
'Pool',
Expand All @@ -39,7 +43,6 @@ const contractList = [
'StakingViewer',
'SwapOperator',
'TokenController',
'CoverBroker',
'wNXM',
'YieldTokenIncidents',
];
Expand Down
2 changes: 1 addition & 1 deletion deployments/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nexusmutual/deployments",
"version": "2.6.2",
"version": "2.7.1",
"description": "Nexus Mutual deployed contract addresses and abis",
"typings": "./dist/index.d.ts",
"main": "./dist/index.js",
Expand Down
11 changes: 7 additions & 4 deletions deployments/src/addresses.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
{
"Assessment": "0xcafeaa5f9c401b7295890f309168Bbb8173690A3",
"AssessmentViewer": "0xcafeaC01F6BA70567f5EA7dD4e114f8E5FDa5bf6",
"Chainlink-DAI-ETH": "0x773616E4d11A78F511299002da57A0a94577F1f4",
"Chainlink-ENZYME-VAULT": "0xCc72039A141c6e34a779eF93AEF5eB4C82A893c7",
"Chainlink-ETH-USD": "0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419",
"Chainlink-RETH-ETH": "0x536218f9E9Eb48863970252233c8F271f554C2d0",
"Chainlink-STETH-ETH": "0x86392dC19c0b719886221c78AB11eb8Cf5c52812",
"Cover": "0xcafeac0fF5dA0A2777d915531bfA6B29d282Ee62",
"CoverBroker": "0x0000cbD7a26f72Ff222bf5f136901D224b08BE4E",
"CoverProducts": "0xcafea0ccF805258AAe8ad6dF1C80F7B09e29b1DB",
"CoverMigrator": "0xcafeac41b010299A9bec5308CCe6aFC2c4DF8D39",
"CoverNFT": "0xcafeaCa76be547F14D0220482667B42D8E7Bc3eb",
"CoverViewer": "0xcafea84e199C85E44F34CD75374188D33FB94B4b",
"DAI": "0x6B175474E89094C44Da98b954EedeAC495271d0F",
"USDC": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"Governance": "0x4A5C681dDC32acC6ccA51ac17e9d461e6be87900",
"IndividualClaims": "0xcafeac12feE6b65A710fA9299A98D65B4fdE7a62",
"LegacyClaimProofs": "0xcafea81b73daB8F42C5eca7d2E821A82660B6775",
Expand All @@ -21,6 +23,7 @@
"LegacyQuotationData": "0x1776651F58a17a50098d31ba3C3cD259C1903f7A",
"MCR": "0xcafea92739e411a4D95bbc2275CA61dE6993C9a7",
"MemberRoles": "0x055CC48f7968FD8640EF140610dd4038e1b03926",
"NexusViewer": "0xcafea922FA50000Cf289d2feA60e258e081C3D1d",
"NXMToken": "0xd7c49CEE7E9188cCa6AD8FF264C1DA2e69D4Cf3B",
"NXMaster": "0x01BFd82675DBCc7762C84019cA518e701C0cD07e",
"Pool": "0xcafeaBED7e0653aFe9674A3ad862b78DB3F36e60",
Expand All @@ -32,10 +35,10 @@
"StakingNFT": "0xcafea508a477D94c502c253A58239fb8F948e97f",
"StakingPoolFactory": "0xcafeafb97BF8831D95C0FC659b8eB3946B101CB3",
"StakingProducts": "0xcafea573fBd815B5f59e8049E71E554bde3477E4",
"StakingViewer": "0xcafea970135C07B07a3eCA76C6c00AAC849767b3",
"StakingViewer": "0xcafea1370E824278ca63F0C9D790D6e2ec3ee44c",
"SwapOperator": "0xcafea3cA5366964A102388EAd5f3eBb0769C46Cb",
"TokenController": "0x5407381b6c251cFd498ccD4A1d877739CB7960B8",
"USDC": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"wNXM": "0x0d438F3b5175Bebc262bF23753C1E53d03432bDE",
"YieldTokenIncidents": "0xcafeac831dC5ca0D7ef467953b7822D2f44C8f83",
"CoverBroker": "0x0000cbD7a26f72Ff222bf5f136901D224b08BE4E"
"YieldTokenIncidents": "0xcafeac831dC5ca0D7ef467953b7822D2f44C8f83"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nexusmutual",
"version": "2.6.2",
"version": "2.7.1",
"description": "NexusMutual smart contracts",
"repository": {
"type": "git",
Expand Down