Skip to content

Commit cdcb9aa

Browse files
committed
🤖 Import updated chainlist rpcs
1 parent adea24c commit cdcb9aa

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

constants/extraRpcs.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,8 @@ const privacyStatement = {
235235
"Huginn Tech is a community-focused blockchain infrastructure provider offering node services, RPC endpoints, custom tools for blockchains. We do not collect, store, or track any user information (IP addresses, locations, etc.) through our RPC endpoints. For more information, visit https://huginn.tech/privacy",
236236
hgraph:
237237
"When you interact with our Site, our servers automatically collect certain technical information to help us operate, maintain, and improve our services. This information may include details such as your device identifier, IP address, browser type, operating system, and the date and time of your visit. https://hgraph.com/privacy",
238+
mirasmanda:
239+
"Mirasmanda RPC does not collect or store any personally identifiable information (PII), including IP addresses, wallet addresses, or request metadata. The only data recorded on our infrastructure is what is publicly available on the blockchain. No user data is shared with third parties. For more information, visit https://asterium.uz",
238240
};
239241

240242
export const extraRpcs = {
@@ -9669,6 +9671,15 @@ export const extraRpcs = {
96699671
},
96709672
],
96719673
},
9674+
1213549903: {
9675+
rpcs: [
9676+
{
9677+
url: "https://rpc.evm.mirasmanda.uz",
9678+
tracking: "none",
9679+
trackingDetails: privacyStatement.mirasmanda,
9680+
},
9681+
],
9682+
},
96729683
};
96739684

96749685
const allExtraRpcs = mergeDeep(llamaNodesRpcs, extraRpcs);

0 commit comments

Comments
 (0)