gn-provider 1.0.2 → 1.0.3
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/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -34,7 +34,7 @@ During installation, the package will automatically:
|
|
|
34
34
|
### Basic Setup
|
|
35
35
|
|
|
36
36
|
```typescript
|
|
37
|
-
import { GNProvider } from 'scrypt-ts
|
|
37
|
+
import { GNProvider } from 'scrypt-ts';
|
|
38
38
|
import * as bsv from 'bsv';
|
|
39
39
|
|
|
40
40
|
// Initialize provider (mainnet or testnet)
|