Skip to content

Commit

Permalink
Replace moonriver endpoint (#167)
Browse files Browse the repository at this point in the history
* Replace moonriver endpoint

* docs(changeset): Replace moonriver endpoint
  • Loading branch information
imstar15 authored Jul 23, 2024
1 parent 8a00b4a commit bb7c773
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/hungry-bananas-sit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@oak-network/config": patch
---

Replace moonriver endpoint
2 changes: 1 addition & 1 deletion packages/config/src/chains/kusama.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const moonriver = createChain({
isNative: false,
},
],
endpoint: "wss://wss.api.moonriver.moonbeam.network",
endpoint: "wss://moonriver.public.blastapi.io",
family: ChainFamily.moonbeam,
isEthereum: true,
key: "moonriver",
Expand Down

0 comments on commit bb7c773

Please sign in to comment.