Skip to content

Commit

Permalink
GH-525: add another rpc url for contract_test.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
utkarshg6 committed Oct 9, 2024
1 parent d2d01cd commit 4938763
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions node/tests/contract_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ fn masq_erc20_contract_exists_on_ethereum_mainnet_integration() {
#[test]
fn masq_erc20_contract_exists_on_base_mainnet_integration() {
let blockchain_urls = vec![
"https://base.rpc.subquery.network/public",
"https://base-rpc.publicnode.com",
"https://base.drpc.org",
"https://base-pokt.nodies.app",
Expand Down

0 comments on commit 4938763

Please sign in to comment.