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 ceaabe9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ GEM
racc (1.8.0)
rainbow (3.1.1)
regexp_parser (2.8.0)
rexml (3.3.2)
rexml (3.3.6)
strscan
rspec (3.11.0)
rspec-core (~> 3.11.0)
Expand Down
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 ceaabe9

Please sign in to comment.