Skip to content

Commit

Permalink
change keys
Browse files Browse the repository at this point in the history
  • Loading branch information
0xPrimata committed Aug 1, 2024
1 parent 9f3c589 commit 1578956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Chain.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ export default function Chains({ name,eventName, language, amount, isEvm, networ

<ReCAPTCHA
ref={recaptchaRef}
sitekey={language == 'aptos' ? '6Ldjt-UpAAAAANRZMth7DIcfzDBSRWRIsr22XsxQ' : "6LdPgxMqAAAAAByFdD5V8PiPKYZS4mSZWUUcZW6B"}
sitekey={language == 'aptos' ? process.env.RECAPTCHA_PUBLIC_KEY??'' : "6LdPgxMqAAAAAByFdD5V8PiPKYZS4mSZWUUcZW6B"}
// size="invisible"
hl="en"
onChange={onChangeRe}
Expand Down

0 comments on commit 1578956

Please sign in to comment.