Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Nodary QRNG provider endpointIds #637

Merged
merged 1 commit into from
Oct 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/guides/qrng/lottery-guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ helpful to take a little time to familiarize yourself if you haven't already.
uint256 public endTime; // datetime that current week ends and lottery is closable
uint256 public constant MAX_NUMBER = 10000; // highest possible number
address public constant airnodeAddress = 0x9d3C147cA16DB954873A498e0af5852AB39139f2;
bytes32 public constant endpointId = 0xfb6d017bb87991b7495f563db3c8cf59ff87b09781947bb1e417006ad7f55a78;
bytes32 public constant endpointId = 0x94555f83f1addda23fdaa7c74f27ce2b764ed5cc430c66f5ff1bcf39d583da36;
address payable public sponsorWallet;
```

Expand Down
4 changes: 2 additions & 2 deletions docs/guides/qrng/qrng-remix/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -409,11 +409,11 @@ parameters that are needed.
(`0x6238772544f029ecaBfDED4300f13A3c4FE84E1D`→<CopyIcon text="0x6238772544f029ecaBfDED4300f13A3c4FE84E1D"/>).

- `_endpointIdUint256`: The **Nodary** Airnode endpoint ID
(`0xfb6d017bb87991b7495f563db3c8cf59ff87b09781947bb1e417006ad7f55a78`→<CopyIcon text="0xfb6d017bb87991b7495f563db3c8cf59ff87b09781947bb1e417006ad7f55a78"/>)
(`0x94555f83f1addda23fdaa7c74f27ce2b764ed5cc430c66f5ff1bcf39d583da36`→<CopyIcon text="0x94555f83f1addda23fdaa7c74f27ce2b764ed5cc430c66f5ff1bcf39d583da36"/>)
which will return a single random number.

- `_endpointIdUint256Array`: The **Nodary** Airnode endpoint ID
(`0x27cc2713e7f968e4e86ed274a051a5c8aaee9cca66946f23af6f29ecea9704c3`→<CopyIcon text="0x27cc2713e7f968e4e86ed274a051a5c8aaee9cca66946f23af6f29ecea9704c3"/>)
(`0x9877ec98695c139310480b4323b9d474d48ec4595560348a2341218670f7fbc2`→<CopyIcon text="0x9877ec98695c139310480b4323b9d474d48ec4595560348a2341218670f7fbc2"/>)
which will return an array of random numbers.

- `_sponsorWallet`: A wallet derived from the Airnode address and the Airnode
Expand Down
8 changes: 4 additions & 4 deletions docs/reference/qrng/providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,15 +107,15 @@ on [testnets](/reference/qrng/chains.md#nodary).
### `endpointIdUint256`

<div style="word-wrap:break-word;margin-top:15px;margin-left:15px">
<span style="font-family:courier">0xfb6d017bb87991b7495f563db3c8cf59ff87b09781947bb1e417006ad7f55a78</span>
<CopyIcon text="0xfb6d017bb87991b7495f563db3c8cf59ff87b09781947bb1e417006ad7f55a78"/>
<span style="font-family:courier">0x94555f83f1addda23fdaa7c74f27ce2b764ed5cc430c66f5ff1bcf39d583da36</span>
<CopyIcon text="0x94555f83f1addda23fdaa7c74f27ce2b764ed5cc430c66f5ff1bcf39d583da36"/>
</div>

### `endpointIdUint256Array`

<div style="word-wrap:break-word;margin-top:15px;margin-left:15px;">
<span style="font-family:courier">0x27cc2713e7f968e4e86ed274a051a5c8aaee9cca66946f23af6f29ecea9704c3</span>
<CopyIcon text="0x27cc2713e7f968e4e86ed274a051a5c8aaee9cca66946f23af6f29ecea9704c3"/>
<span style="font-family:courier">0x9877ec98695c139310480b4323b9d474d48ec4595560348a2341218670f7fbc2</span>
<CopyIcon text="0x9877ec98695c139310480b4323b9d474d48ec4595560348a2341218670f7fbc2"/>
</div>

## Quintessence Quantum Random Numbers
Expand Down
Loading