Skip to content

Commit 3358bd8

Browse files
Merge pull request #6271
2 parents a42e4c4 + be70075 commit 3358bd8

37 files changed

+0
-1510
lines changed

CODEOWNERS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@
6262
/modules/sdk-coin-cspr/ @BitGo/ethalt-team
6363
/modules/sdk-coin-dot/ @BitGo/ethalt-team
6464
/modules/sdk-coin-eos/ @BitGo/ethalt-team
65-
/modules/sdk-coin-fetchai/ @BitGo/ethalt-team
6665
/modules/sdk-coin-flr/ @BitGo/ethalt-team
6766
/modules/sdk-coin-ethlike/ @BitGo/ethalt-team
6867
/modules/sdk-coin-hbar/ @BitGo/ethalt-team

Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ COPY --from=builder /tmp/bitgo/modules/sdk-coin-cronos /var/modules/sdk-coin-cro
7777
COPY --from=builder /tmp/bitgo/modules/sdk-coin-cspr /var/modules/sdk-coin-cspr/
7878
COPY --from=builder /tmp/bitgo/modules/sdk-coin-dot /var/modules/sdk-coin-dot/
7979
COPY --from=builder /tmp/bitgo/modules/sdk-coin-etc /var/modules/sdk-coin-etc/
80-
COPY --from=builder /tmp/bitgo/modules/sdk-coin-fetchai /var/modules/sdk-coin-fetchai/
8180
COPY --from=builder /tmp/bitgo/modules/sdk-coin-flr /var/modules/sdk-coin-flr/
8281
COPY --from=builder /tmp/bitgo/modules/sdk-coin-hash /var/modules/sdk-coin-hash/
8382
COPY --from=builder /tmp/bitgo/modules/sdk-coin-hbar /var/modules/sdk-coin-hbar/
@@ -171,7 +170,6 @@ cd /var/modules/sdk-coin-cronos && yarn link && \
171170
cd /var/modules/sdk-coin-cspr && yarn link && \
172171
cd /var/modules/sdk-coin-dot && yarn link && \
173172
cd /var/modules/sdk-coin-etc && yarn link && \
174-
cd /var/modules/sdk-coin-fetchai && yarn link && \
175173
cd /var/modules/sdk-coin-flr && yarn link && \
176174
cd /var/modules/sdk-coin-hash && yarn link && \
177175
cd /var/modules/sdk-coin-hbar && yarn link && \
@@ -268,7 +266,6 @@ RUN cd /var/bitgo-express && \
268266
yarn link @bitgo/sdk-coin-cspr && \
269267
yarn link @bitgo/sdk-coin-dot && \
270268
yarn link @bitgo/sdk-coin-etc && \
271-
yarn link @bitgo/sdk-coin-fetchai && \
272269
yarn link @bitgo/sdk-coin-flr && \
273270
yarn link @bitgo/sdk-coin-hash && \
274271
yarn link @bitgo/sdk-coin-hbar && \

modules/account-lib/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
"@bitgo/sdk-coin-dot": "^4.3.0",
4747
"@bitgo/sdk-coin-etc": "^2.3.0",
4848
"@bitgo/sdk-coin-eth": "^24.6.0",
49-
"@bitgo/sdk-coin-fetchai": "^2.1.0",
5049
"@bitgo/sdk-coin-flr": "^1.3.0",
5150
"@bitgo/sdk-coin-hash": "^3.1.0",
5251
"@bitgo/sdk-coin-hbar": "^2.2.0",

modules/account-lib/src/index.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,6 @@ export { Mantra };
113113
import * as Cronos from '@bitgo/sdk-coin-cronos';
114114
export { Cronos };
115115

116-
import * as FetchAi from '@bitgo/sdk-coin-fetchai';
117-
export { FetchAi };
118-
119116
import * as Initia from '@bitgo/sdk-coin-initia';
120117
export { Initia };
121118

@@ -278,8 +275,6 @@ const coinBuilderMap = {
278275
tbaby: Baby.TransactionBuilder,
279276
cronos: Cronos.TransactionBuilder,
280277
tcronos: Cronos.TransactionBuilder,
281-
fetchai: FetchAi.TransactionBuilder,
282-
tfetchai: FetchAi.TransactionBuilder,
283278
initia: Initia.TransactionBuilder,
284279
tinitia: Initia.TransactionBuilder,
285280
asi: Asi.TransactionBuilder,

modules/bitgo/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@
7979
"@bitgo/sdk-coin-eth": "^24.6.0",
8080
"@bitgo/sdk-coin-ethlike": "^1.3.0",
8181
"@bitgo/sdk-coin-ethw": "^20.1.0",
82-
"@bitgo/sdk-coin-fetchai": "^2.1.0",
8382
"@bitgo/sdk-coin-flr": "^1.3.0",
8483
"@bitgo/sdk-coin-hash": "^3.1.0",
8584
"@bitgo/sdk-coin-hbar": "^2.2.0",

modules/bitgo/src/v2/coinFactory.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ import {
4949
Eth,
5050
Ethw,
5151
EthLikeCoin,
52-
FetchAi,
5352
Flr,
5453
TethLikeCoin,
5554
FiatAED,
@@ -123,7 +122,6 @@ import {
123122
Teos,
124123
Tetc,
125124
Teth,
126-
TfetchAi,
127125
Tflr,
128126
Tmon,
129127
TfiatAED,
@@ -222,7 +220,6 @@ export function registerCoinConstructors(coinFactory: CoinFactory, coinMap: Coin
222220
coinFactory.register('fiatgbp', FiatGBP.createInstance);
223221
coinFactory.register('fiatsgd', FiatSGD.createInstance);
224222
coinFactory.register('fiatusd', FiatUsd.createInstance);
225-
coinFactory.register('fetchai', FetchAi.createInstance);
226223
coinFactory.register('flr', Flr.createInstance);
227224
coinFactory.register('gteth', Gteth.createInstance);
228225
coinFactory.register('hash', Hash.createInstance);
@@ -291,7 +288,6 @@ export function registerCoinConstructors(coinFactory: CoinFactory, coinMap: Coin
291288
coinFactory.register('tfiatgbp', TfiatGBP.createInstance);
292289
coinFactory.register('tfiatsgd', TfiatSGD.createInstance);
293290
coinFactory.register('tfiatusd', TfiatUsd.createInstance);
294-
coinFactory.register('tfetchai', TfetchAi.createInstance);
295291
coinFactory.register('tflr', Tflr.createInstance);
296292
coinFactory.register('tmon', Tmon.createInstance);
297293
coinFactory.register('thash', Thash.createInstance);

modules/bitgo/src/v2/coins/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ import { Dot, Tdot } from '@bitgo/sdk-coin-dot';
2828
import { Eos, EosToken, Teos } from '@bitgo/sdk-coin-eos';
2929
import { Etc, Tetc } from '@bitgo/sdk-coin-etc';
3030
import { Erc20Token, Eth, Gteth, Hteth, Teth } from '@bitgo/sdk-coin-eth';
31-
import { FetchAi, TfetchAi } from '@bitgo/sdk-coin-fetchai';
3231
import { Flr, Tflr } from '@bitgo/sdk-coin-flr';
3332
import { Ethw } from '@bitgo/sdk-coin-ethw';
3433
import { EthLikeCoin, TethLikeCoin } from '@bitgo/sdk-coin-ethlike';
@@ -102,7 +101,6 @@ export { Erc20Token, Eth, Gteth, Hteth, Teth };
102101
export { Ethw };
103102
export { EthLikeCoin, TethLikeCoin };
104103
export { Etc, Tetc };
105-
export { FetchAi, TfetchAi };
106104
export { Flr, Tflr };
107105
export { Hash, Thash };
108106
export { Hbar, Thbar };

modules/bitgo/tsconfig.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,6 @@
149149
{
150150
"path": "../sdk-coin-ethw"
151151
},
152-
{
153-
"path": "../sdk-coin-fetchai"
154-
},
155152
{
156153
"path": "../sdk-coin-flr"
157154
},

modules/sdk-coin-fetchai/.eslintignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

modules/sdk-coin-fetchai/.gitignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)