-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* export withTimeoutRejection (#431) * Update index.ts * export Web3Account and WalletProviderAccount * test fix example (#429) * test fix example * fix example smart contract * fix wallet example * remove slice * try fix wallet example * fix test-example * clean console.log --------- Co-authored-by: julienbrs <[email protected]> * attempt to fix sourcemap error (#432) * move some interfaces to web3-utils (#434) * move some interfaces to web3-utils * update web3-utils --------- Co-authored-by: Nathan HERVIER <[email protected]> Co-authored-by: julienbrs <[email protected]>
- Loading branch information
1 parent
ca1364c
commit 647741b
Showing
32 changed files
with
125 additions
and
186 deletions.
There are no files selected for viewing
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,8 +1,8 @@ | ||
DEPLOYER_PRIVATE_KEY="S12srNEAvZrTb9pktYeuePpuM4taW5dfmWAZYtdqyETWTBspkoT1" | ||
RECEIVER_PRIVATE_KEY="S1ykLaxXyMnJoaWLYds8UntqKTamZ4vcxrZ1fdToR8WpWEpk3FC" | ||
|
||
JSON_RPC_URL_PUBLIC=https://test.massa.net/api/v2 | ||
JSON_RPC_URL_PRIVATE=https://test.massa.net/api/v2 | ||
JSON_RPC_URL_PUBLIC=https://buildnet.massa.net/api/v2 | ||
JSON_RPC_URL_PRIVATE=https://buildnet.massa.net/api/v2 | ||
|
||
#JSON_RPC_URL_PUBLIC=http://127.0.0.1:33035 | ||
#JSON_RPC_URL_PRIVATE=http://127.0.0.1:33034 |
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
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
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.