diff --git a/_data/chains/eip155-72957.json b/_data/chains/eip155-72957.json new file mode 100644 index 000000000000..9b54ad3dfad7 --- /dev/null +++ b/_data/chains/eip155-72957.json @@ -0,0 +1,25 @@ +{ + "name": "Rayls Mainnet", + "chain": "Rayls", + "icon": "rayls", + "rpc": [ + "https://mainnet-rpc.rayls.com" + ], + "faucets": [], + "nativeCurrency": { + "name": "USD Rayls", + "symbol": "USDr", + "decimals": 18 + }, + "infoURL": "https://rayls.com/", + "shortName": "rayls", + "chainId": 72957, + "networkId": 72957, + "explorers": [ + { + "name": "Rayls Explorer", + "url": "https://mainnet-explorer.rayls.com/", + "standard": "EIP3091" + } + ] +} diff --git a/_data/icons/rayls.json b/_data/icons/rayls.json new file mode 100644 index 000000000000..65c95af90c52 --- /dev/null +++ b/_data/icons/rayls.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmSi6NjcxAmCwyag7De777dc71kty48GiKrbyfph3VeUji", + "width": 256, + "height": 256, + "format": "svg" + } +]