Skip to content

Commit b424d53

Browse files
authored
Merge pull request #7117 from BitGo/WIN-7361
chore: add coinfactory for token instance for og
2 parents 77cbdbc + be65896 commit b424d53

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
@@ -254,6 +254,7 @@ export function registerCoinConstructors(coinFactory: CoinFactory, coinMap: Coin
254254
coinFactory.register('eth', Eth.createInstance);
255255
coinFactory.register('ethw', Ethw.createInstance);
256256
coinFactory.register('baseeth', EthLikeCoin.createInstance);
257+
coinFactory.register('og', EthLikeCoin.createInstance);
257258
coinFactory.register('tbaseeth', TethLikeCoin.createInstance);
258259
coinFactory.register('fiataed', FiatAED.createInstance);
259260
coinFactory.register('fiateur', FiatEur.createInstance);

0 commit comments

Comments
 (0)