From 8f3818f4cc94d0e7e6c24116ecea0c385078a571 Mon Sep 17 00:00:00 2001 From: Damian Martinelli Date: Wed, 20 Nov 2024 13:27:31 -0300 Subject: [PATCH] Add randao extension (#39) --- packages/nextjs/public/extensions.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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