Skip to content

Commit

Permalink
replace test addr with prod
Browse files Browse the repository at this point in the history
  • Loading branch information
Ridel1e committed Oct 1, 2023
1 parent 9614105 commit b831218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/network/cardano/api/rewards/claimRewards.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export const buildClaimTx = (
{
value: [AdaEntry(minAdaRequiredForClaiming)],
data: encodeHex(datum.to_bytes()),
addr: 'addr1q9rua0gdsc8pccwzv3hfzu9r0zse6q5wldwgj8jlgzp8c6htv2s7q83wm746dfje5fw7ge9eswnudrm7az94xgfstq9swffj2r',
addr: 'addr1vx3vcluw7qtulynhzsy4prfdmnjth8w52ejg2qeclsz7argu26gcf',
},
],
changeAddr: settings.address!,
Expand Down

0 comments on commit b831218

Please sign in to comment.