diff --git a/constants/additionalChainRegistry/chainid-2110.js b/constants/additionalChainRegistry/chainid-2110.js new file mode 100644 index 0000000000..5ad1d9e02d --- /dev/null +++ b/constants/additionalChainRegistry/chainid-2110.js @@ -0,0 +1,23 @@ +export const data = { + name: "Parallax", + chain: "PARALLAX", + rpc: [ + "https://rpc.parallaxchain.org", + ], + features: [{ name: "EIP155" }], + faucets: [], + nativeCurrency: { + name: "Parallax", + symbol: "LAX", + decimals: 18, + }, + icon: "parallaxchain", + infoURL: "https://parallaxchain.org", + shortName: "parallax", + chainId: 2110, + networkId: 2110, + explorers: [{ + name: "Parallax Blockscout", + url: "https://explorer.parallaxchain.org", + }] +};