Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@
"sourceType": "module"
},
"plugins": ["react", "@typescript-eslint"],
"rules": {}
"rules": {
"no-undef": "error"

}
}
11 changes: 8 additions & 3 deletions config/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,18 @@
"marketAddress": "0xD989Ac70f84c8B4989Be341648A95C5BaE603326",
"jsonRpcUrl": "https://jsonrpc-test.hap.land",
"blockExplorerUrl": "https://blockscout-test.hap.land",
"gqlEndpoint": "https://gql-nft-testnet.hap.land/v1/graphql"
"gqlEndpoint": "https://gql-nft-testnet.hap.land/v1/graphql",
"tokenLogoUrl": "https://ipfs.io/ipfs/QmQ4V9JC25yUrYk2kFJwmKguSsZBQvtGcg6q9zkDV8mkJW?filename=hap.png"
},
{
"chainId": 8794598,
"name": "HAP mainnet",
"wrappedNativeAddress": "",
"marketAddress": ""
"wrappedNativeAddress": "0x22e27d6C3f52F78de6053c712A7020D00e138fB0",
"marketAddress": "0xF77e4742a6156B7fC0Be09cf03b5AE18B3c1137C",
"jsonRpcUrl": "https://jsonrpc.hap.land",
"blockExplorerUrl": "https://blockscout.hap.land",
"gqlEndpoint": "https://gql-nft-testnet.hap.land/v1/graphql",
"tokenLogoUrl": "https://ipfs.io/ipfs/QmQ4V9JC25yUrYk2kFJwmKguSsZBQvtGcg6q9zkDV8mkJW?filename=hap.png"
}
],
"defaultChainId": 373737,
Expand Down
9 changes: 9 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@ const nextConfig = {

// return config;
// },
images: {
remotePatterns: [
{
protocol: "https",
hostname: "ipfs.io",

}
],
},
productionBrowserSourceMaps: true,
experimental: {
reactRefresh: true,
Expand Down
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"dev": "next dev",
"start": "next start",
"lint": "next lint",
"eslint": "eslint --ext .js,.jsx,.ts,.tsx .",
"build": "next build"
},
"dependencies": {
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.1",
"@hapchain-nft/components": "^0.0.48",
"@hapchain-nft/hooks": "^0.0.39",
"@hapchain-nft/hooks": "^0.0.41",
"@hapchain-nft/utils": "^0.0.18",
"@heroicons/react": "^2.0.18",
"@mui/icons-material": "^5.11.16",
Expand Down Expand Up @@ -42,20 +42,24 @@
"react-dom": "18.2.0",
"react-hook-form": "^7.45.2",
"react-image-file-resizer": "^0.4.8",
"react-multi-carousel": "^2.8.4",
"react-query": "^3.39.3",
"react-random-avatars": "^1.3.1",
"react-touch-carousel": "^0.10.2",
"sass": "^1.64.2",
"subscriptions-transport-ws": "^0.11.0",
"swiper": "^10.2.0",
"tailwindcss": "3.3.2",
"typescript": "5.1.6"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.2",
"@tailwindcss/typography": "^0.5.9",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^6.6.0",
"daisyui": "^3.2.1",
"eslint-plugin-react": "^7.32.2",
"mini-css-extract-plugin": "^2.7.6",
"ts-loader": "^9.4.4"
}
}
}
18 changes: 18 additions & 0 deletions public/assets/images/logo/168.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions public/assets/images/logo/1stcard.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions public/assets/images/logo/hal-q.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions public/assets/images/logo/hap.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions public/assets/images/logo/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions public/collection_3.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading