privy account transfer
This commit is contained in:
parent
f5100048d2
commit
9c42a598f7
|
|
@ -19,8 +19,9 @@ export default function Home() {
|
|||
|
||||
<div className="bg-[rgb(22,22,22)]">
|
||||
<PrivyProvider
|
||||
appId="cm8spd7l600lfe4am1phq9qq8"
|
||||
clientId="client-WY5i4HS6T7JP44iKMQUyZXwftzwKLFvEsGvMtFY1znXSj"
|
||||
appId="cmdufqskm01qojr0aso20uj68"
|
||||
clientId="client-WY6NygKrUSCSg4yX8qhmcAuKQ24kcff6pKpFZFA2NZGJL"
|
||||
// sekret="UdHftXLutZNkN3xmJpaudc8oGp5eP1Q3bhJFdSt5pLpJ6gp7HCaUqokN3n2kbbdRy8TR1xiaFJkEuqeU8jAvW1M"
|
||||
config={{
|
||||
// Customize Privy's appearance in your app
|
||||
appearance: {
|
||||
|
|
|
|||
|
|
@ -470,7 +470,7 @@ export default function BeatHighscoreSection() {
|
|||
</div>
|
||||
<div className="flex flex-col items-center gap-2">
|
||||
<div className="bg-green-600 text-white px-3 py-1 rounded-full text-sm font-bold">
|
||||
{(currentLeaderboard.maxAttemptCount * 0.1).toFixed(1)} SOL
|
||||
{(currentLeaderboard.maxAttemptCount * 0.09).toFixed(1)} SOL
|
||||
</div>
|
||||
<div className="text-gray-400 text-xs">
|
||||
Winner Prize
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user