Skip to content

Commit 1cf8b72

Browse files
authored
Merge pull request #8168 from BitGo/win-7934-rename-usdce
fix: rename jovayeth:usdce token name to Bridged USDC
2 parents 9272e2c + 77a911f commit 1cf8b72

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

modules/statics/src/allCoinsAndTokens.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2594,7 +2594,7 @@ export const allCoinsAndTokens = [
25942594
erc20Token(
25952595
'bd702760-f70b-4b4c-a28c-3b45758042fc',
25962596
'jovayeth:usdce',
2597-
'USDC.e',
2597+
'Bridged USDC',
25982598
6,
25992599
'0x39c010df583c9de49088947190669883b41a02ab',
26002600
UnderlyingAsset['jovayeth:usdce'],
@@ -2614,7 +2614,7 @@ export const allCoinsAndTokens = [
26142614
erc20Token(
26152615
'a8f3b2c1-d4e5-4f6a-8b7c-9d0e1f2a3b4c',
26162616
'tjovayeth:usdce',
2617-
'USDC.e',
2617+
'Bridged USDC',
26182618
6,
26192619
'0x39c010df583c9de49088947190669883b41a02ab',
26202620
UnderlyingAsset['tjovayeth:usdce'],

modules/statics/src/coins/ofcErc20Coins.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5321,7 +5321,7 @@ export const tOfcErc20Coins = [
53215321
ofcerc20(
53225322
'56d130a9-b5ce-46b7-8ba3-648372dd3e9c',
53235323
'ofcjovayeth:usdce',
5324-
'USDC.e',
5324+
'Bridged USDC',
53255325
6,
53265326
underlyingAssetForSymbol('jovayeth:usdce'),
53275327
undefined,
@@ -5351,7 +5351,7 @@ export const tOfcErc20Coins = [
53515351
tofcerc20(
53525352
'e1d2c3b4-a5f6-4e7d-8c9b-0a1b2c3d4e5f',
53535353
'ofctjovayeth:usdce',
5354-
'USDC.e',
5354+
'Bridged USDC',
53555355
6,
53565356
underlyingAssetForSymbol('tjovayeth:usdce'),
53575357
undefined,

0 commit comments

Comments
 (0)