Skip to content

Commit

Permalink
src: Move staking_rewards, token_distribution react code to src/
Browse files Browse the repository at this point in the history
  • Loading branch information
matevz committed Dec 5, 2023
1 parent c00bf4b commit 1f8e630
Show file tree
Hide file tree
Showing 13 changed files with 5 additions and 6 deletions.
10 changes: 5 additions & 5 deletions docs/general/oasis-network/token-metrics-and-distribution.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import FinalDistributionPieChart from './token_distribution/pie/Chart.tsx';
import TokenDistributionChart from './token_distribution/Chart.tsx';
import StakingRewardsChart from './staking_rewards/Chart.tsx';
import FinalDistributionPieChart from '@site/src/token_distribution/pie/Chart.tsx';
import TokenDistributionChart from '@site/src/token_distribution/Chart.tsx';
import StakingRewardsChart from '@site/src/staking_rewards/Chart.tsx';

# Token Metrics and Distribution

Expand Down Expand Up @@ -50,7 +50,7 @@ The remaining allocations will be disbursed according to the following release s

<TokenDistributionChart />

Alternative formats: [CSV](./token_distribution/data.csv)
Alternative formats: [CSV](../../../src/token_distribution/data.csv), [JSON](../../../src/token_distribution/data.json)

## Fundraising History

Expand All @@ -72,7 +72,7 @@ Given the Oasis Network’s founding vision to become a world-class, public, per

<StakingRewardsChart />

Alternative formats: [CSV](./staking_rewards/data.csv)
Alternative formats: [CSV](../../../src/staking_rewards/data.csv), [JSON](../../../src/staking_rewards/data.json)

## Delegation Policy

Expand Down
1 change: 0 additions & 1 deletion src/AddToMetaMask.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React from 'react';
import PlotlyChart from "@site/src/PlotlyChart";

const AddToMetaMask = (props: {
name: string,
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes

0 comments on commit 1f8e630

Please sign in to comment.