AcalaNetwork / acala.js

https://developer.acala.network/
Apache License 2.0
59 stars 26 forks source link

use latest eth provider #513

Closed shunjizhan closed 10 months ago

shunjizhan commented 10 months ago

Change

use latest @acala-network/eth-providers and @acala-network/types.

some old keys don't exist on latest runtime anymore, so use type any for them

related: https://github.com/AcalaNetwork/bodhi.js/issues/911

Test

npm list dd-trace shows empty, so should be compatible with bun now