Skip to content

Commit

Permalink
Switch to chain.love, since glif will require auth (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangruber authored Jan 5, 2024
1 parent e48c772 commit 784368a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contract-utils/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use std::sync::Arc;
use std::{path::PathBuf, str::FromStr};

const DEPLOY_METHOD: DeployMethod = DeployMethod::Ledger;
const RPC_URL: &str = "https://api.node.glif.io/rpc/v1";
const RPC_URL: &str = "https://api.chain.love/rpc/v1";
const SECRETS_PATH: &str = "../secrets/mnemonic";
const ABI_WRITE_PATH: &str = "../Abi.json";

Expand Down

0 comments on commit 784368a

Please sign in to comment.