Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit baa2330

Browse files
separate pull requests
1 parent 70034e4 commit baa2330

File tree

5 files changed

+5
-2
lines changed

5 files changed

+5
-2
lines changed

packages/core/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ or
1212
npm install @buildwithsygma/core
1313
```
1414

15-
## Environment Setup.
15+
## Environment Setup
1616

1717
Make sure to set environment variable `SYGMA_ENV` to either `TESTNET` or `MAINNET` prior to using the SDK.
1818

packages/substrate/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ or
1414
npm install @buildwithsygma/substrate
1515
```
1616

17-
## Environment Setup
17+
## Environment Setup.
1818

1919
Make sure to set environment variable `SYGMA_ENV` to either `TESTNET` or `MAINNET` prior to using the SDK.
2020

release-please/rp-core-config.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"plugins": ["node-workspace"],
3+
"separate-pull-requests": true,
34
"packages": {
45
"packages/core": {
56
"component": "core",

release-please/rp-evm-config.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"plugins": ["node-workspace"],
3+
"separate-pull-requests": true,
34
"packages": {
45
"packages/evm": {
56
"component": "evm",

release-please/rp-substrate-config.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"plugins": ["node-workspace"],
3+
"separate-pull-requests": true,
34
"packages": {
45
"packages/substrate": {
56
"component": "substrate",

0 commit comments

Comments
 (0)