Skip to content

Commit 8a61509

Browse files
add sintrop network (#2183)
1 parent c398259 commit 8a61509

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
export const data = {
2+
name: "Sintrop Impact Blockchain",
3+
chain: "SINTROP",
4+
rpc: ["https://rpc.sintrop.com"],
5+
faucets: [],
6+
nativeCurrency: {
7+
name: "Sintrop",
8+
symbol: "SIN",
9+
decimals: 18,
10+
},
11+
features: [{ name: "EIP155" }, { name: "EIP1559" }],
12+
infoURL: "https://sintrop.com",
13+
shortName: "sin",
14+
chainId: 250225,
15+
networkId: 250225,
16+
icon: "https://www.sintrop.com/assets/images/icon-chain.png",
17+
explorers: [
18+
{
19+
name: "Sintrop Explorer",
20+
url: "https://explorer.sintrop.com",
21+
icon: "https://www.sintrop.com/assets/images/icon-chain.png",
22+
},
23+
],
24+
};

0 commit comments

Comments
 (0)