Commit 4d69a3e
fix(developer-hub): correct requestV2 parameter order in docs
The Full custom request section showed incorrect parameter order:
(address provider, uint32 gasLimit, bytes32 userRandomNumber)
Corrected to match IEntropyV2.sol interface:
(address provider, bytes32 userRandomNumber, uint32 gasLimit)
Co-Authored-By: [email protected] <[email protected]>1 parent b8adf02 commit 4d69a3e
File tree
1 file changed
+2
-2
lines changed- apps/developer-hub/content/docs/entropy
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
77 | | - | |
| 76 | + | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
0 commit comments