Skip to content

Commit

Permalink
fix: update url indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisjoshford authored Nov 21, 2024
1 parent 3e51e60 commit 329fd66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ impl Default for Config {
rpc_url: "https://archival-rpc.mainnet.near.org".parse().unwrap(),
wallet_url: "https://app.mynearwallet.com/".parse().unwrap(),
explorer_transaction_url:
"https://nearblocks.io/txns/"
"https://nearblocks.io/txns/"
.parse()
.unwrap(),
rpc_api_key: None,
Expand All @@ -46,7 +46,7 @@ impl Default for Config {
rpc_url: "https://archival-rpc.testnet.near.org".parse().unwrap(),
wallet_url: "https://testnet.mynearwallet.com/".parse().unwrap(),
explorer_transaction_url:
"https://testnet.nearblocks.io/txns/"
"https://testnet.nearblocks.io/txns/"
.parse()
.unwrap(),
rpc_api_key: None,
Expand Down

0 comments on commit 329fd66

Please sign in to comment.