chopsticks icon indicating copy to clipboard operation
chopsticks copied to clipboard

refactor dev helpers to use chain object directly instead of sending messages over WebSocket

Open xlc opened this issue 1 year ago • 0 comments

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.

xlc avatar Dec 04 '24 02:12 xlc