mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2026-07-12 07:16:56 +08:00
feat: add Bitget futures trading support
- Add BitgetTrader with full trading implementation - Support one-way position mode with proper API parameters - Add Bitget to all exchange switch statements - Update exchange icons (Bybit, OKX, Bitget, Lighter) - Add Bitget to frontend exchange config modal
This commit is contained in:
@@ -336,7 +336,7 @@ export const translations = {
|
||||
enterUser: 'Enter User',
|
||||
enterSigner: 'Enter Signer Address',
|
||||
enterSecretKey: 'Enter Secret Key',
|
||||
enterPassphrase: 'Enter Passphrase (Required for OKX)',
|
||||
enterPassphrase: 'Enter Passphrase',
|
||||
hyperliquidPrivateKeyDesc:
|
||||
'Hyperliquid uses private key for trading authentication',
|
||||
hyperliquidWalletAddressDesc:
|
||||
@@ -1420,7 +1420,7 @@ export const translations = {
|
||||
enterWalletAddress: '输入钱包地址',
|
||||
enterUser: '输入用户名',
|
||||
enterSigner: '输入签名者地址',
|
||||
enterPassphrase: '输入Passphrase (OKX必填)',
|
||||
enterPassphrase: '输入Passphrase',
|
||||
hyperliquidPrivateKeyDesc: 'Hyperliquid 使用私钥进行交易认证',
|
||||
hyperliquidWalletAddressDesc: '与私钥对应的钱包地址',
|
||||
// Hyperliquid 代理钱包 (新安全模型)
|
||||
|
||||
Reference in New Issue
Block a user