|
@@ -11,9 +11,10 @@ import { MultisigContextProvider } from '../contexts/MultisigContext'
|
|
|
import { PythContextProvider } from '../contexts/PythContext'
|
|
import { PythContextProvider } from '../contexts/PythContext'
|
|
|
import { StatusFilterProvider } from '../contexts/StatusFilterContext'
|
|
import { StatusFilterProvider } from '../contexts/StatusFilterContext'
|
|
|
import { classNames } from '../utils/classNames'
|
|
import { classNames } from '../utils/classNames'
|
|
|
|
|
+import '../mappings/signers.json'
|
|
|
|
|
|
|
|
export const getServerSideProps: GetServerSideProps = async () => {
|
|
export const getServerSideProps: GetServerSideProps = async () => {
|
|
|
- const MAPPINGS_BASE_PATH = process.env.MAPPINGS_BASE_PATH || ''
|
|
|
|
|
|
|
+ const MAPPINGS_BASE_PATH = process.env.MAPPINGS_BASE_PATH || 'mappings'
|
|
|
const PUBLISHER_PYTHNET_MAPPING_PATH = `${MAPPINGS_BASE_PATH}/publishers-pythnet.json`
|
|
const PUBLISHER_PYTHNET_MAPPING_PATH = `${MAPPINGS_BASE_PATH}/publishers-pythnet.json`
|
|
|
const PUBLISHER_PYTHTEST_MAPPING_PATH = `${MAPPINGS_BASE_PATH}/publishers-pythtest.json`
|
|
const PUBLISHER_PYTHTEST_MAPPING_PATH = `${MAPPINGS_BASE_PATH}/publishers-pythtest.json`
|
|
|
|
|
|