Skip to content

Commit

Permalink
add rpc for Crust Network (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
XueMoMo committed Jun 27, 2024
1 parent a64907e commit c455e77
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/apps-config/src/endpoints/production.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ export const mainnetEndPoints = [
'wss://crust.api.onfinality.io/ws?apikey=04dc9514-ec6c-4293-a739-aad78f8b26b5',
'wss://rpc.crust.network',
'wss://rpc-crust-mainnet.decoo.io',
'wss://api.decloudf.com'
'wss://api.decloudf.com',
'wss://rpc.crustnetwork.xyz'
];

export const maxwellEndPoints = [
Expand All @@ -34,7 +35,8 @@ export function createProduction (t: TFunction): LinkOption[] {
text: t('rpc.crust.network', 'Crust', { ns: 'apps-config' }),
providers: {
OnFinality: mainnetEndPoints[0],
'Crust Network': mainnetEndPoints[1],
'Crust Network 1': mainnetEndPoints[1],
'Crust Network 2': mainnetEndPoints[4],
'DCloud Foundation': mainnetEndPoints[2]
}
},
Expand Down

0 comments on commit c455e77

Please sign in to comment.