gate.io下载

GATE.IO芝麻开门交易所

注册可领空投、百分百获得新币空投,每月可得50-600U

点击注册

更多交易所入口

一站式注册各大交易所、点击进入加密世界、永不失联,币安Binance/欧易OKX/抹茶MEXC/火币Huobi入口

点击进入

Gate.io 关于支持 LavaSwap(LAVA)更名的公告…

[//]:content-type-MARKDOWN-DONOT-DELETE
Gate.io 将支持LavaSwap(LAVA)更名为LavaSwap(LAVASWAP)。 Gate.io 计划于2023年11月12日 14:00(UTC+8)实施LavaSwap(LAVA)向LavaSwap(LAVASWAP)的更名。届时, Gate.io 将会下线LavaSwap(LAVA)的充值、提现和交易业务,包括现货交易,量化网格,流动性挖矿。更名完成后,LavaSwap(LAVA)将以新的代币符号LAVASWAP重新上线。

**Gate.io 将采取以下步骤进行更名:**
1) Gate.io 将于2023年11月12日 14:00(UTC+8)暂停LavaSwap(LAVA)的充提和交易服务,包括现货交易,量化网格,流动性挖矿。
2)如有正在执行的量化交易策略, 请提前调整策略。 否则会在2023年11月12日 14:00(UTC+8)前强制停止。
3)如有为LavaSwap(LAVA)在流动性挖矿中提供流动性的用戶,请务必提前提取,否则将在2023年11月12日 14:00(UTC+8)前进行自动赎回。

此次仅仅是更名,并没有任何的区块链置换。
对于Gate.io 平台上的用户, 您无需进行任何操作。如果您希望您的LavaSwap(LAVA)在Gate.io 上进行相关的更名, 请充值LavaSwap(LAVA)到Gate.io。

LAVA充值地址:https://www.gate.io/zh/myaccount/deposit/LAVA
LAVA 交易地址:https://www.gate.io/trade/LAVA_USDT

加密貨幣之門
在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月10日

.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 || '') }));
}
})
}
})