File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
governance/xc_admin/packages/xc_admin_frontend Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -38,4 +38,3 @@ next-env.d.ts
38
38
39
39
# mappings
40
40
publishers- * .json
41
- signers.json
Original file line number Diff line number Diff line change
1
+ {
2
+ "opsLibxVY7Vz5eYMmSfX8cLFCFVYTtH6fr6MiifMpA7" : " Ops" ,
3
+ "9sfogFjG8CJKJGWvNDB7NgPusALti3hWKkHGZhKmmxD7" : " Marc" ,
4
+ "8TdeB3rUECTGg7hSH6TDS7qVAcC1QMiE5zRazTAuxLZF" : " Afif" ,
5
+ "E5KR7yfb9UyVB6ZhmhQki1rM1eBcxHvyGKFZakAC5uc" : " Guillermo" ,
6
+ "DUYaUTikwfCQaRwzE1xJhTKGxAVPqKmRKY4Y2ZqsvM3k" : " Guilhem" ,
7
+ "3ouXHhNH6QgyxDRLmjgCddbTqYBkPSufLiLgTp2BVy2p" : " Jayant" ,
8
+ "38XhwqCgQGdeNeXyHQ94Jrdsoup71G6ioiYuvimXwH3z" : " Nope" ,
9
+ "9uDaJ8nG4yhxdhLnaNqARa1d3DjaCT2X7L7LtDR2NQUH" : " Robinson" ,
10
+ "CTojzJc5FRs6vjD7Z2g2gWPvQ3vEsHw4ykw5LYmU8aPC" : " Shu"
11
+ }
Original file line number Diff line number Diff line change @@ -11,9 +11,10 @@ import { MultisigContextProvider } from '../contexts/MultisigContext'
11
11
import { PythContextProvider } from '../contexts/PythContext'
12
12
import { StatusFilterProvider } from '../contexts/StatusFilterContext'
13
13
import { classNames } from '../utils/classNames'
14
+ import '../mappings/signers.json'
14
15
15
16
export const getServerSideProps : GetServerSideProps = async ( ) => {
16
- const MAPPINGS_BASE_PATH = process . env . MAPPINGS_BASE_PATH || ''
17
+ const MAPPINGS_BASE_PATH = process . env . MAPPINGS_BASE_PATH || 'mappings '
17
18
const PUBLISHER_PYTHNET_MAPPING_PATH = `${ MAPPINGS_BASE_PATH } /publishers-pythnet.json`
18
19
const PUBLISHER_PYTHTEST_MAPPING_PATH = `${ MAPPINGS_BASE_PATH } /publishers-pythtest.json`
19
20
You can’t perform that action at this time.
0 commit comments