Skip to content

Commit

Permalink
feat: add shadow rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
x-wagmi committed Aug 30, 2024
1 parent 584e238 commit f66ffcc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/apps-config/src/endpoints/production.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ export function createProduction (t: TFunction): LinkOption[] {
'Crust Network 2': 'wss://rpc-sha-subscan.crustnetwork.xyz',
'Crust Network 3': 'wss://rpc-sha-subscan.crustnetwork.cc',
'Crust Network 4': 'wss://rpc-sha-subscan.crustnetwork.app',
'via Crust APP': 'wss://rpc-shadow.crustnetwork.app',
'via Crust CC': 'wss://rpc-shadow.crustnetwork.cc',
'via Crust XYZ': 'wss://rpc-shadow.crustnetwork.xyz'
}
},
{
Expand Down

0 comments on commit f66ffcc

Please sign in to comment.