Skip to content

Commit

Permalink
feat(sdk-coin-oas): add oas sdk skeleton
Browse files Browse the repository at this point in the history
Ticket: WIN-3696
  • Loading branch information
adarsh312 committed Nov 11, 2024
1 parent 1306d26 commit 4a489f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ COPY --from=builder /tmp/bitgo/modules/sdk-coin-algo /var/modules/sdk-coin-algo/
COPY --from=builder /tmp/bitgo/modules/sdk-coin-arbeth /var/modules/sdk-coin-arbeth/
COPY --from=builder /tmp/bitgo/modules/abstract-eth /var/modules/abstract-eth/
COPY --from=builder /tmp/bitgo/modules/sdk-coin-atom /var/modules/sdk-coin-atom/
COPY --from=builder /tmp/bitgo/modules/sdk-coin-arbeth /var/modules/sdk-coin-coredao/
COPY --from=builder /tmp/bitgo/modules/abstract-cosmos /var/modules/abstract-cosmos/
COPY --from=builder /tmp/bitgo/modules/sdk-coin-avaxc /var/modules/sdk-coin-avaxc/
COPY --from=builder /tmp/bitgo/modules/sdk-coin-avaxp /var/modules/sdk-coin-avaxp/
Expand Down Expand Up @@ -139,7 +138,6 @@ cd /var/modules/sdk-coin-bera && yarn link && \
cd /var/modules/sdk-coin-bld && yarn link && \
cd /var/modules/sdk-coin-bsc && yarn link && \
cd /var/modules/sdk-coin-celo && yarn link && \
cd /var/modules/sdk-coin-coredao && yarn link && \
cd /var/modules/sdk-coin-coreum && yarn link && \
cd /var/modules/sdk-coin-cspr && yarn link && \
cd /var/modules/sdk-coin-dot && yarn link && \
Expand Down Expand Up @@ -207,7 +205,6 @@ RUN cd /var/bitgo-express && \
yarn link @bitgo/sdk-coin-arbeth && \
yarn link @bitgo/abstract-eth && \
yarn link @bitgo/sdk-coin-atom && \
yarn link @bitgo/sdk-coin-coredao && \
yarn link @bitgo/abstract-cosmos && \
yarn link @bitgo/sdk-coin-avaxc && \
yarn link @bitgo/sdk-coin-avaxp && \
Expand Down
2 changes: 2 additions & 0 deletions modules/bitgo/src/v2/coins/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ import { Injective, Tinjective } from '@bitgo/sdk-coin-injective';
import { Islm, Tislm } from '@bitgo/sdk-coin-islm';
import { Lnbtc, Tlnbtc } from '@bitgo/sdk-coin-lnbtc';
import { Ltc, Tltc } from '@bitgo/sdk-coin-ltc';
import { Oas, Toas } from '@bitgo/sdk-coin-oas';
import { Opeth, Topeth, OpethToken } from '@bitgo/sdk-coin-opeth';
import { Osmo, Tosmo } from '@bitgo/sdk-coin-osmo';
import { Polygon, PolygonToken, Tpolygon } from '@bitgo/sdk-coin-polygon';
Expand Down Expand Up @@ -82,6 +83,7 @@ export { Hash, Thash };
export { Hbar, Thbar };
export { Lnbtc, Tlnbtc };
export { Ltc, Tltc };
export { Oas, Toas };
export { Opeth, Topeth, OpethToken };
export { Osmo, Tosmo };
export { Polygon, PolygonToken, Tpolygon };
Expand Down

0 comments on commit 4a489f9

Please sign in to comment.