-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add chainId to project initialiser (#381)
* Add chainId to project initializer * Fix package-lock.json * Generate powered-by * update massa-as-sdk to 2.5.4 * Generate powered-by * Update packages/sc-project-initializer/commands/init/package.json Co-authored-by: Nathan Seva <[email protected]> --------- Co-authored-by: massabot <[email protected]> Co-authored-by: Nathan Seva <[email protected]>
- Loading branch information
1 parent
59ad040
commit 67b51e8
Showing
10 changed files
with
1,613 additions
and
276 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ The following is a list of all the dependencies of this project: | |
|
||
**License:** (MIT AND Apache-2.0) - perpetual | ||
|
||
**Used version:** 2.5.2 | ||
**Used version:** 2.5.4 | ||
|
||
**Many thanks to:** [Massa Labs]([email protected]) | ||
|
||
|
@@ -29,7 +29,7 @@ The following is a list of all the dependencies of this project: | |
|
||
**License:** MIT - perpetual | ||
|
||
**Used version:** 3.0.0 | ||
**Used version:** 3.0.2 | ||
|
||
**Many thanks to:** [Massa Labs]([email protected]) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
WALLET_SECRET_KEY="" | ||
|
||
JSON_RPC_URL_PUBLIC=https://test.massa.net/api/v2:33035 | ||
JSON_RPC_URL_PUBLIC=https://buildnet.massa.net/api/v2:33035 |
Oops, something went wrong.