Skip to content

Commit

Permalink
Automated build update
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user authored and darkpaladi committed Aug 15, 2024
1 parent 9495e49 commit 9311fb5
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 13 deletions.
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-15T12:50:39.756Z",
"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"
]
}
]
}
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

0 comments on commit 9311fb5

Please sign in to comment.