Skip to content

Commit

Permalink
[ASSET-33] Add Base USDC image (#38)
Browse files Browse the repository at this point in the history
* ASSET-33 Update USDC info

Signed-off-by: jormal <[email protected]>

* ASSET-33 Fix tagged release action

Signed-off-by: jormal <[email protected]>

* ASSET-33 Update requirements

Signed-off-by: jormal <[email protected]>

* ASSET-33 Update version

Signed-off-by: jormal <[email protected]>

* ASSET-33 Update USDbC image

Signed-off-by: jormal <[email protected]>

---------

Signed-off-by: jormal <[email protected]>
  • Loading branch information
jormal authored Jul 19, 2024
1 parent 5580663 commit ddfd17c
Show file tree
Hide file tree
Showing 10 changed files with 55 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tagged-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
- name: Get the latest and release tag
run: |
TAGS=$(git describe --tags $(git rev-list --tags --max-count=2))
RELEASE_TAG=$(echo $TAGS | sed -n '1p')
LATEST_TAG=$(echo $TAGS | sed -n '2p')
RELEASE_TAG=$(echo "$TAGS" | awk 'NR==1')
LATEST_TAG=$(echo "$TAGS" | awk 'NR==2')
echo "LATEST_TAG=$LATEST_TAG" >> $GITHUB_ENV
echo "RELEASE_TAG=$RELEASE_TAG" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.6
2.0.7
10 changes: 10 additions & 0 deletions assets/usdc-0/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,16 @@
"mainnet"
]
},
{
"address": "0xC96971f6F5A1D20EFcD465B1163812a955b414A3",
"decimals": 6,
"name": "USDC",
"network": "evm-84532",
"symbol": "USDC",
"tags": [
"testnet"
]
},
{
"address": "0xC9C0aD3179eE2f4801454926ED5D6A2Da30b56FB",
"decimals": 18,
Expand Down
Binary file added assets/usdc-1/image-128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/usdc-1/image-256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/usdc-1/image-32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/usdc-1/image-64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions assets/usdc-1/info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"contracts": [
{
"address": "0xd9aAEc86B65D86f6A7B5B1b0c42FFA531710b6CA",
"decimals": 6,
"name": "USD Base Coin",
"network": "evm-8453",
"symbol": "USDbC",
"tags": [
"mainnet"
]
}
],
"id": "usdc-1",
"images": {
"png128": true,
"png256": true,
"png32": true,
"png64": true,
"svg": false
},
"name": "USD Base Coin",
"references": [
{
"id": "coingecko",
"url": "https://www.coingecko.com/en/coins/bridged-usd-coin-base"
},
{
"id": "coinmarketcap",
"url": "https://coinmarketcap.com/currencies/usd-base-coin"
}
],
"tags": []
}
4 changes: 4 additions & 0 deletions enums/ids/asset.json
Original file line number Diff line number Diff line change
Expand Up @@ -1259,6 +1259,10 @@
"description": "USD Coin",
"value": "usdc-0"
},
{
"description": "USD Base Coin",
"value": "usdc-1"
},
{
"description": "Decentralized USD",
"value": "usdd-0"
Expand Down
8 changes: 4 additions & 4 deletions requirements/essential.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Specifies the essential requirements of the project.
hexbytes==0.3.1
pydantic==2.5.3
web3==6.14.0
build==1.2.1
hexbytes>=0.3.1
pydantic>=2.5.3
web3>=6.14.0
build>=1.2.1

0 comments on commit ddfd17c

Please sign in to comment.