Skip to content

Commit df95751

Browse files
authored
fix extra + add tacchain (#1766)
1 parent a8d2583 commit df95751

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
export const data = {
2+
"name": "TAC Mainnet",
3+
"title": "TAC Mainnet",
4+
"chain": "TAC",
5+
"icon": "tac",
6+
"rpc": [
7+
"https://rpc.tac.build",
8+
"https://rpc.ankr.com/tac",
9+
"https://ws.rpc.tac.build"
10+
],
11+
"faucets": [],
12+
"nativeCurrency": {
13+
"name": "TAC",
14+
"symbol": "TAC",
15+
"decimals": 18
16+
},
17+
"infoURL": "https://tac.build/",
18+
"shortName": "tacchain",
19+
"slip44": 60,
20+
"chainId": 239,
21+
"networkId": 239,
22+
"explorers": [
23+
{
24+
"name": "TAC Explorer",
25+
"url": "https://explorer.tac.build",
26+
"standard": "EIP3091"
27+
},
28+
{
29+
"name": "Blockscout",
30+
"url": "https://tac.blockscout.com",
31+
"standard": "EIP3091"
32+
}
33+
]
34+
}

constants/extraRpcs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ const privacyStatement = {
198198
Spectrum:
199199
"At SpectrumNodes.com, we collect and process personal information to deliver, secure, and improve our RPC services, and we do so only with a valid legal basis such as your consent or to fulfill contractual obligations. We do not process sensitive personal data, sell user information, or collect from third parties, and we employ strong technical safeguards to protect your privacy. Users have rights to access, correct, or delete their data, and can contact us anytime at [email protected] or https://spectrumnodes.com/contact",
200200
STAKEME:
201-
"We do not collect or store personal request data or request origins. To ensure the functionality of our services, such as load balancing and DDoS protection, we temporarily $
201+
"We do not collect or store personal request data or request origins. To ensure the functionality of our services, such as load balancing and DDoS protection, we temporarily $"
202202
};
203203

204204
export const extraRpcs = {

0 commit comments

Comments
 (0)