mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-22 02:07:55 +00:00
fix: unify platform wallet for deposit and withdrawal
Changed PLATFORM_WALLET to deposit wallet address (5H18ZZBU...) so both deposit and withdrawal use the same custody wallet.
This commit is contained in:
@@ -48,7 +48,7 @@ function getCorsHeaders(origin: string | null) {
|
||||
}
|
||||
|
||||
// Platform hot wallet address
|
||||
const PLATFORM_WALLET = '5HN6sFM7TbPQazmfhJP1kU8itw7Tb2A9UML8TwSYRwiN9q5Z'
|
||||
const PLATFORM_WALLET = '5H18ZZBU4LwPYbeEZ1JBGvibCU2edhhM8HNUtFi7GgC36CgS'
|
||||
|
||||
// RPC endpoint — defaults to Asset Hub where user balances live
|
||||
const RPC_ENDPOINT = Deno.env.get('RPC_ENDPOINT') || 'wss://asset-hub-rpc.pezkuwichain.io'
|
||||
|
||||
Reference in New Issue
Block a user