We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62d85fc commit 4cb2e3aCopy full SHA for 4cb2e3a
packages/clone-testing/tests/wasm-upload.rs
@@ -7,8 +7,6 @@ use networks::OSMOSIS_1;
7
#[test]
8
fn multiple_upload() -> anyhow::Result<()> {
9
let mut chain = OSMOSIS_1;
10
- chain.grpc_urls =
11
- &["https://497eb440-0152-48f8-85ff-f0cf7c8a5632.osmosis-1.mesa-grpc.newmetric.xyz/"];
12
// ANCHOR: clone_testing_setup
13
let chain = CloneTesting::new(chain)?;
14
// ANCHOR_END: clone_testing_setup
0 commit comments