diff --git a/packages/site/src/utils/snap.ts b/packages/site/src/utils/snap.ts index bfea7103..aefa6678 100644 --- a/packages/site/src/utils/snap.ts +++ b/packages/site/src/utils/snap.ts @@ -1,4 +1,6 @@ import snapPackageInfo from '../../../snap/package.json'; +// Snap version is read from the snap package's manifest at build time so the +// dapp installs whichever snap version was bundled with this site release. import { defaultSnapOrigin } from '../config'; import type { GetSnapsResponse, Snap } from '../types';