Skip to content

Commit 04ab224

Browse files
authored
Merge pull request #56 from Zondax/dev
Add rpc endpoints (#55)
2 parents 5f04696 + a69ab0c commit 04ab224

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/constants/developers.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,14 @@ export const DEVELOPERS_PAGE_CONTENT = {
174174
provider: "Polkadot Hub",
175175
urls: ["https://services.polkadothub-rpc.com/testnet"],
176176
},
177+
{
178+
provider: "IBP",
179+
urls: ["http://eth-asset-hub-paseo.ibp.network/"],
180+
},
181+
{
182+
provider: "Polkadot",
183+
urls: ["https://eth-rpc-testnet.polkadot.io/"],
184+
},
177185
],
178186
},
179187
],

0 commit comments

Comments
 (0)