Skip to content

Commit

Permalink
add wording suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
dasanra committed Nov 24, 2023
1 parent 912e7bb commit e153325
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion safe-core-sdk/api-kit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const ethAdapter = new EthersAdapter({

## Initialize the API Kit

We need to create an instance of the API Kit. In chains where Safe provides a Transaction Service, it is enough to specify the `chainId`. You can set your own service using the optional `txServiceUrl` parameter.
We need to create an instance of the API Kit. In chains where Safe provides a Transaction Service, it's enough to specify the `chainId`. You can set your own service using the optional `txServiceUrl` parameter.

```typescript
import SafeApiKit from '@safe-global/api-kit'
Expand Down
2 changes: 1 addition & 1 deletion safe-core-sdk/protocol-kit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const ethAdapterOwner1 = new EthersAdapter({

### Initialize the API Kit

The [API Kit](https://github.com/safe-global/safe-core-sdk/tree/main/packages/api-kit) consumes the [Safe Transaction Service API](https://github.com/safe-global/safe-transaction-service). To use this library, create a new instance of the `SafeApiKit` class, imported from `@safe-global/api-kit`. In those chains where Safe provides a transaction service, it is enough to specify the `chainId.` You can specify your own service using the optional `txServiceUrl` parameter.
The [API Kit](https://github.com/safe-global/safe-core-sdk/tree/main/packages/api-kit) consumes the [Safe Transaction Service API](https://github.com/safe-global/safe-transaction-service). To use this library, create a new instance of the `SafeApiKit` class, imported from `@safe-global/api-kit`. In chains where Safe provides a Transaction Service, it's enough to specify the `chainId.` You can specify your own service using the optional `txServiceUrl` parameter.

You will be using Goerli for this tutorial, however, you can also get [service URLs for different networks](../../safe-core-api/available-services.md).

Expand Down

0 comments on commit e153325

Please sign in to comment.