Skip to content

Commit

Permalink
[ASSET-32] Add Bifrost BTC on Bifrost Testnet (#37)
Browse files Browse the repository at this point in the history
* ASSET-32 Add Bifrost BTC info

Signed-off-by: jormal <jormal@naver.com>

* ASSET-32 Update Enum

Signed-off-by: jormal <jormal@naver.com>

* ASSET-32 Update version

Signed-off-by: jormal <jormal@naver.com>

* ASSET-32 Fix dependencies version

Signed-off-by: jormal <jormal@naver.com>

---------

Signed-off-by: jormal <jormal@naver.com>
  • Loading branch information
jormal authored Jul 16, 2024
1 parent 25e2e5f commit 5580663
Show file tree
Hide file tree
Showing 10 changed files with 50 additions and 6 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.5
2.0.6
Binary file added assets/btc-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/btc-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/btc-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/btc-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.
15 changes: 15 additions & 0 deletions assets/btc-1/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/btc-1/info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"contracts": [
{
"address": "0x52Eb8CFC008814328cF8daec9e2023Fb58384242",
"decimals": 8,
"name": "Unified BTC",
"network": "evm-49088",
"symbol": "BTC",
"tags": [
"testnet"
]
}
],
"id": "btc-1",
"images": {
"png128": true,
"png256": true,
"png32": true,
"png64": true,
"svg": true
},
"name": "Unified BTC",
"references": [],
"tags": []
}
4 changes: 4 additions & 0 deletions enums/ids/asset.json
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,10 @@
"description": "Bitcoin",
"value": "btc-0"
},
{
"description": "Unified BTC",
"value": "btc-1"
},
{
"description": "BTCB Token",
"value": "btcb-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
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Specifies the packages for testing the project.
pytest==7.4.4
pytest-asyncio==0.23.7
pigar==2.1.4
pigar==2.1.6

0 comments on commit 5580663

Please sign in to comment.