Skip to content

Commit

Permalink
Merge pull request #19 from dmarzzz/patch-1
Browse files Browse the repository at this point in the history
Update Kettle Addrs
  • Loading branch information
metachris authored Oct 30, 2023
2 parents 3ce2418 + dcfbb01 commit f4d6c86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/how-to/create-contracts/deploy-custom.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,6 @@ 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")
)
```
```
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 f4d6c86

Please sign in to comment.