Skip to content

Commit

Permalink
Update chain text. (thebifrost network) (#9966)
Browse files Browse the repository at this point in the history
* Update chain text. (thebifrost network)

* Resolve failed test (thebifrost network)
  • Loading branch information
alstjd0921 authored Oct 20, 2023
1 parent 5270096 commit ae21ad9
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
24 changes: 12 additions & 12 deletions packages/apps-config/src/endpoints/production.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,18 @@ export const prodChains: Omit<EndpointOption, 'teleport'>[] = [
logo: nodesAutomataPNG
}
},
{
info: 'thebifrost-mainnet',
providers: {
'Pilab #1': 'wss://public-01.mainnet.bifrostnetwork.com/wss',
'Pilab #2': 'wss://public-02.mainnet.bifrostnetwork.com/wss'
},
text: 'Bifrost Mainnet',
ui: {
color: '#FF474C',
logo: nodesThebifrostPNG
}
},
{
info: 'bittensor',
providers: {
Expand Down Expand Up @@ -510,18 +522,6 @@ export const prodChains: Omit<EndpointOption, 'teleport'>[] = [
logo: nodesTernoaSVG
}
},
{
info: 'thebifrost-mainnet',
providers: {
'Pilab #1': 'wss://public-01.mainnet.bifrostnetwork.com/wss',
'Pilab #2': 'wss://public-02.mainnet.bifrostnetwork.com/wss'
},
text: 'The Bifrost Mainnet',
ui: {
color: '#FF474C',
logo: nodesThebifrostPNG
}
},
{
info: 'uniarts',
providers: {
Expand Down
24 changes: 12 additions & 12 deletions packages/apps-config/src/endpoints/testing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,18 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
logo: nodesBifrostSVG
}
},
{
info: 'thebifrost-testnet',
providers: {
'Pilab #1': 'wss://public-01.testnet.bifrostnetwork.com/wss',
'Pilab #2': 'wss://public-02.testnet.bifrostnetwork.com/wss'
},
text: 'Bifrost Testnet',
ui: {
color: '#FF474C',
logo: nodesThebifrostPNG
}
},
{
info: 'cere',
providers: {
Expand Down Expand Up @@ -938,18 +950,6 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
logo: nodesBitcountryPNG
}
},
{
info: 'thebifrost-testnet',
providers: {
'Pilab #1': 'wss://public-01.testnet.bifrostnetwork.com/wss',
'Pilab #2': 'wss://public-02.testnet.bifrostnetwork.com/wss'
},
text: 'The Bifrost Testnet',
ui: {
color: '#FF474C',
logo: nodesThebifrostPNG
}
},
{
info: 'laminar',
providers: {
Expand Down

0 comments on commit ae21ad9

Please sign in to comment.