@@ -524,6 +524,15 @@ export const allCoinsAndTokens = [
524524 CoinFeature . SUPPORTS_ERC20 ,
525525 ]
526526 ) ,
527+ erc20Token (
528+ '2ffbb405-f474-48b8-b4e9-dacd6ace3d49' ,
529+ 'gasevm:usd1' ,
530+ 'USD1' ,
531+ 18 ,
532+ '0x8d0d000ee44948fc98c9b98a4fa4921476f08b0d' ,
533+ UnderlyingAsset [ 'gasevm:usd1' ] ,
534+ Networks . main . gasevm
535+ ) ,
527536 account (
528537 'e7fdbd6f-93ff-4dda-8a57-81580827188e' ,
529538 'txtzevm' ,
@@ -1141,6 +1150,24 @@ export const allCoinsAndTokens = [
11411150 CoinFeature . SUPPORTS_ERC20 ,
11421151 ]
11431152 ) ,
1153+ erc20Token (
1154+ 'bcd18a2e-8b19-4c6a-9f0a-9350ad5c29cf' ,
1155+ 'tgasevm:usd1' ,
1156+ 'USD1' ,
1157+ 18 ,
1158+ '0xf5618919e1b0931f8b0f93f1fc9e8fb6f90f0f93' ,
1159+ UnderlyingAsset [ 'tgasevm:usd1' ] ,
1160+ Networks . test . tgasevm
1161+ ) ,
1162+ erc20Token (
1163+ '72741d8c-6766-43f5-84d8-8fefdec546bc' ,
1164+ 'tgasevm:stgusd1' ,
1165+ 'USD1' ,
1166+ 18 ,
1167+ '0x60c4371e34e2def89875727fa0912897140e4181' ,
1168+ UnderlyingAsset [ 'tgasevm:stgusd1' ] ,
1169+ Networks . test . tgasevm
1170+ ) ,
11441171 account (
11451172 '9fbfb875-fb80-4a37-b844-48b9e48dfcdd' ,
11461173 'zeta' ,
@@ -3724,6 +3751,20 @@ export const allCoinsAndTokens = [
37243751 CoinFeature . EVM_UNSIGNED_SWEEP_RECOVERY ,
37253752 ]
37263753 ) ,
3754+ tip20Token (
3755+ 'e6e78290-a680-4ea2-a205-b4abc5ba5cd8' ,
3756+ 'tempo:sofid' ,
3757+ 'SoFiUSD' ,
3758+ 6 ,
3759+ '0x20c00000000000000000000050f1d06232a0290f' ,
3760+ UnderlyingAsset [ 'tempo:sofid' ] ,
3761+ [
3762+ ...TEMPO_FEATURES ,
3763+ CoinFeature . STABLECOIN ,
3764+ CoinFeature . EVM_NON_BITGO_RECOVERY ,
3765+ CoinFeature . EVM_UNSIGNED_SWEEP_RECOVERY ,
3766+ ]
3767+ ) ,
37273768 // Tempo TIP20 testnet tokens
37283769 ttip20Token (
37293770 'e1872fd8-14ee-4dc9-bc5e-fd52552d9c60' ,
@@ -3865,6 +3906,34 @@ export const allCoinsAndTokens = [
38653906 CoinFeature . EVM_UNSIGNED_SWEEP_RECOVERY ,
38663907 ]
38673908 ) ,
3909+ ttip20Token (
3910+ '25488f95-b36f-45a7-a116-32b38bd79400' ,
3911+ 'ttempo:sofid' ,
3912+ 'Test SoFiUSD' ,
3913+ 6 ,
3914+ '0x20c00000000000000000000050f10565fddd36c4' ,
3915+ UnderlyingAsset [ 'ttempo:sofid' ] ,
3916+ [
3917+ ...TEMPO_FEATURES ,
3918+ CoinFeature . STABLECOIN ,
3919+ CoinFeature . EVM_NON_BITGO_RECOVERY ,
3920+ CoinFeature . EVM_UNSIGNED_SWEEP_RECOVERY ,
3921+ ]
3922+ ) ,
3923+ ttip20Token (
3924+ '765996aa-5a19-453b-bbd5-8a5c39af1db7' ,
3925+ 'ttempo:stgsofid' ,
3926+ 'Test SoFiUSD' ,
3927+ 6 ,
3928+ '0x20c00000000000000000000050f1d06232a0290f' ,
3929+ UnderlyingAsset [ 'ttempo:stgsofid' ] ,
3930+ [
3931+ ...TEMPO_FEATURES ,
3932+ CoinFeature . STABLECOIN ,
3933+ CoinFeature . EVM_NON_BITGO_RECOVERY ,
3934+ CoinFeature . EVM_UNSIGNED_SWEEP_RECOVERY ,
3935+ ]
3936+ ) ,
38683937 canton (
38693938 '07385320-5a4f-48e9-97a5-86d4be9f24b0' ,
38703939 'canton' ,
@@ -5094,6 +5163,14 @@ export const allCoinsAndTokens = [
50945163 '0x754704bc059f8c67012fed69bc8a327a5aafb603' ,
50955164 UnderlyingAsset [ 'mon:usdc' ]
50965165 ) ,
5166+ monErc20 (
5167+ 'c930fcc3-c762-43d3-969b-41f51def8143' ,
5168+ 'mon:sofid' ,
5169+ 'SoFiUSD' ,
5170+ 6 ,
5171+ '0x5572728e36b5510010ade1db6bbaea1c402411cc' ,
5172+ UnderlyingAsset [ 'mon:sofid' ]
5173+ ) ,
50975174
50985175 // MON testnet tokens
50995176 tmonErc20 (
@@ -5104,6 +5181,22 @@ export const allCoinsAndTokens = [
51045181 '0x119abe0ba145873072e94baa98da26e11da067ad' ,
51055182 UnderlyingAsset [ 'tmon:tmt' ]
51065183 ) ,
5184+ tmonErc20 (
5185+ '25f2f4a8-000f-4c5c-816b-1b7bc2f167ad' ,
5186+ 'tmon:sofid' ,
5187+ 'Test SoFiUSD' ,
5188+ 6 ,
5189+ '0xa7171032d2f41828dffd793149823e13f79c456e' ,
5190+ UnderlyingAsset [ 'tmon:sofid' ]
5191+ ) ,
5192+ tmonErc20 (
5193+ '774faf6c-c8b0-4b07-9e26-d75e9752ab92' ,
5194+ 'tmon:stgsofid' ,
5195+ 'Test SoFiUSD' ,
5196+ 6 ,
5197+ '0xf5618919e1b0931f8b0f93f1fc9e8fb6f90f0f93' ,
5198+ UnderlyingAsset [ 'tmon:stgsofid' ]
5199+ ) ,
51075200
51085201 // hypeeevm testnet tokens
51095202 erc20Token (
0 commit comments