瀏覽代碼

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


部分文件因文件數量過多而無法顯示