File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -99,15 +99,15 @@ export const menuItems: MenuItem[] = [
9999 // icon: 'wpunksOutlined',
100100 // },
101101 // TO BE ACTIVATED ONCE CALCULATOR IS READY
102- // {
103- // href: Path.GOVERNANCE_LEADER_BOARD,
104- // // Translation key: do not remove this comment
105- // // t('layout.menuItems.xcn')
106- // i18nKey: 'layout.menuItems.leaderboard',
107- // i18nTitleKey: 'layout.menuItems.leaderboard',
108- // isNew: true,
109- // icon: 'xcnOutlined',
110- // },
102+ {
103+ href : Path . GOVERNANCE_LEADER_BOARD ,
104+ // Translation key: do not remove this comment
105+ // t('layout.menuItems.xcn')
106+ i18nKey : 'layout.menuItems.leaderboard' ,
107+ i18nTitleKey : 'layout.menuItems.leaderboard' ,
108+ isNew : true ,
109+ icon : 'xcnOutlined' ,
110+ } ,
111111 {
112112 href : Path . POINTS ,
113113 // Translation key: do not remove this comment
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ export const API_ENDPOINT_URLS = {
88export const API_GOV_ENDPOINT_URLS = {
99 [ EthChainId . MAINNET ] : 'https://govapi.onyx.org' ,
1010 [ EthChainId . TESTNET ] : 'https://testapi.onyx.org/gov' ,
11+ 80888 : 'https://govapi.onyx.org' ,
1112} ;
1213
1314export const RPC_URLS : {
You can’t perform that action at this time.
0 commit comments