Skip to content

Commit d404a92

Browse files
authored
Merge pull request #447 from NexusMutual/chore/update-sdk-static-page-proxies-list
chore: update SDK static page proxies list
2 parents 7eae6fa + ef4416a commit d404a92

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

public/index.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,22 @@
4242
const table = document.getElementById('data');
4343
const addresses = await fetch('/data/addresses.json').then(r => r.json());
4444
const proxies = [
45-
'Assessment',
45+
'Assessments',
4646
'Cover',
4747
'CoverProducts',
48+
'Claims',
4849
'Governance',
49-
'IndividualClaims',
50+
'Governor',
5051
'LimitOrders',
5152
'MemberRoles',
5253
'NXMaster',
54+
'Pool',
5355
'ProposalCategory',
56+
'Registry',
5457
'Ramm',
5558
'SafeTracker',
5659
'StakingProducts',
60+
'SwapOperator',
5761
'TokenController',
5862
'YieldTokenIncidents',
5963
];

0 commit comments

Comments
 (0)