Skip to content

Commit 6f421ae

Browse files
committed
Fix copy/paste error
1 parent 3861876 commit 6f421ae

File tree

1 file changed

+1
-1
lines changed
  • governance/xc_admin/packages/xc_admin_frontend/pages

1 file changed

+1
-1
lines changed

governance/xc_admin/packages/xc_admin_frontend/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export const getServerSideProps: GetServerSideProps = async () => {
3232

3333
const publisherKeyToNameMapping = {
3434
pythnet: readPublisherKeyToNameMapping(PUBLISHER_PYTHNET_MAPPING_PATH),
35-
pythtest: readPublisherKeyToNameMapping(PUBLISHER_PYTHNET_MAPPING_PATH),
35+
pythtest: readPublisherKeyToNameMapping(PUBLISHER_PYTHTEST_MAPPING_PATH),
3636
}
3737
const MULTISIG_SIGNER_MAPPING_PATH = `${MAPPINGS_BASE_PATH}/signers.json`
3838
const multisigSignerKeyToNameMapping = fs.existsSync(

0 commit comments

Comments
 (0)