Skip to content

Commit

Permalink
faucet: support customized token
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzckck committed Sep 5, 2024
1 parent 1bcdad8 commit 1cb833a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions cmd/faucet/customized/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# 1.Background
This is to support some projects that have customized token which wanna to be integrated into the bsc faucet tool.

## 1.1.How To Integrated Your Token
- a.It is quite simple, just send a certain amount of your BEP-20 token to the faucet address(0xaa25aa7a19f9c426e07dee59b12f944f4d9f1dd3) on BSC testnet.
- b.Create a PR in [bsc github](https://github.com/bnb-chain/bsc) to provide necessary information and once the PR is accepted, the faucet tool starts to support the customized token and will be listed in https://www.bnbchain.org/en/testnet-faucet.

Just refer the format of [pizzaToken](#21pizzatoken).

# 2.Token List
## 2.1.pizzaToken
- name: pizzaToken
- amount: 10 pizzaToken
- icon: customized/pizzaToken/icon.png
- addr: https://testnet.bscscan.com/token/0x219db9ba77114bd47308957c19dc556a612ee740
- fundTx: [0xa499dc9aaf918aff0507538a8aa80a88d0af6ca15054e6acc57b69c651945280](https://testnet.bscscan.com/tx/0xa499dc9aaf918aff0507538a8aa80a88d0af6ca15054e6acc57b69c651945280)
Binary file added cmd/faucet/customized/pizzaToken/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1cb833a

Please sign in to comment.