Skip to content

Commit

Permalink
Add New Creditcoin Mainnet (#10855)
Browse files Browse the repository at this point in the history
* Changing old mainnet name before new net release

* Adding new creditcoin mainnet, without endpoint

* Added final mainnet endpoint

* Resolving merge issue

* Fixing wss endpoint
  • Loading branch information
BradleyOlson64 authored Aug 29, 2024
1 parent e195e5b commit 3ba7334
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions packages/apps-config/src/endpoints/production.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,17 @@ export const prodChains: Omit<EndpointOption, 'teleport'>[] = [
logo: nodesCompetitorsClubPNG
}
},
{
info: 'creditcoin',
providers: {
'Creditcoin Foundation': 'wss://mainnet3.creditcoin.network'
},
text: 'Creditcoin',
ui: {
color: '#2D353F',
logo: chainsCreditcoinPNG
}
},
{
info: 'creditcoin-classic',
providers: {
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/endpoints/testing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
},
text: 'Creditcoin Classic Testnet',
ui: {
color: '#ffffff',
color: '#9cffaa',
logo: chainsCreditcoinTestPNG
}
},
Expand Down

0 comments on commit 3ba7334

Please sign in to comment.