Skip to content

Commit 13da250

Browse files
author
Karl Ranna
authored
Merge pull request #1716 from ExchangeUnion/chore/remove-mainnet-usdt
chore: remove USDT from mainnet seeds
2 parents 17797df + cb0149f commit 13da250

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

lib/db/seeds/mainnet.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,11 @@ const currencies = [
3232
decimalPlaces: 18,
3333
tokenAddress: '0x0000000000000000000000000000000000000000',
3434
},
35-
{
36-
id: 'USDT',
37-
swapClient: SwapClientType.Connext,
38-
decimalPlaces: 6,
39-
tokenAddress: '0xdac17f958d2ee523a2206206994597c13d831ec7',
40-
},
4135
] as db.CurrencyAttributes[];
4236

4337
const pairs = [
4438
{ baseCurrency: 'LTC', quoteCurrency: 'BTC' },
4539
{ baseCurrency: 'ETH', quoteCurrency: 'BTC' },
46-
{ baseCurrency: 'BTC', quoteCurrency: 'USDT' },
47-
{ baseCurrency: 'LTC', quoteCurrency: 'USDT' },
4840
] as db.PairAttributes[];
4941

5042
export {

0 commit comments

Comments
 (0)