diff --git a/_data/chains/eip155-7119.json b/_data/chains/eip155-7119.json new file mode 100644 index 000000000000..f347067dd810 --- /dev/null +++ b/_data/chains/eip155-7119.json @@ -0,0 +1,23 @@ +{ + "name": "Sentrix Chain", + "chain": "Sentrix", + "rpc": ["https://rpc.sentrixchain.com"], + "faucets": [], + "nativeCurrency": { + "name": "Sentrix", + "symbol": "SRX", + "decimals": 18 + }, + "infoURL": "https://sentrixchain.com", + "shortName": "srx", + "chainId": 7119, + "networkId": 7119, + "icon": "sentrix", + "explorers": [ + { + "name": "Sentrix Scan", + "url": "https://scan.sentrixchain.com", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-7120.json b/_data/chains/eip155-7120.json new file mode 100644 index 000000000000..dfba6a29779a --- /dev/null +++ b/_data/chains/eip155-7120.json @@ -0,0 +1,23 @@ +{ + "name": "Sentrix Testnet", + "chain": "Sentrix", + "rpc": ["https://testnet-rpc.sentrixchain.com"], + "faucets": ["https://faucet.sentrixchain.com"], + "nativeCurrency": { + "name": "Sentrix", + "symbol": "SRX", + "decimals": 18 + }, + "infoURL": "https://sentrixchain.com", + "shortName": "srx-testnet", + "chainId": 7120, + "networkId": 7120, + "icon": "sentrix", + "explorers": [ + { + "name": "Sentrix Scan Testnet", + "url": "https://scan-testnet.sentrixchain.com", + "standard": "EIP3091" + } + ] +} diff --git a/_data/icons/sentrix.json b/_data/icons/sentrix.json new file mode 100644 index 000000000000..dfaa985c18b8 --- /dev/null +++ b/_data/icons/sentrix.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmRpzcXkEYAX4p7j7Qy9AdQdFhFH47WpGZKCohKM2DmYdy", + "width": 512, + "height": 512, + "format": "png" + } +]