Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zlayine committed Oct 1, 2024
1 parent 68d509e commit baf414d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions resources/js/store/connection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import { wcNamespaces, wcProjectId } from '~/util/constants';
import { useAppStore } from '.';
import snackbar from '~/util/snackbar';
import { Web3Modal, Web3ModalConfig } from '@web3modal/standalone';
import { publicKeyToAddress } from '~/util/address';

export const PrivacyPolicyLink = 'https://nft.io/legal/privacy-policy';
export const TermsOfServiceLink = 'https://nft.io/legal/terms-of-service';
Expand Down
1 change: 1 addition & 0 deletions resources/js/store/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import appConfig from '~/config.json';
import { defineStore } from 'pinia';
import snackbar from '~/util/snackbar';
import { useConnectionStore } from './connection';
import { publicKeyToAddress } from '~/util/address';

const parseConfigURL = (url: string): URL => {
return new URL(url);
Expand Down

0 comments on commit baf414d

Please sign in to comment.