Skip to content

Commit

Permalink
chore(core): update moonbeam url (gakonst#1228)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored May 5, 2022
1 parent c70cd81 commit 67e3480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethers-core/src/utils/moonbeam.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use std::collections::BTreeMap;

use k256::SecretKey;

/// Returns the private developer keys <https://docs.moonbeam.network/snippets/code/setting-up-node/dev-accounts/>
/// Returns the private developer keys <https://docs.moonbeam.network/builders/get-started/networks/moonbeam-dev/#pre-funded-development-accounts>
pub fn dev_keys() -> Vec<SecretKey> {
MoonbeamDev::default().into_keys().collect()
}
Expand Down

0 comments on commit 67e3480

Please sign in to comment.