主页 » 加密新闻
Citron Research 本周稍早也针对 Coinbase 采取了行动。
}
function loadTrinityPlayer(targetWrapper, theme,extras="") {
cleanupPlayer(targetWrapper); // Always clean first ✅
targetWrapper.classList.add('played');
// Create script
const scriptEl = document.createElement("script");
scriptEl.setAttribute("fetchpriority", "high");
scriptEl.setAttribute("charset", "UTF-8");
const scriptURL = new URL(`https://trinitymedia.ai/player/trinity/2900019254/?themeAppearance=${theme}${extras}`);
scriptURL.searchParams.set("pageURL", window.location.href);
scriptEl.src = scriptURL.toString();
// Insert player
const placeholder = targetWrapper.querySelector(".add-before-this");
placeholder.parentNode.insertBefore(scriptEl, placeholder.nextSibling);
}
function getTheme() {
return document.body.classList.contains("dark") ? "dark" : "light";
}
// Initial Load for Desktop
if (window.innerWidth > 768) {
const desktopBtn = document.getElementById("desktopPlayBtn");
if (desktopBtn) {
desktopBtn.addEventListener("click", function () {
const desktopWrapper = document.querySelector(".desktop-player-wrapper.trinity-player-iframe-wrapper");
if (desktopWrapper) loadTrinityPlayer(desktopWrapper, getTheme(),'&autoplay=1′);
});
}
}
// Mobile Button Click
const mobileBtn = document.getElementById("mobilePlayBtn");
if (mobileBtn) {
mobileBtn.addEventListener("click", function () {
const mobileWrapper = document.querySelector(".mobile-player-wrapper.trinity-player-iframe-wrapper");
if (mobileWrapper) loadTrinityPlayer(mobileWrapper, getTheme(),'&autoplay=1′);
});
}
function reInitButton(container,html){
container.innerHTML = " + html;
}
// Theme switcher
const destroyButton = document.getElementById("checkbox");
if (destroyButton) {
destroyButton.addEventListener("click", () => {
setTimeout(() => {
const theme = getTheme();
if (window.innerWidth > 768) {
const desktopWrapper = document.querySelector(".desktop-player-wrapper.trinity-player-iframe-wrapper");
if(desktopWrapper.classList.contains('played')){
loadTrinityPlayer(desktopWrapper, theme,'&autoplay=1′);
}else{
reInitButton(desktopWrapper,'Listen')
const desktopBtn = document.getElementById("desktopPlayBtn");
if (desktopBtn) {
desktopBtn.addEventListener("click", function () {
const desktopWrapper = document.querySelector(".desktop-player-wrapper.trinity-player-iframe-wrapper");
if (desktopWrapper) loadTrinityPlayer(desktopWrapper,theme,'&autoplay=1');
});
}
}
} else {
const mobileWrapper = document.querySelector(".mobile-player-wrapper.trinity-player-iframe-wrapper");
if(mobileWrapper.classList.contains('played')){
loadTrinityPlayer(mobileWrapper, theme,'&autoplay=1′);
}else{
const mobileBtn = document.getElementById("mobilePlayBtn");
if (mobileBtn) {
mobileBtn.addEventListener("click", function () {
const mobileWrapper = document.querySelector(".mobile-player-wrapper.trinity-player-iframe-wrapper");
if (mobileWrapper) loadTrinityPlayer(mobileWrapper,theme,'&autoplay=1′);
});
}
}
}
}, 100);
});
}
})();
使用 AI 总结
使用 AI 总结
知名记者 Eleanor Terrett 今日稍早报导称,如果 Coinbase 不重返谈判桌,特朗普政府正考虑完全撤回对加密货币市场结构法案的支持。
该交易所及其首席执行官指责银行介入并推动改变,以防止或限制用户从稳定币中赚取收益。然而,其他业界专家并不认同。
白宫发出威胁
Terrett 引述一位接近特朗普政府的消息来源表示,白宫期望 Coinbase 带着更合适的协议回来,"满足银行需求并让所有人达成协议"。
她解释说,据报导政府对该交易所周三的"单方面"决定"感到愤怒",因为他们据称事先没有通知。此外,据报白宫称这一举动是对政府和其他加密货币行业的"抽地毯"行为。
该消息来源进一步断言,这"归根结底是特朗普总统的法案,而不是 Brian Armstrong 的"。
回顾一下,Coinbase 在本周稍早撤回支持后,指责银行实施了太多改变,倾向于限制用户从稳定币中赚取收益。首席执行官 Armstrong 概述了当前草案的众多问题,包括:
您可能也喜欢:
– 事实上禁止代币化证券
– DeFi 禁令,赋予政府无限访问您财务记录的权限并剥夺您的隐私权
– 削弱 CFTC 的权威,扼杀创新,并使其从属于 SEC
– 草案修正案将扼杀稳定币奖励,允许银行禁止其竞争对手
破坏法案?
Coinbase 的决定在加密货币行业内外引发了大量争议。虽然一些专家,如 Ripple 的 Brad Garlinghouse,大多保持观望态度,但其他人,如 Citron Research,则直接指责 Armstrong 破坏法案。
他们认为 Coinbase 的官方理由显示出对代币化证券公司竞争的恐惧,因为它寻求从监管清晰度中获益,而不向竞争对手开放大门。
参议院银行委员会推迟了原定于1月15日的法案标记会议,目前尚未设定新日期。
CryptoPotato 读者秘密合作伙伴奖金:使用此链接注册并解锁价值 $1,500 的独家 BingX Exchange 奖励(限时优惠)。
来源: https://cryptopotato.com/crypto-bill-at-risk-white-house-reportedly-furious-with-coinbase/


