We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ecaf7b commit 7737da8Copy full SHA for 7737da8
lib/db/seeds/simnet.ts
@@ -23,13 +23,13 @@ const currencies = [
23
id: 'WETH',
24
swapClient: SwapClientType.Raiden,
25
decimalPlaces: 18,
26
- tokenAddress: '0x9F50cEA29307d7D91c5176Af42f3aB74f0190dD3',
+ tokenAddress: '0x46AF55C4320D37bCeA9a3cF6f0Fe18FFf7D9685b',
27
},
28
{
29
id: 'DAI',
30
31
32
- tokenAddress: '0x76671A2831Dc0aF53B09537dea57F1E22899655d',
+ tokenAddress: '0x7CB0a7b39358CFac898CD26A6934c2f74d9aAD20',
33
34
] as db.CurrencyAttributes[];
35
0 commit comments