feat(statics): update USD1 and SOFID contract addresses - #9375
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the Canton stablecoin token registry identifiers to reflect newly created admin wallets for USD1 and SOFID, ensuring the @bitgo/statics Canton token metadata stays aligned with on-chain/registrar configuration.
Changes:
- Updated the USD1 Canton token identifier string to the new contract/address reference.
- Updated the SoFiUSD (SOFID) Canton token identifier string to the new contract/address reference.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Claude finished @zeeshanamjad-eng's task —— View job PR Review: Canton Token Address UpdatesTodo List:
Code Review SummaryThis PR updates the contract addresses for two Canton stablecoins (USD1 and SOFID) in the token registry. The changes look correct and well-structured. Changes Made:USD1 Token (line 82): - '12207::12207104d046b9339c2615aaa1ff7170eace89d1e4c657148eab5d0c2417583fa1a0:USD1'
+ '1220b::1220bab043849b986b52bc6271edf1ae962bab03d9f0c0713f071732d2278386bd02:USD1'SOFID Token (line 92): - '1220f::1220f4c76343491c0951f54ede55f112b71c4b17714ed353bc6c820af96142a36f01:SOFID'
+ '12206::122064767126065d9d63e87552952f4d488a94c96786b0995c8e4594f205f2734576:SOFID'Review Findings:✅ Positive Aspects:
|
New admin wallets have been created for the stablecoins USD1 and SOFID. So their addresses need to be reflected. Ticket: SCAAS-10073, SCAAS-9966
9d861d9 to
4e070be
Compare
New admin wallets have been created for the stablecoins USD1 and SOFID. So their addresses need to be reflected.
Ticket: SCAAS-10073, SCAAS-9966