Skip to content

Commit

Permalink
Fix hackenproof
Browse files Browse the repository at this point in the history
  • Loading branch information
arkadiyt committed Aug 29, 2024
1 parent fcb5b1a commit 8ba2ef6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/bounty-targets/hackenproof.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def directory_index
programs.concat(document['programs'].map do |program|
{
id: program['id'],
name: program['program_name'].strip,
name: program['title'].strip,
slug: program['slug'],
url: "https://hackenproof.com/programs/#{program['slug']}",
archived: program['status'] == 'archived',
Expand Down
2 changes: 1 addition & 1 deletion spec/fixtures/hackenproof/programs_1.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"id": "63517622fd18045e8d9b72bc",
"slug": "virtuswap-dex-app-1",
"url": "/api/v1/programs/virtuswap-dex-app-1",
"program_name": "VirtuSwap DEX APP",
"title": "VirtuSwap DEX APP",
"program_logo": "https://dashboard.hackenproof.com/uploads/bounty_program/logo/63517622fd18045e8d9b72bc/logo.png?1720297251",
"program_description": "VirtuSwap uses a novel pool architecture, based on reserve-powered virtual liquidity pools, which solve the problem of triangular trading by making every trade direct — even in the absence of a corresponding pool, and generates up to 50% savings.",
"start_date": "21 Dec 2022",
Expand Down

0 comments on commit 8ba2ef6

Please sign in to comment.