chainlist-rpcs 0.5.252 → 0.5.253

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7932,6 +7932,7 @@ export const extraRpcs = {
7932
7932
  tracking: "yes",
7933
7933
  trackingDetails: privacyStatement.tatum,
7934
7934
  },
7935
+ "https://rpc-testnet.monadinfra.com",
7935
7936
  ],
7936
7937
  },
7937
7938
  80094: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chainlist-rpcs",
3
- "version": "0.5.252",
3
+ "version": "0.5.253",
4
4
  "type": "module",
5
5
  "description": "Wrapper around the rpcs as published by DefiLlama/chainlist.",
6
6
  "main": "app.js",