Skip to content

Commit

Permalink
added bithomp verification
Browse files Browse the repository at this point in the history
  • Loading branch information
ebedoise committed Aug 1, 2024
1 parent ff75c0e commit 256816c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/poll/src/Choices.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import { updateCacheAfterVote } from './cache';
import { TitleLayer } from './TitleLayer';

import axios from 'axios';
import { envVars } from '@3shop/config';

const MobileTitleLayer = styled(Text)`
display: none;
Expand Down Expand Up @@ -49,7 +50,7 @@ export const Choices = () => {
};

console.log('identifiers: ', identifiers);
console.log('import.meta.env.VITE_BITHOMP_TOKEN: ', import.meta.env.VITE_BITHOMP_TOKEN);
console.log('envVars: ', envVars);

const XRPNftReaderClient = () => ({
getWalletNfts: async (
Expand Down

0 comments on commit 256816c

Please sign in to comment.