Gate.io 即将上线 BRC20/Ordinals 项目 $sats (SATS)…

[//]:content-type-MARKDOWN-DONOT-DELETE
Gate.io将于近期开启 $sats (SATS)交易,交易开启时间另行公告

简介 :
SATS是Satoshis的简称,Bitcoin的最小单位
1个Satoshi (SATS)等于0.00000001 BTC
Read-Digital world的数字货币

代币符号:SATS
官网:https://unisat.io/brc20/sats

充值开始时间:2023年11月8日 17:00 PM UTC+8
交易开始时间:流动性满足时开启交易

加密貨幣之門
在Gate.io,安全,快捷,輕鬆交易超過1400種加密貨幣

新用户请点击注册Gate.io。老用户推荐他人注册,获得40%佣金!
点击立刻下载iOS/Android版App

Gate.io社群
Twitter:https://twitter.com/gate_io
GateVIP Twitter:https://twitter.com/Gateio_Inst
Telegram:https://t.me/gate_zh
API Telegram:https://t.me/gateioapi
Instagram:https://www.instagram.com/gateioglobal/
Medium:https://gateio.medium.com/

Gate.io
2023年11月8日

.snsshare_brand{display: inline-flex;align-items: center;border-radius: 8px;overflow: hidden;}
.snsshare_brand a{text-decoration-line: none;background: var(–color-bg-1);box-sizing: border-box;display: flex;align-items: center;justify-content: center;width: 72px;height: 64px;}
.snsshare_brand a:hover{background: var(–brandColor);}
.snsshare_brand a svg{width: 24px;height: 24px;}
.snsshare_brand a svg path{fill: var(–color-text-1);}
.snsshare_brand a:hover svg path{fill: #FFF;}

share_url="https://www.gateio.ws";

$(function () {
const { inApp, inIos, inAndroid } = getTerminalType()
if(inApp){
$('.snsshare_brand_item').on('click', function (e) {
e.stopPropagation()
e.preventDefault();
let hrefItem = location.href,
textItem = document.title.substring(0,76)
if (inAndroid) {
window.gateio.shareNative(JSON.stringify({ image: '', title: (shareTitle || ''), text: textItem + hrefItem }));
} else if (inIos) {
window.webkit.messageHandlers.shareUrl.postMessage(JSON.stringify({ webUrl: hrefItem, webTitle: (shareTitle || '') }));
}
})
}
})