|
|
@ -8,6 +8,7 @@ def inject_site_meta(request):
|
|
|
|
'name': settings.SITE_NAME,
|
|
|
|
'name': settings.SITE_NAME,
|
|
|
|
'escrow_period': settings.ESCROW_PERIOD_DAYS,
|
|
|
|
'escrow_period': settings.ESCROW_PERIOD_DAYS,
|
|
|
|
'tip_address': settings.TIP_WALLET_ADDRESS,
|
|
|
|
'tip_address': settings.TIP_WALLET_ADDRESS,
|
|
|
|
'platform_address': settings.PLATFORM_WALLET_ADDRESS
|
|
|
|
'platform_address': settings.PLATFORM_WALLET_ADDRESS,
|
|
|
|
|
|
|
|
'block_confirmations': settings.BLOCK_CONFIRMATIONS_RCV
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|