From 293bae434af715591a9b8f5ae5dd7e347b0e8540 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 25 Mar 2026 07:38:10 -0700 Subject: [PATCH] Add BitcoinVN vendor entry Add BitcoinVN (bitcoinvn.io), a cryptocurrency exchange based in Vietnam, to the vendors dataset. --- data/vendors.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/data/vendors.json b/data/vendors.json index 77d85cf14..434a0859d 100644 --- a/data/vendors.json +++ b/data/vendors.json @@ -37107,5 +37107,18 @@ "ru": "CircoFlows", "uk": "CircoFlows" } + }, + { + "code": "bitcoinvn", + "status": "active", + "countries": [ + "VN" + ], + "links": { + "website": "https://bitcoinvn.io" + }, + "name": { + "en": "BitcoinVN" + } } ]