chopsticks
chopsticks copied to clipboard
refactor dev helpers to use chain object directly instead of sending messages over WebSocket
https://github.com/AcalaNetwork/chopsticks/blob/8a286d1006354279bace1b5ec5298fd4dd88a3db/packages/utils/src/index.ts#L98-L115
There is little reason to send those messages over WebSocket. Should just use the Blockchain object directly.