Skip to content

Commit

Permalink
update kettle addr
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarzzz authored Oct 30, 2023
1 parent adcdd80 commit dcfbb01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/how-to/send-transactions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ var (
// Insert a private key you own with some SUAVE ETH
fundedAccount = newPrivKeyFromHex("<your_priv_key>")
// The public address of a Kettle on Rigil
exNodeEthAddr = common.HexToAddress("0626a5c68af88e43613f7f7cf5879d60f50033b3")
exNodeEthAddr = common.HexToAddress("03493869959c866713c33669ca118e774a30a0e5")
)
```

Expand All @@ -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
- **Explorer**: https://explorer.rigil.suave.flashbots.net

0 comments on commit dcfbb01

Please sign in to comment.