diff --git a/modules/statics/src/allCoinsAndTokens.ts b/modules/statics/src/allCoinsAndTokens.ts index e24cee60aa..241946c9c0 100644 --- a/modules/statics/src/allCoinsAndTokens.ts +++ b/modules/statics/src/allCoinsAndTokens.ts @@ -2594,7 +2594,7 @@ export const allCoinsAndTokens = [ erc20Token( 'bd702760-f70b-4b4c-a28c-3b45758042fc', 'jovayeth:usdce', - 'USDC.e', + 'Bridged USDC', 6, '0x39c010df583c9de49088947190669883b41a02ab', UnderlyingAsset['jovayeth:usdce'], @@ -2614,7 +2614,7 @@ export const allCoinsAndTokens = [ erc20Token( 'a8f3b2c1-d4e5-4f6a-8b7c-9d0e1f2a3b4c', 'tjovayeth:usdce', - 'USDC.e', + 'Bridged USDC', 6, '0x39c010df583c9de49088947190669883b41a02ab', UnderlyingAsset['tjovayeth:usdce'], diff --git a/modules/statics/src/coins/ofcErc20Coins.ts b/modules/statics/src/coins/ofcErc20Coins.ts index f56c23b90e..5c4fdfab83 100644 --- a/modules/statics/src/coins/ofcErc20Coins.ts +++ b/modules/statics/src/coins/ofcErc20Coins.ts @@ -5321,7 +5321,7 @@ export const tOfcErc20Coins = [ ofcerc20( '56d130a9-b5ce-46b7-8ba3-648372dd3e9c', 'ofcjovayeth:usdce', - 'USDC.e', + 'Bridged USDC', 6, underlyingAssetForSymbol('jovayeth:usdce'), undefined, @@ -5351,7 +5351,7 @@ export const tOfcErc20Coins = [ tofcerc20( 'e1d2c3b4-a5f6-4e7d-8c9b-0a1b2c3d4e5f', 'ofctjovayeth:usdce', - 'USDC.e', + 'Bridged USDC', 6, underlyingAssetForSymbol('tjovayeth:usdce'), undefined,