Skip to content

Commit 60ea803

Browse files
committed
fix the wrong wording
1 parent 4206cca commit 60ea803

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

wallet-user/js-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "meganode-paymaster-example",
33
"version": "1.0.0",
4-
"description": "A script to send Ethereum transactions with 0 gas price through Meganode Paymaster",
4+
"description": "A script to send BSC transactions with 0 gas price through Meganode Paymaster",
55
"main": "index.js",
66
"scripts": {
77
"start": "node index.js"

wallet-user/js-example/readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Js Example
2-
This is a Js script to send Ethereum transactions with 0 gas price through Meganode Paymaster.
2+
This is a Js script to send BSC transactions with 0 gas price through Meganode Paymaster.
33

44
## Quick Start
55

@@ -14,9 +14,9 @@ from the official faucet)
1414
2. Edit the script.
1515

1616
Open index.js and replace the following placeholders:
17-
- 'YOUR_PRIVATE_KEY' with your Ethereum private key
17+
- 'YOUR_PRIVATE_KEY' with your BSC private key
1818
- 'TOKEN_CONTRACT_ADDRESS' with the address of the ERC20 token you want to send
19-
- 'RECIPIENT_ADDRESS' with the Ethereum address you want to send tokens to
19+
- 'RECIPIENT_ADDRESS' with the BSC address you want to send tokens to
2020

2121
Please ensure that the unlocked account is allowed to send gasless tx.
2222

0 commit comments

Comments
 (0)