Skip to content

Commit 70444d4

Browse files
committed
lint fixes
1 parent ea90939 commit 70444d4

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

pages/builders/tools/build/oracles.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,10 @@ Every Oracle implementation is customized to fit your needs. Implement one of ou
9999

100100
Gelato VRF (Verifiable Random Function) provides trustable randomness on EVM-compatible blockchains. Here's a brief overview:
101101

102-
- Contract Deployment: Use GelatoVRFConsumerBase.sol as an interface for requesting random numbers.
103-
- Requesting Randomness: Emit the RequestedRandomness event to signal the need for a random number.
104-
- Processing: Gelato VRF fetches the random number from Drand.
105-
- Delivery: The fulfillRandomness function delivers the random number to the requesting contract.
102+
* Contract Deployment: Use GelatoVRFConsumerBase.sol as an interface for requesting random numbers.
103+
* Requesting Randomness: Emit the RequestedRandomness event to signal the need for a random number.
104+
* Processing: Gelato VRF fetches the random number from Drand.
105+
* Delivery: The fulfillRandomness function delivers the random number to the requesting contract.
106106

107107
Ready to integrate? Head over to the [Gelato VRF Quick Start Guide](https://docs.gelato.network/web3-services/vrf/quick-start).
108108

words.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ disabletxpoolgossip
7676
Discv
7777
discv
7878
DIVU
79+
Drand
7980
Eigen
8081
ENABLEDEPRECATEDPERSONAL
8182
enabledeprecatedpersonal
@@ -108,6 +109,7 @@ gascap
108109
gaslessly
109110
GCMODE
110111
gcmode
112+
Gelato
111113
gifs
112114
GLOBALQUEUE
113115
globalqueue
@@ -132,7 +134,6 @@ ignoreprice
132134
implicity
133135
Inator
134136
inator
135-
incentivized
136137
INFLUXDBV
137138
influxdbv
138139
initcode

0 commit comments

Comments
 (0)