@@ -9,9 +9,11 @@ import { UnderlyingAsset } from '../base';
99 * decryption via the Zama Gateway before they can be displayed.
1010 *
1111 * Mainnet contract addresses are TBD pending Zama fhEVM mainnet launch.
12- * Testnet tokens (hteth:*) are deployed on the BitGo-supported ETH testnet (Hoodi).
12+ * Testnet tokens (hteth:*) are deployed on Hoodi using Zama's cleartext FHE stack.
13+ * Hoodi ACL: 0x6D3FAf6f86e1fF9F3B0831Dda920AbA1cBd5bd68 (Networks.test.hoodi.zamaAclContractAddress)
14+ * Hoodi RPC: https://rpc.hoodi.ethpandaops.io (chain ID 560048)
1315 *
14- * Sandbox development contracts (Sepolia):
16+ * Sandbox development contracts (Sepolia, real FHE stack ):
1517 * CTKN: 0x94167129172A35ab093B44b8b96213DDbc3cD387
1618 * cUSDT: 0x4E7B06D78965594eB5EF5414c357ca21E1554491
1719 */
@@ -34,22 +36,21 @@ export const erc7984Tokens = [
3436 UnderlyingAsset [ 'eth:cusdt' ]
3537 ) ,
3638
37- // Testnet tokens (hteth / Hoodi)
38- // Note: sandbox development contracts are on Ethereum Sepolia; deploy to Hoodi for BitGo testnet support
39+ // Testnet tokens (hteth / Hoodi) — Zama cleartext FHE stack (chain ID 560048)
3940 terc7984 (
4041 'f47ac10b-58cc-4372-a567-0e02b2c3d481' ,
41- 'hteth:ctkn ' ,
42- 'Confidential Test Token ' ,
42+ 'hteth:ctest1 ' ,
43+ 'Confidential Token Test 1 ' ,
4344 6 ,
44- '0x0000000000000000000000000000000000000000' , // TODO: deploy to Hoodi and update address (Sepolia dev: 0x94167129172A35ab093B44b8b96213DDbc3cD387)
45- UnderlyingAsset [ 'hteth:ctkn ' ]
45+ '0x7b1d59bbcd291daa59cb6c8c5bc04de1afc4aba1' ,
46+ UnderlyingAsset [ 'hteth:ctest1 ' ]
4647 ) ,
4748 terc7984 (
4849 'f47ac10b-58cc-4372-a567-0e02b2c3d482' ,
4950 'hteth:cusdt' ,
5051 'Confidential USDT' ,
5152 6 ,
52- '0x0000000000000000000000000000000000000000' , // TODO: deploy to Hoodi and update address (Sepolia dev: 0x4E7B06D78965594eB5EF5414c357ca21E1554491)
53+ '0x2debbe0487ef921df4457f9e36ed05be2df1ac75' ,
5354 UnderlyingAsset [ 'hteth:cusdt' ]
5455 ) ,
5556] ;
0 commit comments