We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3861876 commit 6f421aeCopy full SHA for 6f421ae
governance/xc_admin/packages/xc_admin_frontend/pages/index.tsx
@@ -32,7 +32,7 @@ export const getServerSideProps: GetServerSideProps = async () => {
32
33
const publisherKeyToNameMapping = {
34
pythnet: readPublisherKeyToNameMapping(PUBLISHER_PYTHNET_MAPPING_PATH),
35
- pythtest: readPublisherKeyToNameMapping(PUBLISHER_PYTHNET_MAPPING_PATH),
+ pythtest: readPublisherKeyToNameMapping(PUBLISHER_PYTHTEST_MAPPING_PATH),
36
}
37
const MULTISIG_SIGNER_MAPPING_PATH = `${MAPPINGS_BASE_PATH}/signers.json`
38
const multisigSignerKeyToNameMapping = fs.existsSync(
0 commit comments