From 342ec78f742fea25a8d1ba337a86679249f902f7 Mon Sep 17 00:00:00 2001 From: Lust Chain Date: Wed, 17 Jun 2026 22:03:33 -0300 Subject: [PATCH] Add LUST Chain mainnet Add LUST Chain mainnet with chain ID 6923, official RPC, explorer, native currency and icon reference. --- .../additionalChainRegistry/chainid-6923.js | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 constants/additionalChainRegistry/chainid-6923.js diff --git a/constants/additionalChainRegistry/chainid-6923.js b/constants/additionalChainRegistry/chainid-6923.js new file mode 100644 index 0000000000..69c3cea189 --- /dev/null +++ b/constants/additionalChainRegistry/chainid-6923.js @@ -0,0 +1,33 @@ +export const data = { +name: "LUST Chain", +chain: "LUST", +icon: "lust", +rpc: [ +"https://rpc.lustchain.org" +], +faucets: [], +nativeCurrency: { +name: "LUST", +symbol: "LST", +decimals: 18 +}, +features: [ +{ +name: "EIP155" +}, +{ +name: "EIP1559" +} +], +infoURL: "https://lustchain.org/", +shortName: "lust", +chainId: 6923, +networkId: 6923, +explorers: [ +{ +name: "LUST Explorer", +url: "https://explorer.lustchain.org/", +standard: "EIP3091" +} +] +};