소스 검색

getTokenomics on start

Joystream Stats 2 년 전
부모
커밋
1634e59c43
2개의 변경된 파일610개의 추가작업 그리고 207개의 파일을 삭제
  1. 1 0
      src/App.tsx
  2. 609 207
      yarn.lock

+ 1 - 0
src/App.tsx

@@ -306,6 +306,7 @@ class App extends React.Component<IProps, IState> {
     "status members assets providers councils council election workers categories channels proposals posts threads mints openings tokenomics transactions reports validators nominators staches stakes rewardPoints stars"
       .split(" ")
       .map((key) => this.load(key));
+    getTokenomics().then((tokenomics) => this.save(`tokenomics`, tokenomics));
     bootstrap(this.save); // axios requests
     this.updateCouncils();
   }

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 609 - 207
yarn.lock


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.