Skip to content

Commit a25de63

Browse files
authored
Create a new box only for paseo eth RPCs (#30)
* Create a new box only for paseo eth RPCs * Adds Osplayer Polkadot Hub to dev endpoints * Move rpc to eth rpcs
1 parent 5cd3a88 commit a25de63

1 file changed

Lines changed: 15 additions & 4 deletions

File tree

src/constants/developers.ts

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,7 @@ export const DEVELOPERS_PAGE_CONTENT = {
9696
},
9797
{
9898
provider: "Dotters",
99-
urls: [
100-
"wss://asset-hub-paseo.dotters.network",
101-
"https://eth-asset-hub-paseo.dotters.network",
102-
],
99+
urls: ["wss://asset-hub-paseo.dotters.network"],
103100
},
104101
{
105102
provider: "Stakeworld",
@@ -165,6 +162,20 @@ export const DEVELOPERS_PAGE_CONTENT = {
165162
},
166163
],
167164
},
165+
{
166+
name: "Eth Asset Hub",
167+
network: "eth-asset-hub",
168+
endpoints: [
169+
{
170+
provider: "Dotters",
171+
urls: ["https://eth-asset-hub-paseo.dotters.network"],
172+
},
173+
{
174+
provider: "Polkadot Hub",
175+
urls: ["https://services.polkadothub-rpc.com/testnet"],
176+
},
177+
],
178+
},
168179
],
169180
},
170181
} as const satisfies DevelopersPageContent;

0 commit comments

Comments
 (0)