Skip to content

Commit b579de5

Browse files
committed
fix: remove paseo from info and text of other chains
1 parent 7f97c72 commit b579de5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

packages/apps-config/src/endpoints/testingRelayPaseo.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ export const testParasPaseo: Omit<EndpointOption, 'teleport'>[] = [
3333
// }
3434
{
3535
homepage: 'https://ajuna.io/',
36-
info: 'Ajuna(paseo)',
36+
info: 'Ajuna',
3737
paraId: 2051,
3838
providers: {
3939
BajunNetwork: 'wss://rpc-paseo.ajuna.network'
4040
},
41-
text: 'Ajuna Network (Paseo)',
41+
text: 'Ajuna Network',
4242
ui: {
4343
color: '#161212',
4444
logo: nodesAjunaPNG,
@@ -47,12 +47,12 @@ export const testParasPaseo: Omit<EndpointOption, 'teleport'>[] = [
4747
},
4848
{
4949
homepage: 'https://ajuna.io/',
50-
info: 'Bajun(paseo)',
50+
info: 'Bajun',
5151
paraId: 2119,
5252
providers: {
5353
BajunNetwork: 'wss://rpc-paseo.bajun.network'
5454
},
55-
text: 'Bajun Network (Paseo)',
55+
text: 'Bajun Network',
5656
ui: {
5757
color: '#161212',
5858
logo: nodesBajunPNG,
@@ -61,7 +61,7 @@ export const testParasPaseo: Omit<EndpointOption, 'teleport'>[] = [
6161
},
6262
{
6363
homepage: 'https://bifrost.finance',
64-
info: 'Bifrost(Paseo)',
64+
info: 'Bifrost',
6565
paraId: 2030,
6666
providers: {
6767
Liebi: 'wss://bifrost-rpc.paseo.liebi.com/ws'
@@ -122,7 +122,7 @@ export const testParasPaseo: Omit<EndpointOption, 'teleport'>[] = [
122122
providers: {
123123
Integritee: 'wss://paseo.api.integritee.network'
124124
},
125-
text: 'Integritee Network (Paseo)',
125+
text: 'Integritee Network',
126126
ui: {
127127
color: '#658ea9',
128128
logo: nodesIntegriteeSVG,

0 commit comments

Comments
 (0)