Skip to content

Commit dba15bd

Browse files
fix(statics): update test env usd1 and sofid canton contract addresses
Update the test environment (tcanton:usd1 and tcanton:sofid) contract addresses to reflect the newly registered instruments on chain. Generated with [Linear](https://linear.app/bitgo/issue/SCAAS-10171/update-bitgojs-with-new-contract-address#agent-session-0d9c48ec) Co-authored-by: linear-code[bot] <222613912+linear-code[bot]@users.noreply.github.com>
1 parent f328521 commit dba15bd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modules/statics/src/coins/cantonTokens.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ export const cantonTokens = [
130130
'Test USD1 Token',
131131
10,
132132
'https://api.utilities.digitalasset-staging.com/api/token-standard/v0/registrars/',
133-
'12203::12203db723d11df3e69eb66fa9bbb5904269895ac0b284b61e3aeb03b748ca09802e:USD1',
133+
'1220a::1220afe5f990cdf777c54b9943ef0a5532dfb28cbacf92105295109b858355f694b8:USD1',
134134
UnderlyingAsset['tcanton:usd1'],
135135
[...CANTON_TOKEN_FEATURES, CoinFeature.STABLECOIN]
136136
),
@@ -140,7 +140,7 @@ export const cantonTokens = [
140140
'Test SoFiUSD',
141141
10,
142142
'https://api.utilities.digitalasset-staging.com/api/token-standard/v0/registrars/',
143-
'12207::12207dc95b8662cb8f8fc8372cdc04e378f96247c25f34c3d0a5404aea58d6a2b945:SOFID',
143+
'12205::122055d1111cd4f9e1dfb4fb8774b4cedc3512684eb154179fc9cfce9bddb0e4685e:SOFID',
144144
UnderlyingAsset['tcanton:sofid'],
145145
[...CANTON_TOKEN_FEATURES, CoinFeature.STABLECOIN]
146146
),

0 commit comments

Comments
 (0)