Skip to content

Commit 595b2df

Browse files
author
Karl Ranna
committed
feat(simnet): update USDT contract
This commit changes USDT contract on simnet. The new ERC20 token has 6 decimal points.
1 parent ecd0399 commit 595b2df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: lib/db/seeds/simnet.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ const currencies = [
3030
{
3131
id: 'USDT',
3232
swapClient: SwapClientType.Connext,
33-
decimalPlaces: 18,
34-
tokenAddress: '0x813D0464E6372912353B0B159E1735BDaA0654f5',
33+
decimalPlaces: 6,
34+
tokenAddress: '0xCaded8c4143cC3cf74da8EB8A2d928E42D447Df3',
3535
},
3636
/*
3737
{

0 commit comments

Comments
 (0)