Skip to content

Commit 551bc4d

Browse files
authored
Merge pull request #7118 from BitGo/WIN-7361-add-coinfactory-for-og-test
feat: add coinfactory for token instance on test og
2 parents b424d53 + 69ce8cb commit 551bc4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/bitgo/src/v2/coinFactory.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ export function registerCoinConstructors(coinFactory: CoinFactory, coinMap: Coin
255255
coinFactory.register('ethw', Ethw.createInstance);
256256
coinFactory.register('baseeth', EthLikeCoin.createInstance);
257257
coinFactory.register('og', EthLikeCoin.createInstance);
258+
coinFactory.register('tog', EthLikeCoin.createInstance);
258259
coinFactory.register('tbaseeth', TethLikeCoin.createInstance);
259260
coinFactory.register('fiataed', FiatAED.createInstance);
260261
coinFactory.register('fiateur', FiatEur.createInstance);

0 commit comments

Comments
 (0)