mirror of
https://github.com/stronk-dev/RandomChad.git
synced 2025-07-05 18:35:10 +02:00
Chain sslecor typo
This commit is contained in:
parent
4854dbd02b
commit
b0fed05d82
@ -312,14 +312,14 @@ export function useContract() {
|
|||||||
export function rocketeerCollectionUriOnOpensea( chainId ) {
|
export function rocketeerCollectionUriOnOpensea( chainId ) {
|
||||||
|
|
||||||
// Opensea collection link depending on network
|
// Opensea collection link depending on network
|
||||||
return `${ chainId === '0x01' ? '' : 'testnets.' }opensea.io/collection/rocketeer`
|
return `${ chainId === '0x1' ? '' : 'testnets.' }opensea.io/collection/rocketeer`
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export function rocketeerUriOnOpensea( chainId, tokenId ) {
|
export function rocketeerUriOnOpensea( chainId, tokenId ) {
|
||||||
|
|
||||||
// Opensea specific link depending on network
|
// Opensea specific link depending on network
|
||||||
return `https://${ chainId === '0x01' ? '' : 'testnets.' }opensea.io/assets/${ contractAddressByChainId[ chainId ] }/${ tokenId }`
|
return `https://${ chainId === '0x1' ? '' : 'testnets.' }opensea.io/assets/${ contractAddressByChainId[ chainId ] }/${ tokenId }`
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user