diff --git a/packages/nextjs/public/extensions.json b/packages/nextjs/public/extensions.json index 16ab65c..cc18bc8 100644 --- a/packages/nextjs/public/extensions.json +++ b/packages/nextjs/public/extensions.json @@ -47,6 +47,14 @@ "installCommand": "npx create-eth@latest -e eip-5792", "builder": "0x1A2d838c4bbd1e73d162d0777d142c1d783Cb831", "coBuilders": [] + }, + { + "name": "randao", + "description": "This extension shows how to use on-chain randomness using RANDAO for truly on-chain unpredictable random sources.", + "github": "https://github.com/scaffold-eth/create-eth-extensions/tree/randao", + "installCommand": "npx create-eth@latest -e randao", + "builder": "0x5dCb5f4F39Caa6Ca25380cfc42280330b49d3c93", + "coBuilders": [] } ] -} +} \ No newline at end of file