Skip to content

Commit 8ee14ae

Browse files
committed
fix(statics): correct tcanton:usdcx contract address casing
Ticket: CHALO-632
1 parent decf227 commit 8ee14ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/statics/src/coins/cantonTokens.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ export const cantonTokens = [
130130
'USDCx',
131131
10,
132132
'https://api.utilities.digitalasset-staging.com/api/token-standard/v0/registrars/',
133-
'decentralized-usdc-interchain-rep::122049e2af8a725bd19759320fc83c638e7718973eac189d8f201309c512d1ffec61:USDCX',
133+
'decentralized-usdc-interchain-rep::122049e2af8a725bd19759320fc83c638e7718973eac189d8f201309c512d1ffec61:USDCx',
134134
UnderlyingAsset['tcanton:usdcx'],
135135
CANTON_TOKEN_FEATURES
136136
),

0 commit comments

Comments
 (0)