Skip to content

Commit 364a975

Browse files
Merge pull request #6569 from BitGo/WIN-6410
feat: onboarding ofc tokens for WORLD:WLD and WORLD:USDC
2 parents b550b7a + 4316adc commit 364a975

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

modules/statics/src/coins/ofcCoins.ts

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ import {
2727
tofcStxToken,
2828
ofcnep141Token,
2929
tofcnep141Token,
30+
ofcWorldErc20,
31+
tofcWorldErc20,
3032
} from '../ofc';
3133
import { UnderlyingAsset, CoinKind } from '../base';
3234

@@ -2814,4 +2816,20 @@ export const ofcCoins = [
28142816
6,
28152817
UnderlyingAsset['tnear:usdc']
28162818
),
2819+
ofcWorldErc20('809418f2-d9e7-4604-bc17-e7dc881324c3', 'ofcworld:wld', 'Worldcoin', 18, UnderlyingAsset['world:wld']),
2820+
ofcWorldErc20('b37a7ce1-3be3-4df1-808d-8cc9065c7ed7', 'ofcworld:usdc', 'USDC', 6, UnderlyingAsset['world:usdc']),
2821+
tofcWorldErc20(
2822+
'ed63bc0a-f979-4abb-953b-edb17cf9efd0',
2823+
'tofcworld:wld',
2824+
'Worldcoin Testnet',
2825+
18,
2826+
UnderlyingAsset['tworld:wld']
2827+
),
2828+
tofcWorldErc20(
2829+
'c377fb3f-06fb-41bb-b875-13f92fde8875',
2830+
'tofcworld:usdc',
2831+
'USDC Testnet',
2832+
6,
2833+
UnderlyingAsset['tworld:usdc']
2834+
),
28172835
];

0 commit comments

Comments
 (0)