Skip to content

Commit

Permalink
xdai default
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Owocki authored and Kevin Owocki committed Jan 28, 2021
1 parent 891b0f8 commit e89b62c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/kudos/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -927,7 +927,7 @@ def newkudos(request):
tags=request.POST['tags'].split(","),
to_address=request.POST['to_address'],
artwork_url=artwork_url,
network='mainnet',
network='xdai',
approved=False,
metadata={
'ip': get_ip(request),
Expand Down

0 comments on commit e89b62c

Please sign in to comment.