Skip to content

Commit

Permalink
feat(simnet): change USDT contract address (#1912)
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl Ranna authored Sep 22, 2020
1 parent 7e5f8ef commit 0a2bdfd
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: '0x292Ba2F10dbFB8925A209d3AdF09C2D2b1f491d4',
},
/*
{
Expand Down

0 comments on commit 0a2bdfd

Please sign in to comment.