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
3 changes: 2 additions & 1 deletion .hintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"development"
],
"hints": {
"axe/forms": "off"
"axe/forms": "off",
"no-inline-styles": "off"
}
}
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const config = {
images: {
domains: ['static.okx.com'],
domains: ['static.okx.com', 's2.coinmarketcap.com'],
},
}

Expand Down
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,30 @@
"start": "next start"
},
"dependencies": {
"@ajna/pagination": "^1.4.19",
"@chakra-ui/icons": "^2.0.2",
"@chakra-ui/react": "^2.2.1",
"@chakra-ui/theme-tools": "^2.0.2",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.9.0",
"@fontsource/zen-dots": "^4.5.8",
"@rainbow-me/rainbowkit": "^0.8.0",
"@react-icons/all-files": "^4.1.0",
"@types/big.js": "^6.1.6",
"axios": "^1.1.3",
"big.js": "^6.2.1",
"chakra-ui-steps": "^1.8.0",
"dotenv": "^16.0.3",
"ethers": "^5.7.2",
"framer-motion": "^6.3.0",
"lightweight-charts": "^3.8.0",
"next": "latest",
"next-transpile-modules": "^10.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.6.0",
"react-twitter-widgets": "^1.11.0",
"tronweb": "^4.4.0"
"socket.io-client": "^4.5.4",
"wagmi": "^0.8.3"
},
"devDependencies": {
"@types/node": "^18.0.0",
Expand Down
Binary file added public/BuildOnArbitrum.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/arb.ico
Binary file not shown.
Binary file added public/assets/crypto_logos/aurora.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/crypto_logos/near.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/crypto_logos/usdc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/crypto_logos/zexe.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/aurora.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions public/css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.theme-dark:root {
--tv-color-platform-background: #0E0020;
--tv-color-pane-background: #0E0020;
--tv-color-pane-background-secondary: #0E0020;
}
Binary file added public/eth.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading