Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
urluckyturtle01 committed Jan 10, 2025
1 parent 985fa87 commit c29d620
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions pages/state-of-solana/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,35 +34,28 @@ const userWalletDashboards = [
{
wallet_dashboard: {
id: 1,
title: "Overview",
title: "DEX Overview",
org_slug: "tl",
api_key: "0Cm9R8K8xu4vq93Ljb88UJDtWr6jwTM1V9AGMQQo",
api_key: "Jix7XZI0p41oMZ7pEVhcW1vCydMvgIsdy5Q7ma4D",
},
},
{
wallet_dashboard: {
id: 2,
title: "DEXs",
title: "REV",
org_slug: "tl",
api_key: "0Cm9R8K8xu4vq93Ljb88UJDtWr6jwTM1V9AGMQQo",
},
},
{
wallet_dashboard: {
id: 3,
title: "NFT Ecosystem",
org_slug: "tl",
api_key: "0Cm9R8K8xu4vq93Ljb88UJDtWr6jwTM1V9AGMQQo",
},
},
{
wallet_dashboard: {
id: 4,
title: "DePINs",
title: "Block Rewards",
org_slug: "tl",
api_key: "0Cm9R8K8xu4vq93Ljb88UJDtWr6jwTM1V9AGMQQo",
api_key: "JHrjYsFXzCEcSgpBS6RCCpZqV6dQMCKyn3sgGJon",
},
},

];

const StateOfSolana = () => {
Expand Down

0 comments on commit c29d620

Please sign in to comment.