Skip to content

Commit

Permalink
Merge pull request #145 from drift-labs/lukas/fix-formatting
Browse files Browse the repository at this point in the history
fix: formatting
  • Loading branch information
LukasDeco authored Dec 13, 2024
2 parents c4add37 + 9200c73 commit 650e6de
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions common-ts/src/EnvironmentConstants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,18 @@ export const EnvironmentConstants = {
dev: [
{
label: 'Helius',
value: 'https://detailed-sharleen-fast-devnet.helius-rpc.com/',
wsValue: 'wss://detailed-sharleen-fast-devnet.helius-rpc.com/',
value:
'https://devnet.helius-rpc.com/?api-key=f6657e98-1af2-4fac-bc58-18f5667b10c9',
wsValue:
'wss://devnet.helius-rpc.com/?api-key=f6657e98-1af2-4fac-bc58-18f5667b10c9',
allowAdditionalConnection: true,
},
{
label: 'RPC Pool',
value: 'https://drift-drift-a827.devnet.rpcpool.com',
wsValue: 'wss://drift-drift-a827.devnet.rpcpool.com/whirligig',
value:
'https://devnet.helius-rpc.com/?api-key=f6657e98-1af2-4fac-bc58-18f5667b10c9',
wsValue:
'wss://devnet.helius-rpc.com/?api-key=f6657e98-1af2-4fac-bc58-18f5667b10c9',
allowAdditionalConnection: false,
},
] as RpcEndpoint[],
Expand Down

0 comments on commit 650e6de

Please sign in to comment.