Skip to content

Commit e7800ca

Browse files
committed
feat: onboard new ofc testnet hoodi coin
Ticket: GO-1488. This is being done so that we can essentially "reset" the underlying data for HTETH without actually wiping anything. Essentially the old data will have ofchteth on it and after migration, HTETH will point to "ofchooditeth" giving us a clean slate.
1 parent d4ae748 commit e7800ca

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

modules/statics/src/coins/ofcCoins.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,14 @@ export const ofcCoins = [
269269
UnderlyingAsset.ETH,
270270
CoinKind.CRYPTO
271271
),
272+
tofc(
273+
'97f83379-a536-4977-a5e8-5a4dae5a3db7',
274+
'ofchooditeth',
275+
'Test Hoodi Ether',
276+
18,
277+
UnderlyingAsset.ETH,
278+
CoinKind.CRYPTO
279+
),
272280
tofc(
273281
'f43d0558-8c07-4927-af7f-33947fd310c9',
274282
'ofctavaxc',

0 commit comments

Comments
 (0)