We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cd3a88 commit a25de63Copy full SHA for a25de63
1 file changed
src/constants/developers.ts
@@ -96,10 +96,7 @@ export const DEVELOPERS_PAGE_CONTENT = {
96
},
97
{
98
provider: "Dotters",
99
- urls: [
100
- "wss://asset-hub-paseo.dotters.network",
101
- "https://eth-asset-hub-paseo.dotters.network",
102
- ],
+ urls: ["wss://asset-hub-paseo.dotters.network"],
103
104
105
provider: "Stakeworld",
@@ -165,6 +162,20 @@ export const DEVELOPERS_PAGE_CONTENT = {
165
162
166
163
],
167
164
+ {
+ name: "Eth Asset Hub",
+ 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
179
180
181
} as const satisfies DevelopersPageContent;
0 commit comments