+
+ {index + 1}
+ |
+
+
+ {base58AccountPubkey}
+
+ |
+ {lamportsToSolString(account.lamports, 0)} |
+ {`${((100 * account.lamports) / supply).toFixed(3)}%`} |
+
+ ({
+ ...location,
+ pathname: "/account/" + base58AccountPubkey
+ })}
+ className="btn btn-rounded-circle btn-white btn-sm"
+ >
+
+
+ |
+
+ );
+};
diff --git a/explorer/src/index.tsx b/explorer/src/index.tsx
index 9a8ff7038f..9ea17b5c22 100644
--- a/explorer/src/index.tsx
+++ b/explorer/src/index.tsx
@@ -5,6 +5,7 @@ import "./scss/theme.scss";
import App from "./App";
import * as serviceWorker from "./serviceWorker";
import { ClusterProvider } from "./providers/cluster";
+import { RichListProvider } from "./providers/richList";
import { SupplyProvider } from "./providers/supply";
import { TransactionsProvider } from "./providers/transactions";
import { AccountsProvider } from "./providers/accounts";
@@ -13,11 +14,13 @@ ReactDOM.render(