Skip to content

Commit f0fa687

Browse files
Merge pull request #5193 from BitGo/GNA-37
feat(statics): add ofceth:virtual token
2 parents 0cba567 + 2e81981 commit f0fa687

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

modules/statics/src/coins.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13100,6 +13100,13 @@ export const coins = CoinMap.fromCoins([
1310013100
ofcerc20('a4e0613e-1d1b-477c-9da5-7c553ff787b7', 'ofcmew', 'MEW coin', 18, UnderlyingAsset.MEW),
1310113101
ofcerc20('ba2c8abb-6375-4207-9262-8b907a1dbf1b', 'ofcusdd', 'USDD', 18, UnderlyingAsset.USDD),
1310213102
ofcerc20('cbb73d46-ce0d-4045-822b-8aa0d6fb8ad4', 'ofcw', 'Wormhole Token', 18, UnderlyingAsset.W),
13103+
ofcerc20(
13104+
'03a02e79-f604-4b79-96da-fb4a21456566',
13105+
'ofceth:virtual',
13106+
'Virtual Protocol',
13107+
18,
13108+
UnderlyingAsset['eth:virtual']
13109+
),
1310313110
ofcArbethErc20(
1310413111
'df2296e6-366e-4707-bab0-bf16ce592601',
1310513112
'ofcarbeth:link',

0 commit comments

Comments
 (0)