Skip to content

Commit

Permalink
Merge pull request #1827 from ExchangeUnion/feat/simnet-badusdt
Browse files Browse the repository at this point in the history
feat(simnet): change USDT contract address
  • Loading branch information
Karl Ranna authored Aug 19, 2020
2 parents cf4eb17 + 91e73b0 commit 0ee525d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/db/seeds/simnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const currencies = [
id: 'USDT',
swapClient: SwapClientType.Connext,
decimalPlaces: 6,
tokenAddress: '0x69C3d485623bA3f382Fc0FB6756c4574d43C1618',
tokenAddress: '0x2c0Cd2eE84f8bEBD202ABB2526C58867C1c6D6B9',
},
/*
{
Expand Down

0 comments on commit 0ee525d

Please sign in to comment.