@asyncswap/engine-rpc 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/README.md +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -13,7 +13,7 @@ bun add @asyncswap/engine-rpc
|
|
|
13
13
|
### Engine API Client
|
|
14
14
|
|
|
15
15
|
```typescript
|
|
16
|
-
import { EngineExecutionClient } from '@asyncswap/
|
|
16
|
+
import { EngineExecutionClient } from '@asyncswap/engine-rpc';
|
|
17
17
|
|
|
18
18
|
const engineUrl = 'http://localhost:8551';
|
|
19
19
|
const engine = new EngineExecutionClient(engineUrl, process.env.JWT_TOKEN!);
|
package/package.json
CHANGED