Skip to content

Commit

Permalink
chore(docs): add IntentService import
Browse files Browse the repository at this point in the history
  • Loading branch information
R0bi7 authored Nov 18, 2024
1 parent 7f7c211 commit 87a22a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ How to setup local development
SDK includes predefined configurations of supported chains, tokens and other relevant information for the client to consume.

```typescript
import { ChainName, ChainConfig, chainConfig, Token } from "@balanced/solver-sdk"
import { ChainName, ChainConfig, chainConfig, Token, IntentService } from "@balanced/solver-sdk"

// all supported Intent chains
const supportedChains: ChainName[] = IntentService.getSupportedChains()
Expand Down

0 comments on commit 87a22a6

Please sign in to comment.