Skip to content

Commit

Permalink
fix: update simnet token addresses (#1150)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael1011 authored Aug 15, 2019
1 parent 4ecaf7b commit 7737da8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/db/seeds/simnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ const currencies = [
id: 'WETH',
swapClient: SwapClientType.Raiden,
decimalPlaces: 18,
tokenAddress: '0x9F50cEA29307d7D91c5176Af42f3aB74f0190dD3',
tokenAddress: '0x46AF55C4320D37bCeA9a3cF6f0Fe18FFf7D9685b',
},
{
id: 'DAI',
swapClient: SwapClientType.Raiden,
decimalPlaces: 18,
tokenAddress: '0x76671A2831Dc0aF53B09537dea57F1E22899655d',
tokenAddress: '0x7CB0a7b39358CFac898CD26A6934c2f74d9aAD20',
},
] as db.CurrencyAttributes[];

Expand Down

0 comments on commit 7737da8

Please sign in to comment.