Skip to content

Commit

Permalink
update allfeat testnet (#11214)
Browse files Browse the repository at this point in the history
* update allfeat testnet

* fix alphabetical order
  • Loading branch information
SailorSnoW authored Jan 21, 2025
1 parent fd8eeb5 commit a1fccb0
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions packages/apps-config/src/endpoints/testing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -439,17 +439,6 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
logo: nodesPolkafoundrySVG
}
},
{
info: 'harmonie',
providers: {
'Allfeat labs': 'wss://harmonie-endpoint-02.allfeat.io'
},
text: 'Harmonie Testnet',
ui: {
color: '#000000',
logo: chainsAllfeatSVG
}
},
{
info: 'interlay-testnet',
providers: {
Expand Down Expand Up @@ -616,6 +605,17 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
logo: nodesMantaPNG
}
},
{
info: 'melodie',
providers: {
'Allfeat labs': 'wss://melodie-rpc.allfeat.io'
},
text: 'Melodie | Allfeat Testnet',
ui: {
color: '#ff4a5f',
logo: chainsAllfeatSVG
}
},
{
info: 'minix',
providers: {
Expand Down

0 comments on commit a1fccb0

Please sign in to comment.