Skip to content

Commit 70490ad

Browse files
authored
feat: Update Paseo network RPC endpoints (#112)
Replaces IBP Network RPC endpoints with Zondax for various Paseo networks, including Relay Chain, Asset Hub, Bridge Hub, Coretime, and People. Adds Zondax as a new provider for Collectives. Removes the IBP endpoint for Ethereum Asset Hub Paseo.
1 parent 35a8565 commit 70490ad

1 file changed

Lines changed: 16 additions & 13 deletions

File tree

src/constants/developers.ts

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,10 @@ export const DEVELOPERS_PAGE_CONTENT = {
7575
name: "Paseo Relay Chain",
7676
network: "paseo",
7777
endpoints: [
78-
{ provider: "IBP Network", urls: ["wss://rpc.ibp.network/paseo"] },
78+
{
79+
provider: "Zondax",
80+
urls: ["https://api.zondax.ch/pas/relay/node/rpc"],
81+
},
7982
{ provider: "Dwellir", urls: ["wss://paseo-rpc.n.dwellir.com"] },
8083
{ provider: "Dotters", urls: ["wss://paseo.dotters.network"] },
8184
{ provider: "Amforc", urls: ["wss://paseo.rpc.amforc.com"] },
@@ -87,8 +90,8 @@ export const DEVELOPERS_PAGE_CONTENT = {
8790
network: "asset-hub",
8891
endpoints: [
8992
{
90-
provider: "IBP Network",
91-
urls: ["wss://sys.ibp.network/asset-hub-paseo"],
93+
provider: "Zondax",
94+
urls: ["https://api.zondax.ch/pas/assethub/node/rpc"],
9295
},
9396
{
9497
provider: "Dwellir",
@@ -113,8 +116,8 @@ export const DEVELOPERS_PAGE_CONTENT = {
113116
network: "bridge-hub",
114117
endpoints: [
115118
{
116-
provider: "IBP Network",
117-
urls: ["wss://sys.ibp.network/bridgehub-paseo"],
119+
provider: "Zondax",
120+
urls: ["https://api.zondax.ch/pas/bridgehub/node/rpc"],
118121
},
119122
{
120123
provider: "Dotters",
@@ -127,8 +130,8 @@ export const DEVELOPERS_PAGE_CONTENT = {
127130
network: "coretime",
128131
endpoints: [
129132
{
130-
provider: "IBP Network",
131-
urls: ["wss://sys.ibp.network/coretime-paseo"],
133+
provider: "Zondax",
134+
urls: ["https://api.zondax.ch/pas/coretime/node/rpc"],
132135
},
133136
{
134137
provider: "Dotters",
@@ -141,8 +144,8 @@ export const DEVELOPERS_PAGE_CONTENT = {
141144
network: "people",
142145
endpoints: [
143146
{
144-
provider: "IBP Network",
145-
urls: ["wss://sys.ibp.network/people-paseo"],
147+
provider: "Zondax",
148+
urls: ["https://api.zondax.ch/pas/people/node/rpc"],
146149
},
147150
{ provider: "Dotters", urls: ["wss://people-paseo.dotters.network"] },
148151
{ provider: "Amforc", urls: ["wss://people-paseo.rpc.amforc.com"] },
@@ -152,6 +155,10 @@ export const DEVELOPERS_PAGE_CONTENT = {
152155
name: "Collectives",
153156
network: "collectives",
154157
endpoints: [
158+
{
159+
provider: "Zondax",
160+
urls: ["https://api.zondax.ch/pas/collectives/node/rpc"],
161+
},
155162
{
156163
provider: "Dotters",
157164
urls: ["wss://collectives-paseo.dotters.network"],
@@ -174,10 +181,6 @@ export const DEVELOPERS_PAGE_CONTENT = {
174181
provider: "Polkadot Hub",
175182
urls: ["https://services.polkadothub-rpc.com/testnet"],
176183
},
177-
{
178-
provider: "IBP",
179-
urls: ["http://eth-asset-hub-paseo.ibp.network/"],
180-
},
181184
{
182185
provider: "Polkadot",
183186
urls: ["https://eth-rpc-testnet.polkadot.io/"],

0 commit comments

Comments
 (0)