We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c398259 commit 8a61509Copy full SHA for 8a61509
constants/additionalChainRegistry/chainid-250225.js
@@ -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
22
23
+ ],
24
+};
0 commit comments