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

test: add token #37

Merged
merged 2 commits into from
Aug 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 18 additions & 2 deletions build/voltage-swap-default.tokenlist.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
{
"name": "Voltage Swap List",
"timestamp": "2024-07-29T10:33:07.796Z",
"timestamp": "2024-08-15T13:01:02.162Z",
"version": {
"major": 3,
"minor": 26,
"patch": 0
},
"tags": {},
"logoURI": "ipfs://QmW1FfDUC5ZQU7djqULk8cu7ZBxP9i8PCCN3vfS4fg7uBs",
"keywords": ["fuseswap", "fuse", "default"],
"keywords": [
"fuseswap",
"fuse",
"default"
],
"tokens": [
{
"name": "FOO",
Expand Down Expand Up @@ -322,6 +326,18 @@
"decimals": 18,
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/swap-default-token-list/master/logos/0x0BE9e53fd7EDaC9F859882AfdDa116645287C629/logo.png"
},
{
"name": "Dai Stablecoin V2",
"address": "0x2502F488D481Df4F5054330C71b95d93D41625C2",
"symbol": "DAI V2",
"decimals": 18,
"logoURI": "https://raw.githubusercontent.com/voltfinance/swap-default-token-list/master/logos/0x440B63C0e7b21a57A3784D8AB8E819B9dA383FDf/logo.png",
"contributors": "@mul53 @darkpaladi",
"errors": [
"Name is duplicate",
"Symbol is duplicate"
]
}
]
}
18 changes: 9 additions & 9 deletions src/new-token.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "",
"address": "",
"symbol": "",
"name": "Dai Stablecoin V2",
"address": "0x2502F488D481Df4F5054330C71b95d93D41625C2",
"symbol": "DAI V2",
"decimals": 18,
"chainId": 122,
"logoURI": "",
"oneLiner": "",
"bullishSentence": "",
"logoURI": "https://raw.githubusercontent.com/voltfinance/swap-default-token-list/master/logos/0x440B63C0e7b21a57A3784D8AB8E819B9dA383FDf/logo.png",
"oneLiner": "test",
"bullishSentence": "test",
"socials": {
"website": "",
"twitter": "",
"telegram": ""
"website": "test",
"twitter": "test",
"telegram": "test"
}
}
14 changes: 13 additions & 1 deletion src/tokens/fuse.json
Original file line number Diff line number Diff line change
Expand Up @@ -311,5 +311,17 @@
"decimals": 18,
"chainId": 122,
"logoURI": "https://raw.githubusercontent.com/voltfinance/swap-default-token-list/master/logos/0x3c5DD992D72D082B44c7505015E09fdb1e975eC2/logo.png"
},
{
"name": "Dai Stablecoin V2",
"address": "0x2502F488D481Df4F5054330C71b95d93D41625C2",
"symbol": "DAI V2",
"decimals": 18,
"logoURI": "https://raw.githubusercontent.com/voltfinance/swap-default-token-list/master/logos/0x440B63C0e7b21a57A3784D8AB8E819B9dA383FDf/logo.png",
"contributors": "@mul53 @darkpaladi",
"errors": [
"Name is duplicate",
"Symbol is duplicate"
]
}
]
]
10 changes: 10 additions & 0 deletions summary.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
**PR Summary**:
* Token address: 0x2502F488D481Df4F5054330C71b95d93D41625C2
* Name: **Dai Stablecoin V2**
* Symbol: **DAI V2**
* Decimals: **18**
*Token check error:
*❌Name is duplicate
*❌Symbol is duplicate
![Dai Stablecoin V2 logo](https://raw.githubusercontent.com/voltfinance/swap-default-token-list/master/logos/0x440B63C0e7b21a57A3784D8AB8E819B9dA383FDf/logo.png)
@mul53 @darkpaladi
10 changes: 0 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1461,16 +1461,6 @@ fs.realpath@^1.0.0:
resolved "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz"
integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8= sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==

fsevents@~2.1.2:
version "2.1.3"
resolved "https://registry.npmjs.org/fsevents/-/fsevents-2.1.3.tgz"
integrity sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ==

fsevents@~2.3.2:
version "2.3.3"
resolved "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz"
integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==

get-caller-file@^2.0.1, get-caller-file@^2.0.5:
version "2.0.5"
resolved "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz"
Expand Down