Skip to content

Commit

Permalink
chore: update reward values in permit generation results
Browse files Browse the repository at this point in the history
Updated reward values, word counts, and total calculations in permit and comment JSON files.
  • Loading branch information
gentlementlegen committed Oct 22, 2024
1 parent 31b6960 commit 88feb26
Show file tree
Hide file tree
Showing 4 changed files with 123 additions and 91 deletions.
35 changes: 35 additions & 0 deletions tests/__mocks__/db-seed.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,41 @@
"following": 72,
"created_at": "2014-11-17T19:03:33Z",
"updated_at": "2024-07-06T13:13:06Z"
},
{
"login": "whilefoo",
"id": 139262667,
"node_id": "U_kgDOCEz6yw",
"avatar_url": "https://avatars.githubusercontent.com/u/139262667?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/whilefoo",
"html_url": "https://github.com/whilefoo",
"followers_url": "https://api.github.com/users/whilefoo/followers",
"following_url": "https://api.github.com/users/whilefoo/following{/other_user}",
"gists_url": "https://api.github.com/users/whilefoo/gists{/gist_id}",
"starred_url": "https://api.github.com/users/whilefoo/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/whilefoo/subscriptions",
"organizations_url": "https://api.github.com/users/whilefoo/orgs",
"repos_url": "https://api.github.com/users/whilefoo/repos",
"events_url": "https://api.github.com/users/whilefoo/events{/privacy}",
"received_events_url": "https://api.github.com/users/whilefoo/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false,
"name": null,
"company": null,
"blog": "",
"location": null,
"email": null,
"hireable": null,
"bio": null,
"twitter_username": null,
"public_repos": 6,
"public_gists": 0,
"followers": 2,
"following": 1,
"created_at": "2023-07-11T17:34:03Z",
"updated_at": "2024-07-09T13:56:56Z"
}
],
"wallets": [
Expand Down
Loading

0 comments on commit 88feb26

Please sign in to comment.