Skip to content

Commit 99c6b97

Browse files
fix: fix the naming of the ofc tokens of world and coredao
Ticket: WIN-6476 TICKET: WIN-6476
1 parent 383b5dd commit 99c6b97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/statics/src/coins/ofcCoins.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2830,14 +2830,14 @@ export const ofcCoins = [
28302830
ofcWorldErc20('b37a7ce1-3be3-4df1-808d-8cc9065c7ed7', 'ofcworld:usdc', 'USDC', 6, UnderlyingAsset['world:usdc']),
28312831
tofcWorldErc20(
28322832
'ed63bc0a-f979-4abb-953b-edb17cf9efd0',
2833-
'tofcworld:wld',
2833+
'ofctworld:wld',
28342834
'Worldcoin Testnet',
28352835
18,
28362836
UnderlyingAsset['tworld:wld']
28372837
),
28382838
tofcWorldErc20(
28392839
'c377fb3f-06fb-41bb-b875-13f92fde8875',
2840-
'tofcworld:usdc',
2840+
'ofctworld:usdc',
28412841
'USDC Testnet',
28422842
6,
28432843
UnderlyingAsset['tworld:usdc']
@@ -2851,7 +2851,7 @@ export const ofcCoins = [
28512851
),
28522852
tofcCoredaoErc20(
28532853
'db4127bd-7c90-47c5-a9d8-7ca0d7ee1d2c',
2854-
'tofccoredao:stcore',
2854+
'ofctcoredao:stcore',
28552855
'Testnet stCore token',
28562856
18,
28572857
UnderlyingAsset['tcoredao:stcore']

0 commit comments

Comments
 (0)