Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting to manually tell Apps to use ethereum-style accounts and signatures #9632

Closed
2 of 10 tasks
JoshOrndorff opened this issue Jun 25, 2023 · 4 comments · Fixed by #9694
Closed
2 of 10 tasks

Setting to manually tell Apps to use ethereum-style accounts and signatures #9632

JoshOrndorff opened this issue Jun 25, 2023 · 4 comments · Fixed by #9694
Assignees

Comments

@JoshOrndorff
Copy link
Contributor

  • I'm submitting a ...
  • Bug report
  • Feature request
  • Support request
  • Other
  • What is the current behavior and expected behavior?

Currently, Apps determines whether to use Ethereum style accounts and signatures by comparing the chain's spec name to a hard-coded list in

// The list of Ethereum networks, for these the UI will default to Ethereum-only accounts

When users are developing chains and first try to switch to Ethereum-style signatures, they regularly become stuck at this step because Apps, the standard manual testing tool, can no longer produce valid signatures. I personally got stuck here, and you can see this question is already asked in stack exchange https://substrate.stackexchange.com/questions/9016/troubleshooting-polkadot-js-recognition-of-prefunded-dev-accounts-on-a-network-u

Ideally, there would be some way that a user could manually tell Apps to use the ethereum style accounts and signatures. For example it could be a checkbox, or require entering some manual types like in the old days.

  • What is the motivation for changing the behavior?

The motivation is that users regularly get confused and stuck when exploring AccountId20 compatibility, and it would be nice to point them to a simple setting to make the UI work for them.

  • Please tell us about your environment:
  • Version:

  • Environment:

    • Node.js
    • Browser
    • Other (limited support for other environments)
  • Language:

    • JavaScript
    • TypeScript (include tsc --version)
    • Other
@jacogr
Copy link
Member

jacogr commented Jun 27, 2023

The issue is as follows -

  • these settings only get applied on API connection
  • so it will have to be saved and applied on reload of the app
  • this means that any chain connected to would get the same settings applied

Basically this means support overhead since developers will forget (like they used to with types) and then have a non-working "normal" environment. And what happens then if they "forget" what they did and log issues, which east up time here.

With the above, this is not something that will make it into the queue of enhancements, but I'm willing to look at PRs. (No promises that it will be merged, but willing to look at the impact, even if it has a very low probability of being accepted)

@JoshOrndorff
Copy link
Contributor Author

JoshOrndorff commented Jun 27, 2023

support overhead ... developers will forget ... and log issues

Great points. I get what you mean. How do you like this design?

Ethereum signatures are enabled only when the spec name matches the hard-coded list, or a specific url parameter is passed. For example https://polkadot.js.org/apps/?keyring-type=ethereum. The setting is not saved or re-applied, so a simple return to the canonical url will restore the normal environment to working order.

If this design sounds agreeable, I'll try out a PR. If not, I get it, and feel free to close this issue.

@jacogr
Copy link
Member

jacogr commented Jun 28, 2023

That actually sounds perfect.

@polkadot-js-bot
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue if you think you have a related problem or query.

@polkadot-js polkadot-js locked as resolved and limited conversation to collaborators Dec 19, 2023
kroos47 added a commit to availproject/avail-apps that referenced this issue Mar 15, 2024
* [CI Skip] bump/beta 0.133.2-5-x

skip-checks: true

* Added LuckyFriday's Acala node (polkadot-js#10063)

* Added LuckyFriday's Acala node

* Fixing lint mistake

* Lint fix

* Lint fix :(

* Lint fix take..10? I must be sleepy

* [CI Skip] bump/beta 0.133.2-6-x

skip-checks: true

* Adding LuckyFriday's Karura wss node (polkadot-js#10064)

* [CI Skip] bump/beta 0.133.2-7-x

skip-checks: true

* Add rococo coretime parachain rpc (polkadot-js#10069)

* Add rococo coretime parachain

* fix tests

* [CI Skip] bump/beta 0.133.2-8-x

skip-checks: true

* Add masverse node (polkadot-js#10066)

* [CI Skip] bump/beta 0.133.2-9-x

skip-checks: true

* Disable RadiumBlock assethub endpoints for kusama and polkadot  (polkadot-js#10076)

* Update productionRelayKusama.ts

Disabling RadiumBlock kusama assethub endpoint

* Update productionRelayPolkadot.ts

Disabling RadiumBlock polkadot assethub

* Update productionRelayKusama.ts

* Update productionRelayPolkadot.ts

* [CI Skip] bump/beta 0.133.2-10-x

skip-checks: true

* Removing Kapex RPC for Dwellir | Update productionRelayPolkadot.ts (polkadot-js#10074)

* [CI Skip] bump/beta 0.133.2-11-x

skip-checks: true

* chore: Remove Phala PoC5 since it going to take down (polkadot-js#10082)

* [CI Skip] bump/beta 0.133.2-12-x

skip-checks: true

* Update Litentry rococo-parachain endpoint (polkadot-js#10086)

* [CI Skip] bump/beta 0.133.2-13-x

skip-checks: true

* Update vara logo (polkadot-js#10084)

* update vara logo

* fix lint

---------

Co-authored-by: Jaco <jacogr@gmail.com>

* [CI Skip] bump/beta 0.133.2-14-x

skip-checks: true

* update @frequency/api-augment to v1.9.0 (polkadot-js#10062)

* [CI Skip] bump/beta 0.133.2-15-x

skip-checks: true

* fix: update kodadot link & logo (polkadot-js#10060)

* fix: update kodadot link & logo

* 🔧 lint kodadot chains

* [CI Skip] bump/beta 0.133.2-16-x

skip-checks: true

* Fix typos (polkadot-js#10014)

* [CI Skip] bump/beta 0.133.2-17-x

skip-checks: true

* update overrides (polkadot-js#10090)

* [CI Skip] bump/beta 0.133.2-18-x

skip-checks: true

* Change ethereum icons based on URL; Fixes polkadot-js#9632 (polkadot-js#9694)

* [CI Skip] bump/beta 0.133.2-19-x

skip-checks: true

* Disable unreachable endpoints (polkadot-js#10092)

* [CI Skip] bump/beta 0.133.2-20-x

skip-checks: true

* Fix transfer button disappearance (polkadot-js#10081)

* fix: removed transfer call in polkadot v1.2 causing button disappearance

* fix: fallback to transfer call

* [CI Skip] bump/beta 0.133.2-21-x

skip-checks: true

* Add Vara Testnet (polkadot-js#10098)

* change prc endpoint

* add vara testnet

* [CI Skip] bump/beta 0.133.2-22-x

skip-checks: true

* Fix make transfer example (polkadot-js#10094)

* [CI Skip] bump/beta 0.133.2-23-x

skip-checks: true

* Ternoa websocket (polkadot-js#10096)

* Ternoa websocket

* Update packages/apps-config/src/endpoints/production.ts

---------

Co-authored-by: Jaco <jacogr@gmail.com>

* [CI Skip] bump/beta 0.133.2-24-x

skip-checks: true

* Bump berry, bump deps (polkadot-js#10104)

* Bump berry, bump deps

* Adjust routing types

* [CI Skip] bump/beta 0.133.2-25-x

skip-checks: true

* fix Expected object keys to be in ascending order (polkadot-js#10102)

* add onfinality endpoint for polkadot and kusama

* add polkadex-parachain and get polkadot-js new version

* Add Moonbeam , Moonriver, Moonbase Alpha back to Polkadot.js

* fix Expected object keys to be in ascending order. 'Moonbeam Foundation' should be before 'OnFinality'

---------

Co-authored-by: ian.he <ian@onfinality.io>
Co-authored-by: jiajing.chen <jiajing.chen@onfinality.io>

* [CI Skip] bump/beta 0.133.2-26-x

skip-checks: true

* Disable unreachable endpoints (polkadot-js#10105)

* [CI Skip] bump/beta 0.133.2-27-x

skip-checks: true

* Bump polkadot-js deps (polkadot-js#10106)

* Bump polkadot-js deps

* Adjust (now optional) maxNominatorRewardedPerValidator usage

* Adjust usePreimage usage to align with latest Substrate

* Adjust unclaimed rewards retrieval

* Adjust StakingLedger import

* Adjust hooks for getLegacyRewards

* Adjust StakingLedger imports

* [CI Skip] bump/beta 0.133.2-28-x

skip-checks: true

* Get isEthereum from chain properties (polkadot-js#9667)

* Get isEthereum from chain properties

* Set isEthereum in registry

* Update with latest api changes

* Lint

* [CI Skip] bump/beta 0.133.2-29-x

skip-checks: true

* Disable staking for unknown rewards handling (polkadot-js#10108)

* Disable staking for unknown rewards handling

* claimedRewards

* Adjust

* Remove unused import

* No need for ?. protect

* [CI Skip] bump/beta 0.133.2-30-x

skip-checks: true

* Octopus Provider for Myriad and Debio (polkadot-js#10110)

* Update production.ts

* Update testing.ts

* Update packages/apps-config/src/endpoints/testing.ts

---------

Co-authored-by: Jaco <jacogr@gmail.com>

* [CI Skip] bump/beta 0.133.2-31-x

skip-checks: true

* Disable unreachable endpoints (polkadot-js#10111)

* [CI Skip] bump/beta 0.133.2-32-x

skip-checks: true

* Bump 3rdparty deps (polkadot-js#10114)

* Bump 3rdparty deps

* Bump additional

* [CI Skip] bump/beta 0.133.2-33-x

skip-checks: true

* Disable claims (non-working) (polkadot-js#10116)

* Disable claims (non-working)

* Disable on no buffer

* [CI Skip] bump/beta 0.133.2-34-x

skip-checks: true

* Add VTB Network Mainnet (polkadot-js#10117)

* [CI Skip] bump/beta 0.133.2-35-x

skip-checks: true

* Disable unreachable endpoints (polkadot-js#10119)

* [CI Skip] bump/beta 0.133.2-36-x

skip-checks: true

* 2024 (polkadot-js#10152)

* [CI Skip] bump/beta 0.133.2-37-x

skip-checks: true

* Add public RPC endpoint for Energy Web X (polkadot-js#10121)

* [CI Skip] bump/beta 0.133.2-38-x

skip-checks: true

* typo fix (polkadot-js#10123)

* [CI Skip] bump/beta 0.133.2-39-x

skip-checks: true

* reenable nodes (polkadot-js#10125)

Co-authored-by: Alex D <pr0fedt@gmail.com>

* [CI Skip] bump/beta 0.133.2-40-x

skip-checks: true

* Add Polimec Network  (polkadot-js#10137)

* add polimec network endpoint and spec

* change provider name

* Update parallel rpc (polkadot-js#10138)

* Update productionRelayPolkadot.ts (polkadot-js#10143)

Remove Dwellir as a provider temporarily

* Adding RadiumBlock as Shiden Endpoint provider (polkadot-js#10145)

* Update productionRelayKusama.ts

Disabling RadiumBlock kusama assethub endpoint

* Update productionRelayPolkadot.ts

Disabling RadiumBlock polkadot assethub

* Update productionRelayKusama.ts

* Update productionRelayPolkadot.ts

* Update productionRelayKusama.ts

* update testnet rpc endpoint (polkadot-js#10149)

* Feat: Reenable Mangata's project rococo endpoint (polkadot-js#10155)

* chore: reenable Mangata project rococo endpoint

* chore: fix format

* Integrate LAOS Rococo Parachain (Giedi) (polkadot-js#10150)

* giedi images

* added Giedi network

* lint

* alphabetic order

* OnFinality Frequency Recovery (polkadot-js#10159)

* add onfinality endpoint for polkadot and kusama

* add polkadex-parachain and get polkadot-js new version

* Add Moonbeam , Moonriver, Moonbase Alpha back to Polkadot.js

* fix Expected object keys to be in ascending order. 'Moonbeam Foundation' should be before 'OnFinality'

* OnFinality Frequency Recovery

---------

Co-authored-by: ian.he <ian@onfinality.io>
Co-authored-by: jiajing.chen <jiajing.chen@onfinality.io>

* Add Chainflip networks (polkadot-js#10153)

* Add Chainflip Mainnet

* Add Chainflip Testnet

* Adjust newly added headers (PR made while broken) (polkadot-js#10160)

* Adjust newly added headers (PR made while broken)

* Linting

* Additional generated files

* [CI Skip] bump/beta 0.133.2-41-x

skip-checks: true

* Set up Vara inflation pararms (polkadot-js#10164)

* set up vara inflation pararms

* use lint

* [CI Skip] bump/beta 0.133.2-42-x

skip-checks: true

* Integration of K-LAOS kusama parachain (polkadot-js#10154)

* k-laos icon

* added k-loas kusama network

* lint

* test fixed

* fix lint

* [CI Skip] bump/beta 0.133.2-43-x

skip-checks: true

* Added Helikon RPC node endpoints for Phala, Khala and HydraDX. (polkadot-js#10161)

* [CI Skip] bump/beta 0.133.2-44-x

skip-checks: true

* Add Helikon public RPC node for Polimec. (polkadot-js#10168)

* [CI Skip] bump/beta 0.133.2-45-x

skip-checks: true

* Fixed urls for genshiro & equilibrium (polkadot-js#10166)

* Fixed urls for genshiro & equilibrium

* Remove standalone urls

* Remove SVGs

* [CI Skip] bump/beta 0.133.2-46-x

skip-checks: true

* Add RadiumBlock endpoint to Watr - Update productionRelayPolkadot.ts (polkadot-js#10169)

* Update productionRelayPolkadot.ts

* Update packages/apps-config/src/endpoints/productionRelayPolkadot.ts

Co-authored-by: Jaco <jacogr@gmail.com>

---------

Co-authored-by: Jaco <jacogr@gmail.com>

* [CI Skip] bump/beta 0.133.2-47-x

skip-checks: true

* Change logo and color of Energy Web X network (polkadot-js#10171)

* [CI Skip] bump/beta 0.133.2-48-x

skip-checks: true

* Restore blockops rpcs endpoint (polkadot-js#10170)

* uncomment Blockops endpoint

* Uncomment Blockops endpoint

* Uncomment Blockops endpoint

* [CI Skip] bump/beta 0.133.2-49-x

skip-checks: true

* Disable unreachable endpoints (polkadot-js#10173)

* [CI Skip] bump/beta 0.133.2-50-x

skip-checks: true

* Disable unreachable endpoints (polkadot-js#10175)

* [CI Skip] bump/beta 0.133.2-51-x

skip-checks: true

* Add joyutils RPC endpoint for Joystream (polkadot-js#10176)

* Add joyutils RPC endpoint for Joystream

* fix lint issue

* [CI Skip] bump/beta 0.133.2-52-x

skip-checks: true

* Disable unreachable endpoints (polkadot-js#10179)

* [CI Skip] bump/beta 0.133.2-53-x

skip-checks: true

* Ternoa is a live network (polkadot-js#10180)

* Ternoa is a live network

* Update production.ts

* [CI Skip] bump/beta 0.133.2-54-x

skip-checks: true

* Disable unreachable endpoints (polkadot-js#10185)

* [CI Skip] bump/beta 0.133.2-55-x

skip-checks: true

* Updated md5 rococo parachain collator 1 provider url (polkadot-js#10183)

* adding Hashed Network endpoint back and removing Luhn Network

* Updated the rococo md5 parachain id to be the same to the hashed network parachain id in the polkadot network. Updated the rococo md5 provider url.

* Added hashed network polkadot collator node endpoints

* Update packages/apps-config/src/endpoints/productionRelayPolkadot.ts

Co-authored-by: Jaco <jacogr@gmail.com>

* Updated md5 collator1 provider url

---------

Co-authored-by: Max Gravitt <max@digitalscarcity.io>
Co-authored-by: Jaco <jacogr@gmail.com>

* [CI Skip] bump/beta 0.133.2-56-x

skip-checks: true

* update Curio Parachain (polkadot-js#10187)

* curio-devnet, curio-testnet runtime-api definitions

* curio testnet ui settings

* lint

* move curio config from testnets to rococo and add endpoint

* update Curio staking runtimeApi

* lint

* [CI Skip] bump/beta 0.133.2-57-x

skip-checks: true

* chore: remove Logion para testnet. (polkadot-js#10191)

* [CI Skip] bump/beta 0.133.2-58-x

skip-checks: true

* Update productionRelayPolkadot.ts (polkadot-js#10190)

remove Dwellir from Parallel

* [CI Skip] bump/beta 0.133.2-59-x

skip-checks: true

* Rename OriginTrail Prachain to NeuroWeb (polkadot-js#10192)

* Rename OriginTrail parachain to NeuroWeb

* Update naming;

* Fix lint

* Change the order of NeuroWeb Testnet

* [CI Skip] bump/beta 0.133.2-60-x

skip-checks: true

* Disable unreachable endpoints (polkadot-js#10198)

* [CI Skip] bump/beta 0.133.2-61-x

skip-checks: true

* return DAO IPCI endpoint (polkadot-js#10194)

* [CI Skip] bump/beta 0.133.2-62-x

skip-checks: true

* Adding RadiumBlock as Khala Endpoint provider (polkadot-js#10202)

* Update productionRelayPolkadot.ts

* Update packages/apps-config/src/endpoints/productionRelayPolkadot.ts

Co-authored-by: Jaco <jacogr@gmail.com>

* Update productionRelayKusama.ts

---------

Co-authored-by: Jaco <jacogr@gmail.com>

* [CI Skip] bump/beta 0.133.2-63-x

skip-checks: true

* Add Yerba Network to Kusama (polkadot-js#10203)

* Add Yerba Network to Kusama

* satisfy linter

* [CI Skip] bump/beta 0.133.2-64-x

skip-checks: true

* Disable unreachable endpoints (polkadot-js#10206)

* feat: add edgscan.ink explorer  (polkadot-js#10186)

* add edgscan.ink explorer (1/5)

* add edgscan.ink explorer (2/5)

* add edgscan.ink explorer (3/5)

* add edgscan.ink explorer (4/5)

* add edgscan.ink explorer (5/5)

* typo fix

* [CI Skip] bump/beta 0.133.2-65-x

skip-checks: true

* Add SORA Polkadot Parachain node (polkadot-js#10199)

Co-authored-by: Stefan Popov <17688105+stefashkaa@users.noreply.github.com>

* [CI Skip] bump/beta 0.133.2-66-x

skip-checks: true

* Dwellir Bifrost Kusama endpoint working again (polkadot-js#10210)

* [CI Skip] bump/beta 0.133.2-67-x

skip-checks: true

* Revert "Update productionRelayPolkadot.ts" (polkadot-js#10207)

* [CI Skip] bump/beta 0.133.2-68-x

skip-checks: true

* Dwellir: update Polkadex parachain endpoint, add Polkadex mainnet endpoint (polkadot-js#10201)

* [CI Skip] bump/beta 0.133.2-69-x

skip-checks: true

* Add people parachain RPC (polkadot-js#10214)

* Add people parachain

* fix ci test

* [CI Skip] bump/beta 0.133.2-70-x

skip-checks: true

* OpenZeppelin runtime template (polkadot-js#10212)

* Config for OZ template in PolkadotJS

* fix emblem

* fix ci

* fix CI

* updated ParaId

* [CI Skip] bump/beta 0.133.2-71-x

skip-checks: true

* Update Logion RPCs. (polkadot-js#10218)

* [CI Skip] bump/beta 0.133.2-72-x

skip-checks: true

* Remove Crab Dwellir endpoint (polkadot-js#10222)

* [CI Skip] bump/beta 0.133.2-73-x

skip-checks: true

* Disable unreachable endpoints (polkadot-js#10221)

* Disable unreachable endpoints

* Fix lint

* [CI Skip] bump/beta 0.133.2-74-x

skip-checks: true

* Add Paseo testnet (polkadot-js#10200)

* Add Paseo Testnet

* include locale

* Update packages/apps-config/src/api/constants.ts

Co-authored-by: Jaco <jacogr@gmail.com>

* lint

* Update packages/apps-config/src/endpoints/index.ts

Co-authored-by: Jaco <jacogr@gmail.com>

---------

Co-authored-by: Jaco <jacogr@gmail.com>

* [CI Skip] bump/beta 0.133.2-75-x

skip-checks: true

* Integrate Laos Chain as Ethereum-Based Chain (polkadot-js#10219)

* added laos as ethereum chain

* lint

* [CI Skip] bump/beta 0.133.2-76-x

skip-checks: true

* Use archive nodes for SORA Kusama and Polkadot parachains (polkadot-js#10215)

Co-authored-by: Stefan Popov <17688105+stefashkaa@users.noreply.github.com>

* [CI Skip] bump/beta 0.133.2-77-x

skip-checks: true

* rpc's are up again, reactivating (polkadot-js#10223)

* [CI Skip] bump/beta 0.133.2-78-x

skip-checks: true

* add dwellir endpoint for subsocial (polkadot-js#10226)

* [CI Skip] bump/beta 0.133.2-79-x

skip-checks: true

* add muse network (polkadot-js#10224)

* [CI Skip] bump/beta 0.133.2-80-x

skip-checks: true

* Add IBP endpoints to Paseo (polkadot-js#10231)

* [CI Skip] bump/beta 0.133.2-81-x

skip-checks: true

* Adding RadiumBlock as Phala and Moonriver Endpoint provider  (polkadot-js#10239)

* Update productionRelayPolkadot.ts

* Update packages/apps-config/src/endpoints/productionRelayPolkadot.ts

Co-authored-by: Jaco <jacogr@gmail.com>

* Update productionRelayKusama.ts

* Update productionRelayKusama.ts

* Update productionRelayPolkadot.ts - Add RadiumBlock Phala node

* Update productionRelayKusama.ts

* Update productionRelayPolkadot.ts

* Update productionRelayKusama.ts

---------

Co-authored-by: Jaco <jacogr@gmail.com>

* [CI Skip] bump/beta 0.133.2-82-x

skip-checks: true

* fix: dropdown options not visible for metadata upgradable extensions (polkadot-js#10264)

* [CI Skip] bump/beta 0.133.2-83-x

skip-checks: true

* ci: add user (TarikGul) to auto-approve (polkadot-js#10270)

* [CI Skip] bump/beta 0.133.2-84-x

skip-checks: true

* chore(yarn): update yarn to 4.1.0 (polkadot-js#10269)

* [CI Skip] bump/beta 0.133.2-85-x

skip-checks: true

* Adding RadiumBlock as Moonbeam Endpoint Provider (polkadot-js#10268)

* Update productionRelayPolkadot.ts

* Update packages/apps-config/src/endpoints/productionRelayPolkadot.ts

Co-authored-by: Jaco <jacogr@gmail.com>

* Update productionRelayKusama.ts

* Update productionRelayKusama.ts

* Update productionRelayPolkadot.ts - Add RadiumBlock Phala node

* Update productionRelayKusama.ts

* Update productionRelayPolkadot.ts

* Update productionRelayKusama.ts

* Update productionRelayPolkadot.ts

Adding RadiumBlock as Moonbeam Endpoint provider

---------

Co-authored-by: Jaco <jacogr@gmail.com>

* [CI Skip] bump/beta 0.133.2-86-x

skip-checks: true

* Re-enable hydradx rococo endpoint (polkadot-js#10281)

* Re-enable hydradx rococo endpoint

* remove comment

* [CI Skip] bump/beta 0.133.2-87-x

skip-checks: true

* Add Logion parachain endpoints. (polkadot-js#10280)

* Add coretime-westend RPC (polkadot-js#10278)

* Enable Aventus provider (polkadot-js#10277)

We had an issue with out RPC node that is now fixed. Opening a PR to enable our provider url.

* [CI Skip] bump/beta 0.133.2-88-x

skip-checks: true

* Reorganise Edgeware RPCs (polkadot-js#10275)

Add separate entries for my RPCs in preparation for retiring the load balancer

* [CI Skip] bump/beta 0.133.2-89-x

skip-checks: true

* Add Liberland network (polkadot-js#10266)

* [CI Skip] bump/beta 0.133.2-90-x

skip-checks: true

* Add Curio Kusama chain (polkadot-js#10260)

* curio-devnet, curio-testnet runtime-api definitions

* curio testnet ui settings

* lint

* move curio config from testnets to rococo and add endpoint

* update Curio staking runtimeApi

* lint

* add curio kusama

* lint

* Add Metadata for Polkadex crowdloan (polkadot-js#10259)

* chore: add metadata for polkadex chain

* fix: remove providers

* [CI Skip] bump/beta 0.133.2-91-x

skip-checks: true

* Add metadata for NeuroWeb crowdloan (polkadot-js#10253)

* Add metadata for NeuroWeb crowdloan

* Remove duplicate providers for NeuroWeb

* [CI Skip] bump/beta 0.133.2-92-x

skip-checks: true

* Disable encointer & westend endpoints (no funding) (polkadot-js#10250)

* Disable encointer

* Disable westend

* [CI Skip] bump/beta 0.133.2-93-x

skip-checks: true

* Disable unreachable endpoints (polkadot-js#10290)

* Disable unreachable endpoints

* add zero back in as its not part of the ci unreachable

* [CI Skip] bump/beta 0.133.2-94-x

skip-checks: true

* Re-enable JelliedOwl Edgeware (polkadot-js#10293)

* Re-enable JelliedOwl Edgeware

See also comment on issue polkadot-js#10289

* Missed comma

* [CI Skip] bump/beta 0.133.2-95-x

skip-checks: true

* Update 3dpass provider endpoint (polkadot-js#10291)

* fix: 3dpass provider

* fix: remove unexpected comma

* [CI Skip] bump/beta 0.133.2-96-x

skip-checks: true

* Integrate chopsticks (polkadot-js#9965)

* fork locally feature

* use chopsticks provider

* update

* test locally

* update provider usage

* upgrade chospticks

* upgrade chopsticks

* fix lint

* remove extra code

* add setStorage back with alice

* update chopsticks

* update chopsticks

* updade chospticks version

* fix: chopsticks version

* fix: update and testing

* fix: remove isLocalFork from global var

* [CI Skip] bump/beta 0.133.2-97-x

skip-checks: true

* Add Kippu rpc endpoint for Kreivo (polkadot-js#10298)

* Add Kippu rpc endpoint for Kreivo

Add [Kippu](https://kippu.rocks)'s Websockets RPC endpoint for [Kreivo](https://github.com/virto-network/virto-node): wss://kreivo.kippu.rocks

* fix: lint

* [CI Skip] bump/beta 0.133.2-98-x

skip-checks: true

* Adding RadiumBlock as  Polkadot AssetHub, Kusama AssetHub, BridgeHub-Kusama and BridgeHub-Polkadot Endpoint provider  (polkadot-js#10292)

* Update productionRelayPolkadot.ts

* Update packages/apps-config/src/endpoints/productionRelayPolkadot.ts

Co-authored-by: Jaco <jacogr@gmail.com>

* Update productionRelayKusama.ts

* Update productionRelayKusama.ts

* Update productionRelayPolkadot.ts - Add RadiumBlock Phala node

* Update productionRelayKusama.ts

* Update productionRelayPolkadot.ts

* Update productionRelayKusama.ts

* Update productionRelayPolkadot.ts

Adding RadiumBlock as Moonbeam Endpoint provider

* Update productionRelayKusama.ts

* Update productionRelayPolkadot.ts

---------

Co-authored-by: Jaco <jacogr@gmail.com>

* [CI Skip] bump/beta 0.133.2-99-x

skip-checks: true

* Add logo and background for Paseo testnet (polkadot-js#10303)

* paseo logo & bg

* lint

* [CI Skip] bump/beta 0.133.2-100-x

skip-checks: true

* Support ipfs://ipfs/ links (polkadot-js#9772)

* Support ipfs://ipfs/ links

* A more universal approach

* use toPrimitive() instead of toString()

* Chore

* [CI Skip] bump/beta 0.133.2-101-x

skip-checks: true

* Enable LuckyFriday Bridgehub (polkadot-js#10306)

* Enable LuckyFriday Bridgehub

* Update productionRelayKusama.ts

* [CI Skip] bump/beta 0.133.2-102-x

skip-checks: true

* fix: updating the democracy proposal modal (polkadot-js#10296)

* fix: updating the democracy proposal modal

* style: fixing linting issue

* [CI Skip] bump/beta 0.133.2-103-x

skip-checks: true

* fix: switch rpc in url should not auto use local fork (polkadot-js#10308)

* fix: switch rpc in url auto use local fork polkadot-js#10305

* fix: lint

* [CI Skip] bump/beta 0.133.2-104-x

skip-checks: true

* add dwellir endpoint for robonomics (polkadot-js#10309)

* [CI Skip] bump/beta 0.133.2-105-x

skip-checks: true

* Support requestStatusFor for usePreimage (polkadot-js#10310)

* support requestStatusFor for usePreimage

* remove console

* Add comment

* [CI Skip] bump/beta 0.133.2-106-x

skip-checks: true

* Fix break in backwards compatibility with preimages (polkadot-js#10317)

* [CI Skip] bump/beta 0.133.2-107-x

skip-checks: true

* feat: make local fork non persistent across sessions (polkadot-js#10315)

* Add Continuum Metaverse.Network to Polkadot Relay (polkadot-js#10321)

* Add Continuum Metaverse.Network to Polkadot Relay

* update homepage and paraId for continuum Metaverse.network

* update text for continuum Metaverse.network

* remove continuum image on chains

* update ui color for continuum Metaverse.network

* remove defined but never used

* update text for continuum Metaverse.network

* Add translate for mnet continuum

* change position Mnet continuum on RelayPolkadot

* change text name and position for continuum metaverse.network

* change text name for continuum metaverse.network

* [CI Skip] bump/beta 0.133.2-108-x

skip-checks: true

* Adding RockX endpoint (polkadot-js#10302)

* Adding RockX endpoint

* add rockx wss endpoint

* [CI Skip] bump/beta 0.133.2-109-x

skip-checks: true

* Upgrade chopsticks version (polkadot-js#10329)

* [CI Skip] bump/beta 0.133.2-110-x

skip-checks: true

* add Hyperbridge networks (polkadot-js#10328)

* add Hyperbridge

* lint --fix

* order

* [CI Skip] bump/beta 0.133.2-111-x

skip-checks: true

* Add Xode Project (polkadot-js#10273)

* Xode Project

* Sort Xode alphabeticaly

* Sort the imports XodePNG

* Removal of comma in the providers

* Fix nodesCurioSVG

* Re-enable Edgeware Beresheet (polkadot-js#10244)

* Re-enable Edgeware Beresheet

* Tweak testnet description

---------

Co-authored-by: Paul L'Allier <paul@lallier.co.uk>

* [CI Skip] bump/beta 0.133.2-112-x

skip-checks: true

* add metadata for integritee crowdloan (polkadot-js#10249)

* add metadata for integritee crowdloan

* swap order of entries

* deactivate rpc on 2039 in favor of 3359

* lint

* [CI Skip] bump/beta 0.133.2-113-x

skip-checks: true

* Add Invo Network to Rococo (polkadot-js#10326)

* Add dwellir liberland endpoint (polkadot-js#10332)

* Add dwellir liberland endpoint

* fix lint error

* [CI Skip] bump/beta 0.133.2-114-x

skip-checks: true

* Changed metaquity to phyken network (polkadot-js#10330)

* changed metaquity to phyken network

* Lint fix

* lint fix

* fix order

* conflict resolved

* [CI Skip] bump/beta 0.133.2-115-x

skip-checks: true

* Fix typo in condition check for a curve type (polkadot-js#10240)

* [CI Skip] bump/beta 0.133.2-116-x

skip-checks: true

* wake up Integritee shell on Polkadot and adapt naming (polkadot-js#10233)

* [CI Skip] bump/beta 0.133.2-117-x

skip-checks: true

* add harmonie network (allfeat testnet) (polkadot-js#10235)

* [CI Skip] bump/beta 0.133.2-118-x

skip-checks: true

* add Paseo's IBP endpoint (polkadot-js#10336)

This adds the endpoint: wss://rpc.ibp.network/paseo

* [CI Skip] bump/beta 0.133.2-119-x

skip-checks: true

* Peerplays types bundle (polkadot-js#10347)

* Peerplays types bundle

* Fix lint errors

* [CI Skip] bump/beta 0.133.2-120-x

skip-checks: true

* update some settings, allow extension in dev, add types for old and new chain name, handle transferAllowDeath (#53)

(cherry picked from commit d854a9a)

* fix lint

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Will | Paradox | ParaNodes.io <79228812+paradox-tt@users.noreply.github.com>
Co-authored-by: Bulat Saifullin <bulat@parity.io>
Co-authored-by: Maintain <duonghb53@users.noreply.github.com>
Co-authored-by: RadiumBlock <info@radiumblock.com>
Co-authored-by: Omgzilla <69075122+Omgzilla@users.noreply.github.com>
Co-authored-by: Leechael <yanleech@gmail.com>
Co-authored-by: Kai <7630809+Kailai-Wang@users.noreply.github.com>
Co-authored-by: Eugene Way <relax211@gmail.com>
Co-authored-by: Jaco <jacogr@gmail.com>
Co-authored-by: Shannon Wells <shannonwells@users.noreply.github.com>
Co-authored-by: roiLeo <medina.leo42@gmail.com>
Co-authored-by: shuoer86 <129674997+shuoer86@users.noreply.github.com>
Co-authored-by: Thibaut Sardan <33178835+Tbaut@users.noreply.github.com>
Co-authored-by: Nikos Kontakis <wirednkod@gmail.com>
Co-authored-by: Paco Yang <yangbaigao@gmail.com>
Co-authored-by: Uğur Eren <contact@ugureren.net>
Co-authored-by: soufiane-capsule <133956233+soufiane-capsule@users.noreply.github.com>
Co-authored-by: SURF <crazy.surfboy@gmail.com>
Co-authored-by: ian.he <ian@onfinality.io>
Co-authored-by: jiajing.chen <jiajing.chen@onfinality.io>
Co-authored-by: Francisco Gamundi <52399794+fgamundi@users.noreply.github.com>
Co-authored-by: RXRD <118821868+RiXelanya@users.noreply.github.com>
Co-authored-by: Wasif-Jamal <105334920+Wasif-Jamal@users.noreply.github.com>
Co-authored-by: Robert Sprunk <47247235+renesy@users.noreply.github.com>
Co-authored-by: Pioua <136521243+dzizazda@users.noreply.github.com>
Co-authored-by: Alex D <don.dodonoff@yandex.ru>
Co-authored-by: Alex D <pr0fedt@gmail.com>
Co-authored-by: Just van Stam <vstam1@users.noreply.github.com>
Co-authored-by: Cheng JIANG <cocathecafe@gmail.com>
Co-authored-by: benjichat <63160791+benjichat@users.noreply.github.com>
Co-authored-by: Salman Pathan <pathansalman555@gmail.com>
Co-authored-by: Misha Kolesnik <tenequm@gmail.com>
Co-authored-by: Alessandro Siniscalchi <asiniscalchi@gmail.com>
Co-authored-by: legape <gabriel.buragev96@gmail.com>
Co-authored-by: Kutsal Kaan Bilgin <kutsalbilgin@gmail.com>
Co-authored-by: mikolajsobolewski <51751942+mikolajsobolewski@users.noreply.github.com>
Co-authored-by: Adedamola <ajiboladamola789@gmail.com>
Co-authored-by: Klaudiusz Dembler <accounts@kdembler.com>
Co-authored-by: sebastianmontero <sebastian.montero@gmail.com>
Co-authored-by: Max Gravitt <max@digitalscarcity.io>
Co-authored-by: Alex <56650632+alexxxkny@users.noreply.github.com>
Co-authored-by: Gérard Dethier <gerard@logion.network>
Co-authored-by: Nikola Todorovic <nikolaztodorovic26@gmail.com>
Co-authored-by: falconexe <85707924+falconexe@users.noreply.github.com>
Co-authored-by: Sasha Gryaznov <hi@agryaznov.com>
Co-authored-by: Shankar D. Warang <shankar.w@outlook.com>
Co-authored-by: Stefan Popov <stefanpopov@list.ru>
Co-authored-by: Stefan Popov <17688105+stefashkaa@users.noreply.github.com>
Co-authored-by: Jonathan Udd <jonathan@dwellir.com>
Co-authored-by: Joakim Nyman <Joakim.nyman86@gmail.com>
Co-authored-by: Jakob <erikjakobandersson@gmail.com>
Co-authored-by: Nikita Khateev <nikita.khateev@gmail.com>
Co-authored-by: Jay <lygm1062@gmail.com>
Co-authored-by: Alejandro Martinez Andres <11448715+al3mart@users.noreply.github.com>
Co-authored-by: brenzi <brenzi@users.noreply.github.com>
Co-authored-by: kaioh33 <81778538+gflow33@users.noreply.github.com>
Co-authored-by: José Molina Colmenero <jose.molina@parity.io>
Co-authored-by: Tom <tom@stake.plus>
Co-authored-by: Mridul Kumar <48833948+alphainfinitus@users.noreply.github.com>
Co-authored-by: Tarik Gul <47201679+TarikGul@users.noreply.github.com>
Co-authored-by: Jakub Pánik <jakub.panik@gmail.com>
Co-authored-by: Nahu <39748285+nahuseyoum@users.noreply.github.com>
Co-authored-by: JelliedOwl (Paul) <80860490+JelliedOwl@users.noreply.github.com>
Co-authored-by: DorianSternVukotic <dorian.sternvukotic@gmail.com>
Co-authored-by: Arjun Porwal <65214523+ap211unitech@users.noreply.github.com>
Co-authored-by: Stakeworld <info@stakeworld.io>
Co-authored-by: Mikhail Fedosov <tbs.micle@gmail.com>
Co-authored-by: Qiwei Yang <yangqiwei97@gmail.com>
Co-authored-by: Pablo Andrés Dorado Suárez <hola@pablodorado.com>
Co-authored-by: Jegor Sidorenko <5252494+jsidorenko@users.noreply.github.com>
Co-authored-by: Skedley <48058984+Dudleyneedham@users.noreply.github.com>
Co-authored-by: Ken Truong <85211908+tritm-cs@users.noreply.github.com>
Co-authored-by: AgoL5866 <jun@rockx.com>
Co-authored-by: Web3 Philosopher <seun@polytope.technology>
Co-authored-by: Harold Glenn Minerva <hgminerva@gmail.com>
Co-authored-by: Paul L'Allier <paul@lallier.co.uk>
Co-authored-by: Ayush Mishra <ayushmishra2005@gmail.com>
Co-authored-by: Abhishek <Akanth1994@gmail.com>
Co-authored-by: Przemek Rzad <roopert7@gmail.com>
Co-authored-by: Loïs <49660929+SailorSnoW@users.noreply.github.com>
Co-authored-by: Milos Kriz <82968568+miloskriz@users.noreply.github.com>
Co-authored-by: serkixenos <70147861+serkixenos@users.noreply.github.com>
Co-authored-by: Leouarz <ghalielouarzazi@hotmail.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants