Skip to content

Commit

Permalink
[ASSET-15] Add BtcUSD on testnet (#16)
Browse files Browse the repository at this point in the history
* ASSET-15 Add btcusd-0 ID in enum list

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

* ASSET-15 Add btcusd images

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

* ASSET-15 Add btcusd asset information

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

* ASSET-15 Add @luke-yoon to reviewer

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

* ASSET-15 Update BtcUSD address on Bifrost testnet

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

---------

Signed-off-by: jormal <[email protected]>
  • Loading branch information
jormal authored Feb 26, 2024
1 parent 152b95a commit e6a1397
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/auto_assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ reviewers:
- jormal
- yjkellyjoo
- zibersaioros
- luke-yoon

numberOfReviewers: 0
Binary file added assets/btcusd-0/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/btcusd-0/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/btcusd-0/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/btcusd-0/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.
5 changes: 5 additions & 0 deletions assets/btcusd-0/image.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions assets/btcusd-0/info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"contracts": [
{
"address": "0x9039B6f30aa5bD00c303A3644c16B8Cc8031CE53",
"decimals": 18,
"name": "Bitcoin USD",
"network": "evm-49088",
"symbol": "BtcUSD",
"tags": [
"testnet"
]
}
],
"id": "btcusd-0",
"images": {
"png128": true,
"png256": true,
"png32": true,
"png64": true,
"svg": true
},
"name": "Bitcoin USD",
"references": [],
"tags": []
}
4 changes: 4 additions & 0 deletions enums/ids/asset.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@
"value": "btcb-0",
"description": "BTCB Token"
},
{
"value": "btcusd-0",
"description": "Bitcoin USD"
},
{
"value": "busd-0",
"description": "BUSD"
Expand Down

0 comments on commit e6a1397

Please sign in to comment.