mirror of
https://github.com/stronk-dev/RandomChad.git
synced 2025-07-05 02:35:08 +02:00
Typo
This commit is contained in:
parent
5245948e73
commit
4569dd0bc5
@ -61,7 +61,7 @@ export default function Minter() {
|
||||
const id = tokenId.toString()
|
||||
|
||||
// Trigger remote generation
|
||||
const rocketeer = await fetch( `https://rocketeer.fans/${ chainId === '0x1' ? '' : 'testnetapi'}/rocketeer/${id}` ).then( res => res.json() )
|
||||
const rocketeer = await fetch( `https://rocketeer.fans/${ chainId === '0x1' ? 'api' : 'testnetapi'}/rocketeer/${id}` ).then( res => res.json() )
|
||||
log( 'Oracle returned: ', rocketeer )
|
||||
|
||||
// Set token to state
|
||||
|
Loading…
x
Reference in New Issue
Block a user