Skip to content
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

facuet info #10

Open
xingyaoc-1999 opened this issue Apr 18, 2024 · 1 comment
Open

facuet info #10

xingyaoc-1999 opened this issue Apr 18, 2024 · 1 comment

Comments

@xingyaoc-1999
Copy link

private FAUCET_INFO_LIST = [
{
name: 'USDC',
mint: new PublicKey('5yQMGqpB1Q1J3b8UNStkVks9nFKao1axKYsgZYeMv1ei'),
decimals: 9,

  amount: 10,
},
{
  name: 'BTC',
  mint: new PublicKey('97hEP4PZ2P1pQ77yCvc9NxARHttVuTVhdKmvGG1aRNGG'),
  decimals: 9,
  amount: 0.00025,
},
{
  name: 'ETH',
  mint: new PublicKey('F1UrAegXK6EWMh1Qprmj5ACKLCKjRkYnAWVeUr6dpAf7'),
  decimals: 9,
  amount: 0.003,
},

] 这个数据是从哪里来的

@hex-hook
Copy link
Owner

  • 页面交互后从区块链浏览器可以查到
  • 前端页面 debug 也可以获取

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants