Skip to content

Commit

Permalink
Merge pull request #173 from readlnh/eth_backing_test
Browse files Browse the repository at this point in the history
add some tests for eth-backing
  • Loading branch information
hackfisher authored Dec 19, 2019
2 parents 3faeb12 + 40e207d commit 408bd24
Show file tree
Hide file tree
Showing 2 changed files with 196 additions and 2 deletions.
2 changes: 1 addition & 1 deletion srml/eth-backing/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ impl ExtBuilder {
let _ = GenesisConfig::<Test> {
ring_redeem_address: hex!["dbc888d701167cbfb86486c516aafbefc3a4de6e"].into(),
kton_redeem_address: hex!["dbc888d701167cbfb86486c516aafbefc3a4de6e"].into(),
deposit_redeem_address: hex!["ad52e0f67b6f44cd5b9a6f4fbc7c0f78f37e094b"].into(),
deposit_redeem_address: hex!["6ef538314829efa8386fc43386cb13b4e0a67d1e"].into(),
ring_locked: 2000000000,
kton_locked: 50000,
}
Expand Down
Loading

0 comments on commit 408bd24

Please sign in to comment.