diff --git a/public/configs/markets.json b/public/configs/markets.json index 22d9461..1a34299 100644 --- a/public/configs/markets.json +++ b/public/configs/markets.json @@ -428,6 +428,13 @@ "whitepaperLink": "https://solana.com/solana-whitepaper.pdf", "coinMarketCapsLink": "https://coinmarketcap.com/currencies/solana/" }, + "STRK-USD": { + "name": "Starknet", + "tags": ["Layer 2"], + "websiteLink": "https://www.starknet.io/en", + "whitepaperLink": "https://docs.starknet.io/documentation/", + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/starknet-token/" + }, "STX-USD": { "name": "Stacks", "tags": ["Layer 2"], diff --git a/public/configs/otherMarketExchangeConfig.json b/public/configs/otherMarketExchangeConfig.json index d824230..0d800ef 100644 --- a/public/configs/otherMarketExchangeConfig.json +++ b/public/configs/otherMarketExchangeConfig.json @@ -513,6 +513,14 @@ { "exchangeName": "Okx", "ticker": "SOL-USDT", "adjustByMarket": "USDT-USD" }, { "exchangeName": "Mexc", "ticker": "SOL_USDT", "adjustByMarket": "USDT-USD" } ], + "STRK": [ + { "exchangeName": "Binance", "ticker": "STRKUSDT", "adjustByMarket": "USDT-USD" }, + { "exchangeName": "Bybit", "ticker": "STRKUSDT", "adjustByMarket": "USDT-USD" }, + { "exchangeName": "Kraken", "ticker": "STRKUSD" }, + { "exchangeName": "Kucoin", "ticker": "STRK-USDT", "adjustByMarket": "USDT-USD" }, + { "exchangeName": "Okx", "ticker": "STRK-USDT", "adjustByMarket": "USDT-USD" }, + { "exchangeName": "Gate", "ticker": "STRK_USDT", "adjustByMarket": "USDT-USD" } + ], "STX": [ { "exchangeName": "Binance", "ticker": "STXUSDT", "adjustByMarket": "USDT-USD" }, { "exchangeName": "Bybit", "ticker": "STXUSDT", "adjustByMarket": "USDT-USD" }, diff --git a/public/configs/otherMarketParameters.json b/public/configs/otherMarketParameters.json index e93bd36..ffbfbce 100644 --- a/public/configs/otherMarketParameters.json +++ b/public/configs/otherMarketParameters.json @@ -968,6 +968,23 @@ "minOrderSize": 1000000, "quantumConversionExponent": -9 }, + { + "baseAsset": "STRK", + "referencePrice": 2.05, + "numOracles": 6, + "liquidityTier": 2, + "assetName": "Starknet", + "p": 0.0, + "atomicResolution": -6.0, + "minExchanges": 3, + "minPriceChangePpm": 4000, + "priceExponent": -9.0, + "stepBaseQuantum": 1000000, + "ticksizeExponent": -3, + "subticksPerTick": 1000000, + "minOrderSize": 1000000, + "quantumConversionExponent": -9 + }, { "baseAsset": "STX", "referencePrice": 1.5144048703611412, diff --git a/public/currencies/strk.png b/public/currencies/strk.png new file mode 100644 index 0000000..0ec5fd1 Binary files /dev/null and b/public/currencies/strk.png differ