Skip to content

Commit 9e81fcc

Browse files
authored
fix: change dai ropsten contract to kyber dai ropsten contract (#1148)
1 parent 58918e3 commit 9e81fcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/db/seeds/testnet.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const currencies = [
2121
id: 'DAI',
2222
swapClient: SwapClientType.Raiden,
2323
decimalPlaces: 18,
24-
tokenAddress: '0x6d56f1c68356a147897d4f9a3dc63b97a275b8fa',
24+
tokenAddress: '0xad6d458402f60fd3bd25163575031acdce07538d',
2525
},
2626
] as db.CurrencyAttributes[];
2727

0 commit comments

Comments
 (0)