Skip to content

Commit

Permalink
Add randao extension (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
damianmarti authored Nov 20, 2024
1 parent 86d5465 commit 8f3818f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion packages/nextjs/public/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": []
}
]
}
}

0 comments on commit 8f3818f

Please sign in to comment.