Skip to content

Commit

Permalink
chore: update demo data
Browse files Browse the repository at this point in the history
  • Loading branch information
0xExp-po committed Sep 15, 2024
1 parent 19f7027 commit bfa1f93
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions dapp/src/constants/demoConfigData.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,22 @@ export const demoConfigData = [
"GDQP2KPQGKIHYJGXNUIYOMHARUARCA7DJT5FO2FFOOKY3B2WSQHG4W37"
],
},
{
projectName: "fff",
logoImageLink: "https://github.com/0xExp-po/soroban-versioning/blob/main/website/static/img/logo.svg",
description: "Bringing Git hashes onto Stellar’s blockchain",
companyName: "Consulting Manao GmbH",
officials: {
websiteLink: "https://tansu.dev",
githubLink: "https://github.com/0xExp-po/soroban-versioning",
},
socialLinks: {
},
authorGithubNames: ["0xExp-po"],
maintainersAddresses: [
"GALDGLKIXR52A5EZTIRZ2IWEZ5PWN55IY2TLA7ORFPG2VVSFVV5PYNOB",
],
},
];

export function getDemoConfigData() {
Expand Down

0 comments on commit bfa1f93

Please sign in to comment.