From 8848df44b2c9a5caa20a21c395791d740727ceeb Mon Sep 17 00:00:00 2001 From: Zoran Jaksic Date: Sun, 18 Jun 2023 22:34:02 +0200 Subject: [PATCH] Add Living Assets Mainnet nodes (#535) * add networks of living assets mainnet * add living assets mainnets in chainIds folder --- constants/chainIds.json | 1 + constants/extraRpcs.js | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/constants/chainIds.json b/constants/chainIds.json index 4347dbd0fd..3164fe4b04 100644 --- a/constants/chainIds.json +++ b/constants/chainIds.json @@ -49,6 +49,7 @@ "1234": "step", "1284": "moonbeam", "1285": "moonriver", + "1440": "living assets mainnet", "2000": "dogechain", "2222": "kava", "2332": "soma", diff --git a/constants/extraRpcs.js b/constants/extraRpcs.js index 60f8365a04..8ed93bc09e 100644 --- a/constants/extraRpcs.js +++ b/constants/extraRpcs.js @@ -95,6 +95,8 @@ const privacyStatement = { "With the exclusion of data that will be openly visible and available on the blockchain, MEOWRPC does not track or store any kind of user information (such as location, IP address, etc.) that passes through our RPC. For further details regarding our privacy practices, we encourage you to refer to our Privacy Policy. https://privacy.meowrpc.com", drpc: "We do not ask or store personal information about DRPC users. All information stored in the system doesn't have personal info about the owner of the personal account. We use IP on our public nodes to rate-limiting for service protection against attacks. We do not correlate wallets address's with these IP's, and delete this record 24 hours after last interaction with the system.", + las: + "The Living Assets network does not store any personal data provided by its users. The network solely communicates on-chain signatures generated by web3 compatible wallets. However, it is possible that clients utilizing the network may necessitate supplementary information from their users to fulfill Know Your Customer obligations. In such cases, explicit consent from the users is mandatory, following standard procedures.", }; @@ -1899,6 +1901,20 @@ export const extraRpcs = { rpcs: [], rpcWorking: false, }, + 1440: { + rpcs: [ + { + url: "https://beta.mainnet.livingassets.io/rpc", + tracking: "limited", + trackingDetails: privacyStatement.las, + }, + { + url: "https://gamma.mainnet.livingassets.io/rpc", + tracking: "limited", + trackingDetails: privacyStatement.las, + }, + ], + }, 1618: { rpcs: ["https://send.catechain.com"], },