In Mathematica, GraphData[{"UnitDistance", {21, 2}}]
Is this 42-edge graph rigid? It has chromatic number 4. If it was floppy, that might make it an interesting tool in high-chromatic graph studies.
The current record for heptagon bracing is 59, so this would beat that.

The graph is rigid. In fact I will show that the following $35$-edge graph formed by deleting the two interior vertices of one triangle is (minimally) rigid:
We first need to find a parametrisation of the vertices of the graph with as few parameters as possible (that relate to metrics like lengths and angles); three parameters suffice. Fix $A$ and $B$ in the diagram below, set as parameters the angles $\alpha_1,\alpha_2,\alpha_3$ that the vectors $\vec{A0},\vec{B1},\vec{B2}$ make with $\vec{AB}$, then construct each of the remaining numbered points in order as the point that is a distance $1$ away from two already-determined points. (See the program at the end of this answer for the exact construction sequence.)
Define the function $f:\mathbb R^3\to\mathbb R^3$ as $$f(\alpha_1,\alpha_2,\alpha_3)=(d(11,12),d(13,14),d(15,2))$$ i.e. it returns the lengths of the three thick edges, which are not created as part of the construction but are in the graph. Let the parameters corresponding to the regular braced heptagon be $\alpha_1^*,\alpha_2^*,\alpha_3^*$; clearly $f(\alpha_1^*,\alpha_2^*,\alpha_3^*)=(1,1,1)$. To check the rigidity of the ($35$-edge) graph, we construct the Jacobian matrix $J$ of $f$ at $(\alpha_1^*,\alpha_2^*,\alpha_3^*)$; if it has full rank we can immediately conclude that it is (infinitesimally or first-order) rigid.
It turns out that $J$ is a $3×3$ matrix with rank $2$. This does not mean that the graph is not rigid; we still have to analyse the behaviour of $f$ along the infinitesimal motion associated with this rank-deficient $J$. Such a motion is given by an element of the nullspace of $J$; suppose this element is $(\delta_1,\delta_2,\delta_3)$. Define $$g(t)=f(\alpha_1^*+t\delta_1,\alpha_2^*+t\delta_2,\alpha_3^*+t\delta_3)$$ When we plot $g$ for $t$ around zero we get the following graph (blue, red and green lines represent the three coordinates in order):
The lengths of all three thick edges are individually on the same side of $1$. Together with the result from the Jacobian matrix, we infer that said lengths are not $1$ in a punctured neighbourhood of $(\alpha_1^*,\alpha_2^*,\alpha_3^*)$, so the $35$-edge graph is (second-order) rigid.
As a final note, it can be easily shown that the $35$-edge graph is a Laman graph by means of a Henneberg construction, so no edges can be removed without making the graph flexible.
The graphs above were drawn with the help of a script in my Dounreay repository. Run
./drawgraph.py heptagonin the folder containingdrawgraph.pyto reproduce the full $42$-edge graph; the above pictures are the result of tweaking in Inkscape.Removing two consecutive vertices of one of the inner stars leads to a first-order rigid graph in either case (the determinant of $J$ is non-zero):