-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: create xERC20 template (#5049)
* feat: create xERC20 template * feat: minor changes * fix: placeholder text * fix: add env in title * feat: add xERC20 label
- Loading branch information
1 parent
4f31a13
commit 4f0b509
Showing
1 changed file
with
24 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
name: New xERC20 | ||
about: This is for whitelisting a new xERC20. | ||
title: "[TOKEN] [Mainnet/Testnet] xERC20 Whitelisting" | ||
labels: "xERC20 🪙" | ||
assignees: "" | ||
--- | ||
|
||
## Token Details | ||
|
||
- Name: TOKEN | ||
- Symbol: TKN | ||
- Chains: Ethereum, Optimism, Arbitrum, Polygon, Gnosis, BSC | ||
|
||
## Tasks | ||
|
||
- [ ] PR to chaindata: _\<link to PR\>_ | ||
- [ ] PR to monorepo allowlist config: _\<link to PR\>_ | ||
- [ ] Whitelisting complete: _\<link to transaction(s)\>_ | ||
- [ ] PR to Bridge UI: _\<link to PR\>_ | ||
- [ ] PR to Connextscan: _\<link to PR\>_ | ||
- [ ] Lockbox Adapter deployed: _\<link to transaction(s)\>_ | ||
- [ ] Slow path tested: _<link to transfer(s)>_ | ||
- [ ] Router liquidity added and fast path tested: _\<link to transfer(s)\>_ |