Skip to content

Commit

Permalink
Merge pull request #1 from DefiLlama/main
Browse files Browse the repository at this point in the history
Add Living Assets Mainnet nodes (DefiLlama#535)
  • Loading branch information
lucyxliu authored Jun 19, 2023
2 parents ac55929 + 8848df4 commit 7592be9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions constants/chainIds.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"1234": "step",
"1284": "moonbeam",
"1285": "moonriver",
"1440": "living assets mainnet",
"2000": "dogechain",
"2222": "kava",
"2332": "soma",
Expand Down
16 changes: 16 additions & 0 deletions constants/extraRpcs.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.",

};

Expand Down Expand Up @@ -1914,6 +1916,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"],
},
Expand Down

0 comments on commit 7592be9

Please sign in to comment.