Skip to content

Commit 7737da8

Browse files
authored
fix: update simnet token addresses (#1150)
1 parent 4ecaf7b commit 7737da8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/db/seeds/simnet.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ const currencies = [
2323
id: 'WETH',
2424
swapClient: SwapClientType.Raiden,
2525
decimalPlaces: 18,
26-
tokenAddress: '0x9F50cEA29307d7D91c5176Af42f3aB74f0190dD3',
26+
tokenAddress: '0x46AF55C4320D37bCeA9a3cF6f0Fe18FFf7D9685b',
2727
},
2828
{
2929
id: 'DAI',
3030
swapClient: SwapClientType.Raiden,
3131
decimalPlaces: 18,
32-
tokenAddress: '0x76671A2831Dc0aF53B09537dea57F1E22899655d',
32+
tokenAddress: '0x7CB0a7b39358CFac898CD26A6934c2f74d9aAD20',
3333
},
3434
] as db.CurrencyAttributes[];
3535

0 commit comments

Comments
 (0)