diff --git a/_data/chains/eip155-1409.json b/_data/chains/eip155-1409.json new file mode 100644 index 000000000000..777ddf6fb199 --- /dev/null +++ b/_data/chains/eip155-1409.json @@ -0,0 +1,23 @@ +{ + "name": "Rey Scan", + "chain": "REY", + "icon": "reyscan", + "rpc": ["https://rpc.reyscan.io"], + "faucets": [], + "nativeCurrency": { + "name": "Rey", + "symbol": "REY", + "decimals": 18 + }, + "infoURL": "https://reyscan.io", + "shortName": "REY", + "chainId": 1409, + "networkId": 1409, + "explorers": [ + { + "name": "blockscout", + "url": "https://reyscan.io", + "standard": "none" + } + ] +} diff --git a/_data/icons/reyscan.json b/_data/icons/reyscan.json new file mode 100644 index 000000000000..bc42e62c567d --- /dev/null +++ b/_data/icons/reyscan.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmRDb9ALMPGppPeuqmJj4hi6FufmEr37KytQZgtRyZrmiE", + "width": 54, + "height": 53, + "format": "png" + } +] diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 000000000000..3a0a0e61578d --- /dev/null +++ b/package-lock.json @@ -0,0 +1,10 @@ +{ + "name": "@ethereum-lists/chains", + "lockfileVersion": 2, + "requires": true, + "packages": { + "": { + "name": "@ethereum-lists/chains" + } + } +}