File tree Expand file tree Collapse file tree 4 files changed +10
-0
lines changed
Expand file tree Collapse file tree 4 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 106106/modules /sdk-core /src /bitgo /address-book / @ BitGo/prime
107107/modules /sdk-core /src /bitgo /trading / @ BitGo/prime
108108
109+ # Asset Metadata Service
110+ /modules /statics /src /coins /botTokens.ts @ BitGo/ams
111+ /modules /statics /src /coins /botOfcTokens.ts @ BitGo/ams
112+
109113# Core Modules
110114/modules /bitgo / @ BitGo/coins @ BitGo/web-experience @ BitGo/wallet-platform
111115/modules /bitgo /test /v2 /unit /lightning / @ BitGo/btc-team
Original file line number Diff line number Diff line change @@ -133,6 +133,8 @@ import {
133133 ZETA_FEATURES ,
134134 ZKETH_FEATURES ,
135135} from './coinFeatures' ;
136+ import { botTokens } from './coins/botTokens' ;
137+ import { botOfcTokens } from './coins/botOfcTokens' ;
136138
137139export const coins = CoinMap . fromCoins ( [
138140 ...lightningCoins ,
@@ -149,6 +151,8 @@ export const coins = CoinMap.fromCoins([
149151 ...nep141Tokens ,
150152 ...vetTokens ,
151153 ...cosmosTokens ,
154+ ...botTokens ,
155+ ...botOfcTokens ,
152156 avaxp (
153157 '5436386e-9e4d-4d82-92df-59d9720d1738' ,
154158 'avaxp' ,
Original file line number Diff line number Diff line change 1+ export const botOfcTokens = [ ] ;
Original file line number Diff line number Diff line change 1+ export const botTokens = [ ] ;
You can’t perform that action at this time.
0 commit comments