Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Rails Network Mainnet & Testnet #5888

Merged
merged 12 commits into from
Sep 23, 2024
25 changes: 25 additions & 0 deletions _data/chains/eip155-24116.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "Amauti",
"title": "Rails Network Testnet Amauti",
"chain": "RAILS",
"icon": "railsTestnet",
"rpc": ["https://testnet.steamexchange.io"],
"faucets": ["https://depot.steamexchange.io/faucet"],
"nativeCurrency": {
"name": "SteamX",
"symbol": "STEAMX",
"decimals": 18
},
"infoURL": "https://steamexchange.io",
"shortName": "railst",
"chainId": 24116,
"networkId": 24116,
"explorers": [
{
"name": "blockscout",
"url": "https://build.steamexchange.io",
"icon": "blockscout",
"standard": "EIP3091"
}
]
}
31 changes: 31 additions & 0 deletions _data/chains/eip155-6278.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "Rails",
"title": "Rails Network Mainnet",
"chain": "RAILS",
"icon": "rails",
"rpc": ["https://mainnet.steamexchange.io"],
"features": [
{ "name": "EIP155" },
{ "name": "EIP1559" },
{ "name": "EIP6551" }
],
"faucets": [],
"nativeCurrency": {
"name": "SteamX",
"symbol": "STEAMX",
"decimals": 18
},
"infoURL": "https://steamexchange.io",
"shortName": "rails",
"chainId": 6278,
"networkId": 6278,
"slip44": 6278,
"explorers": [
{
"name": "blockscout",
"url": "https://explore.steamexchange.io",
"icon": "blockscout",
"standard": "EIP3091"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/rails.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmfDnMYCXc1By1bQ1yiBWVLaYrzdGAXuA8SLTs6yDkLBfM",
"width": 550,
"height": 550,
"format": "png"
}
]
8 changes: 8 additions & 0 deletions _data/icons/railsTestnet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmWsvNvJgnZkiZ1y1VDPfUkSbaWrJVhEMXx7U9vEZx2HZA",
"width": 550,
"height": 550,
"format": "png"
}
]
Binary file not shown.
Binary file not shown.
Loading