semi-interesting nouns fact i just learned:
main nouns and fork 2 use the same descriptor
fork 0 and fork 1 share a descriptor but a different one than main/fork 2
main nouns updated the descriptor and fork 2 deployed after this, but other forks deployed with the previous one