Changeset View
Changeset View
Standalone View
Standalone View
apps/ecash-herald/constants/senders.ts
| // Copyright (c) 2024 The Bitcoin developers | // Copyright (c) 2024 The Bitcoin developers | ||||
| // Distributed under the MIT software license, see the accompanying | // Distributed under the MIT software license, see the accompanying | ||||
| // file COPYING or http://www.opensource.org/licenses/mit-license.php. | // file COPYING or http://www.opensource.org/licenses/mit-license.php. | ||||
| export const BINANCE_OUTPUTSCRIPT = | export const BINANCE_OUTPUTSCRIPT = | ||||
| '76a914231f7087937684790d1049294f3aef9cfb7b05dd88ac'; | '76a914231f7087937684790d1049294f3aef9cfb7b05dd88ac'; | ||||
| export const COINEX_OUTPUTSCRIPT = | |||||
| '76a9144e769ab920efff63715004e92739e7735343291d88ac'; | |||||
| export const TOKEN_SERVER_OUTPUTSCRIPT = | export const TOKEN_SERVER_OUTPUTSCRIPT = | ||||
| '76a914821407ac2993f8684227004f4086082f3f801da788ac'; | '76a914821407ac2993f8684227004f4086082f3f801da788ac'; | ||||