Skip to content

Commit

Permalink
chore: update to middleware v2
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan-manole committed Apr 26, 2023
1 parent 5d4524f commit 825019a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ export default {
testnet: {
nodeUrl: 'https://testnet.aeternity.io',
compilerUrl: 'https://latest.compiler.aepps.com',
middlewareUrl: 'wss://testnet.aeternity.io/mdw/websocket',
middlewareUrl: 'wss://testnet.aeternity.io/mdw/v2/websocket',
},
mainnet: {
nodeUrl: 'https://mainnet.aeternity.io',
compilerUrl: 'https://latest.compiler.aepps.com',
middlewareUrl: 'wss://mainnet.aeternity.io/mdw/websocket',
middlewareUrl: 'wss://mainnet.aeternity.io/mdw/v2/websocket',
},
} as { [key: string]: NetworkConfig };

0 comments on commit 825019a

Please sign in to comment.