Skip to content

Commit

Permalink
Add PublicNode RPC for Blast (DefiLlama#1134)
Browse files Browse the repository at this point in the history
  • Loading branch information
3eph1r0th authored Jun 6, 2024
1 parent ced2892 commit 3008336
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions constants/extraRpcs.js
Original file line number Diff line number Diff line change
Expand Up @@ -1524,6 +1524,16 @@ export const extraRpcs = {
tracking: "none",
trackingDetails: privacyStatement.Envelop,
},
{
url: "https://blast-rpc.publicnode.com",
tracking: "none",
trackingDetails: privacyStatement.publicnode,
},
{
url: "wss://blast-rpc.publicnode.com",
tracking: "none",
trackingDetails: privacyStatement.publicnode,
},
],
},
204: {
Expand Down

0 comments on commit 3008336

Please sign in to comment.