From dcfbb016964530114c694eeead3bb89430d810f8 Mon Sep 17 00:00:00 2001 From: dmarz Date: Mon, 30 Oct 2023 10:46:03 +0100 Subject: [PATCH] update kettle addr --- docs/how-to/send-transactions.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/how-to/send-transactions.mdx b/docs/how-to/send-transactions.mdx index 7b798ae0..1ec6dffb 100644 --- a/docs/how-to/send-transactions.mdx +++ b/docs/how-to/send-transactions.mdx @@ -243,7 +243,7 @@ var ( // Insert a private key you own with some SUAVE ETH fundedAccount = newPrivKeyFromHex("") // The public address of a Kettle on Rigil - exNodeEthAddr = common.HexToAddress("0626a5c68af88e43613f7f7cf5879d60f50033b3") + exNodeEthAddr = common.HexToAddress("03493869959c866713c33669ca118e774a30a0e5") ) ``` @@ -253,4 +253,4 @@ The exact details for the Rigil Testnet are: - **Chain ID**: `16813125` - **RPC Endpoint**: `https://rpc.rigil.suave.flashbots.net` - **Faucet**: https://faucet.rigil.suave.flashbots.net -- **Explorer**: https://explorer.rigil.suave.flashbots.net \ No newline at end of file +- **Explorer**: https://explorer.rigil.suave.flashbots.net