Skip to content

Commit 3394a0e

Browse files
authored
Merge pull request #6675 from BitGo/COIN-5123-1
feat: ofc tokens for vet
2 parents 5b77d02 + 22347e0 commit 3394a0e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

modules/statics/src/coins/ofcCoins.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ import {
3131
tofcWorldErc20,
3232
ofcCoredaoErc20,
3333
tofcCoredaoErc20,
34+
ofcVetToken,
35+
tofcVetToken,
3436
} from '../ofc';
3537
import { UnderlyingAsset, CoinKind } from '../base';
3638

@@ -203,6 +205,8 @@ export const ofcCoins = [
203205
),
204206
ofc('77661a48-865f-48ea-bb73-875744729a69', 'ofcbera:dolo', 'Dolomite', 18, UnderlyingAsset.BERA, CoinKind.CRYPTO),
205207
ofc('411fd61a-3571-41f4-b632-6058a30a66a2', 'ofcapt', 'Aptos', 8, UnderlyingAsset.APT, CoinKind.CRYPTO),
208+
ofc('2fee34a2-cfb8-4882-953a-ac02f2c1577d', 'ofcvet', 'VeChain', 18, UnderlyingAsset.VET, CoinKind.CRYPTO),
209+
tofc('49ee4baa-a5a7-47f1-b660-7031be7ef310', 'ofctvet', 'Testnet VeChain', 18, UnderlyingAsset.VET, CoinKind.CRYPTO),
206210
tofc('6677edac-c597-43ca-b8ff-6cdfa4e094a3', 'ofctapt', 'Testnet Aptos', 8, UnderlyingAsset.APT, CoinKind.CRYPTO),
207211
tofc('81bd0c13-6531-42b9-a58a-b1e65d239f6f', 'ofctoas', 'Testnet oaschain', 18, UnderlyingAsset.OAS, CoinKind.CRYPTO),
208212
tofc(
@@ -2872,4 +2876,12 @@ export const ofcCoins = [
28722876
18,
28732877
UnderlyingAsset['tcoredao:stcore']
28742878
),
2879+
ofcVetToken('6a41f407-c05c-4038-9175-67ffe7a26410', 'ofcvet:vtho', 'VeThor', 18, UnderlyingAsset['vet:vtho']),
2880+
tofcVetToken(
2881+
'60966c89-d54a-40fb-abf5-08b7b0b1bb79',
2882+
'ofctvet:vtho',
2883+
'Testnet VeThor',
2884+
18,
2885+
UnderlyingAsset['tvet:vtho']
2886+
),
28752887
];

0 commit comments

Comments
 (0)