diff --git a/_data/chains/eip155-42.json b/_data/chains/eip155-42.json index 6384e628c11e..77f10fc99eca 100644 --- a/_data/chains/eip155-42.json +++ b/_data/chains/eip155-42.json @@ -3,6 +3,8 @@ "chain": "LUKSO", "icon": "lukso", "rpc": [ + "https://42.rpc.thirdweb.com", + "https://rpc.lukso.sigmacore.io", "https://rpc.mainnet.lukso.network", "wss://ws-rpc.mainnet.lukso.network" ], @@ -14,8 +16,8 @@ }, "explorers": [ { - "name": "Blockscout", - "url": "https://explorer.execution.mainnet.lukso.network", + "name": "LUKSO Execution Explorer", + "url": "https://explorer.lukso.network", "standard": "EIP3091" } ], diff --git a/_data/chains/eip155-4201.json b/_data/chains/eip155-4201.json index 2a521e07b637..106e1fac34d7 100644 --- a/_data/chains/eip155-4201.json +++ b/_data/chains/eip155-4201.json @@ -1,7 +1,7 @@ { "name": "LUKSO Testnet", "chain": "LUKSO Testnet", - "icon": "lukso", + "icon": "lukso-testnet", "rpc": [ "https://rpc.testnet.lukso.network", "wss://ws-rpc.testnet.lukso.network" @@ -14,9 +14,9 @@ }, "explorers": [ { - "name": "Blockscout", + "name": "LUKSO Testnet Execution Explorer", "url": "https://explorer.execution.testnet.lukso.network", - "standard": "none" + "standard": "EIP3091" } ], "infoURL": "https://lukso.network", diff --git a/_data/icons/lukso-testnet.json b/_data/icons/lukso-testnet.json new file mode 100644 index 000000000000..34ac967efe9a --- /dev/null +++ b/_data/icons/lukso-testnet.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreih5ws7esaru5k4crjekr3d27jbjmikjtxwswu7r34yofyzqywiadi", + "width": 512, + "height": 512, + "format": "svg" + } +] diff --git a/_data/icons/lukso.json b/_data/icons/lukso.json index 420754893f47..e1d57cc4bf8b 100644 --- a/_data/icons/lukso.json +++ b/_data/icons/lukso.json @@ -1,8 +1,8 @@ [ { - "url": "ipfs://Qmeg9sFF5tAGi6MCx7YjtVHW6a23zqvHRK1xwzSdp9iE7z", + "url": "ipfs://bafkreid3bbfc4jgzcurebnn6vwjcp6gxwewqpjep4nouqkq4k4jlmsldpy", "width": 512, "height": 512, - "format": "png" + "format": "svg" } ]