Skip to content

Commit 8df34ff

Browse files
authored
Update ststxbtc token (#190)
* Update contract address for stSTXbtc token in TOKEN_REGISTRY * Bump Version
1 parent 63cfe2c commit 8df34ff

File tree

10 files changed

+2
-2
lines changed

10 files changed

+2
-2
lines changed

app/Makefile.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
APPVERSION_M=0
22
APPVERSION_N=24
3-
APPVERSION_P=8
3+
APPVERSION_P=9

app/src/token_info.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ static const token_info_t TOKEN_REGISTRY[] = {
4949
.token_symbol = "stSTX",
5050
.decimals = 6,
5151
.post_condition_code = POST_CONDITION_CODE_EQUAL},
52-
{.contract_address = "SP4SZE494VC2YC5JYG7AYFQ44F5Q4PYV7DVMDPBG.ststxbtc-token",
52+
{.contract_address = "SP4SZE494VC2YC5JYG7AYFQ44F5Q4PYV7DVMDPBG.ststxbtc-token-v2",
5353
.token_symbol = "stSTXbtc",
5454
.decimals = 6,
5555
.post_condition_code = POST_CONDITION_CODE_EQUAL},
-6 Bytes
Loading
8 Bytes
Loading
8 Bytes
Loading
-5 Bytes
Loading
-5 Bytes
Loading
-30 Bytes
Loading
-5 Bytes
Loading
-5 Bytes
Loading

0 commit comments

Comments
 (0)