Skip to content

Commit

Permalink
Generate SHAs
Browse files Browse the repository at this point in the history
  • Loading branch information
asoong committed May 9, 2024
1 parent c3879b9 commit 9e64924
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/src/components/Deposit/revolut/NewPosition.tsx
Expand Up @@ -69,6 +69,9 @@ export const NewPosition: React.FC<NewPositionProps> = ({
const [shouldConfigureNewDepositWrite, setShouldConfigureNewDepositWrite] = useState<boolean>(false);
const [shouldConfigureApprovalWrite, setShouldConfigureApprovalWrite] = useState<boolean>(false);

console.log('NOTARY_PUBKEY_1: ', BigInt(sha256(NOTARY_PUBKEY)));
console.log('NOTARY_PUBKEY_2: ', BigInt(sha256("-----BEGIN PUBLIC KEY-----\nMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEhXZItBvE1R/gcSGKGMrl7cPpybNy\niTJ5B4ejf6chkzVKsjYnljqiD/4eEIl69+Y4QZFb57yvQ10Dq2ntdGMxXQ==\n-----END PUBLIC KEY-----")));

/*
* Contract Writes
*/
Expand Down

0 comments on commit 9e64924

Please sign in to comment.