Skip to content

Commit

Permalink
Merge pull request #203 from JohnGuilding/set-wax-to-inactive
Browse files Browse the repository at this point in the history
Set wax to inactive
  • Loading branch information
kalidiagne authored Oct 7, 2024
2 parents 19ca909 + 4064772 commit 4af1592
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions data/projects/wax.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@ import { ProjectInterface } from "@/lib/types"
export const wax: ProjectInterface = {
id: "wax",
section: "pse",
projectStatus: "active",
projectStatus: "inactive",
image: "wax.webp",
name: "Wallet Account eXperiments - WAX",
links: {
github: "https://github.com/getwax",
website: "https://wax.pse.dev/",
discord: "https://discord.gg/hGDmAhcRyz",
},
tags: {
builtWith: [
Expand Down

0 comments on commit 4af1592

Please sign in to comment.