Skip to content

Commit

Permalink
Fix id syntax issue
Browse files Browse the repository at this point in the history
  • Loading branch information
0xzoz committed Jun 29, 2022
1 parent 5045d56 commit 275c574
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/ISSUE_TEMPLATE/ADD-A-NEW-TOKEN.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,23 @@ body:
validations:
required: false
- type: input
id: token name
id: token-name
attributes:
label: Token Name
description: Name of the token to be added
placeholder: eg. Ethereum
validations:
required: true
- type: input
id: chain id
id: chain-id
attributes:
label: Chain Id
description: Chain Id of the token to be added
placeholder: eg. 1
validations:
required: true
- type: input
id: token symbol
id: token-symbol
attributes:
label: Token Symbol
description: Symbol of the token to be added
Expand All @@ -50,23 +50,23 @@ body:
validations:
required: true
- type: input
id: contract address
id: contract-address
attributes:
label: Contract Address
description: What is the contract address of the token
placeholder: eg. 0xde0b295669a9fd93d5f28d9ec85e40f4cb697bae
validations:
required: true
- type: input
id: image link
id: image-link
attributes:
label: Image Link
description: Do you have a link to an logo of the token symbol
placeholder: eg. https://assets.coingecko.com/coins/images/279/small/ethereum.png?1595348880
validations:
required: false
- type: textarea
id: other info
id: other-info
attributes:
label: Other Information?
description: Is there any other information that we should be aware of?
Expand Down

0 comments on commit 275c574

Please sign in to comment.