We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64cc5f0 commit 8f2f61bCopy full SHA for 8f2f61b
examples/developer-hub-rust/src/bin/secure_random_coston2.rs
@@ -12,7 +12,7 @@ sol!(
12
async fn main() -> Result<()> {
13
// Relay address where the secure RNG is served (Flare Testnet Coston2)
14
// See https://dev.flare.network/network/solidity-reference
15
- let random_v2_address = address!("57a4c3676d08Aa5d15410b5A6A80fBcEF72f3F45");
+ let random_v2_address = address!("97702e350CaEda540935d92aAf213307e9069784");
16
let rpc_url = "https://coston2-api.flare.network/ext/C/rpc".parse()?;
17
// Connect to an RPC node
18
let provider = ProviderBuilder::new().connect_http(rpc_url);
0 commit comments