diff --git a/_data/chains/eip155-2110.json b/_data/chains/eip155-2110.json new file mode 100644 index 000000000000..9ce389b59fc3 --- /dev/null +++ b/_data/chains/eip155-2110.json @@ -0,0 +1,25 @@ +{ + "name": "Parallax", + "chain": "PARALLAX", + "icon": "parallax", + "rpc": ["https://rpc.parallaxchain.org"], + "features": [{ "name": "EIP155" }], + "faucets": [], + "nativeCurrency": { + "name": "Parallax", + "symbol": "LAX", + "decimals": 18 + }, + "infoURL": "https://parallaxchain.org", + "shortName": "parallax", + "chainId": 2110, + "networkId": 2110, + "explorers": [ + { + "name": "blockscout", + "url": "https://explorer.parallaxchain.org", + "icon": "parallax", + "standard": "EIP3091" + } + ] +} diff --git a/_data/icons/parallax.json b/_data/icons/parallax.json new file mode 100644 index 000000000000..d8cb4654a2f3 --- /dev/null +++ b/_data/icons/parallax.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreihgx3b3ssn6rvexmewwzespklkeuu32fojbxxlswrdzvwltmpako4", + "width": 512, + "height": 512, + "format": "svg" + } +]