Skip to content

Commit

Permalink
chore: Change endpoint to ario
Browse files Browse the repository at this point in the history
  • Loading branch information
andreespirela committed Sep 16, 2024
1 parent 2dd9d5b commit 8c5bc35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wvm-apps/wvm-exexed/crates/irys/src/irys.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pub fn get_irys_pk() -> Result<String, env::VarError> {

async fn init_bundlr(private_key: Option<String>) -> eyre::Result<Bundlr<Solana>> {
let irys_wallet_pk: String = get_irys_pk().unwrap_or_else(|e| private_key.unwrap());
let url = Url::parse("https://node1.bundlr.network").unwrap();
let url = Url::parse("https://turbo.ardrive.io").unwrap();

let currency = SolanaBuilder::new().wallet(&irys_wallet_pk).build().map_err(|e| {
eyre::eyre!(
Expand Down

0 comments on commit 8c5bc35

Please sign in to comment.