Skip to content

Commit

Permalink
Update testnet.rs (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
akorchyn authored May 22, 2024
1 parent 405e709 commit 077b650
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions node/src/runtime/testnet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -364,8 +364,8 @@ pub fn testnet_genesis(
min_exchange_rate: Rate::from_inner(loans::DEFAULT_MIN_EXCHANGE_RATE),
},
dex: DexConfig {
asset_ids: vec![8888, 999, 888, 777, 666, 667],
native_asset_id: 8888,
asset_ids: vec![8886, 999, 888, 777, 666, 667],
native_asset_id: 8886,
},
}
}

0 comments on commit 077b650

Please sign in to comment.