-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Storage Provider guide for SWC L2 #37
base: master
Are you sure you want to change the base?
Conversation
-v ./zkey:/es-node/build/bin/snark_lib/zkey \ | ||
-e ES_NODE_STORAGE_MINER=<miner> \ | ||
--entrypoint /es-node/init-l2.sh \ | ||
ghcr.io/ethstorage/es-node:v0.1.16 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
v0.1.16 is not support l2 beta testnet, do we want to release a new version?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe after ethstorage/es-node#360 and ethstorage/es-node#355 merged?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. It runs smoothly on my AX101 machine except for Docker.
> ℹ️ **_Note:_** As Sepolia is used as L1 for the testnet, the test ETH can be requested from [https://sepoliafaucet.com/](https://sepoliafaucet.com/). | ||
> ℹ️ **_Note:_** As Sepolia is used as L1 for the testnet, the test ETH can be requested from [https://sepoliafaucet.com/](https://sepoliafaucet.com/). | ||
|
||
>🅢🅦🅒 Please refer to [this link](https://github.com/ethstorage/pm/blob/main/L2/beta_testnet_usage.md#get-custom-gas-token-on-l1) to get custom gas tokens for SWC. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- This link is for internal use only. The source of truth for end users is Soul Gas Token?
- Custom gas tokens can be a bit complicated for end users, we've unified it with a Test Token(QKC) in other docs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated the link to https://github.com/ethstorage/swc-doc/blob/master/guides/app-developers/receive-tokens.md#get-test-qkc-for-beta-testnet-on-l1.
If any other docs are more user-friendly, can you share the link?
Update Storage Provider guide for SWC L2