Skip to content

Commit

Permalink
Change relevant docs and tests to point Sepolia
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz-zimnoch committed Nov 21, 2023
1 parent 6edad50 commit b0c3125
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/peers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func TestResolvePeers(t *testing.T) {
"/dns4/bst-a01.tbtc.boar.network/tcp/5001/ipfs/16Uiu2HAmAmCrLuUmnBgpavU8y8JBUN6jWAQ93JwydZy3ABRyY6wU",
"/dns4/bst-b01.tbtc.boar.network/tcp/5001/ipfs/16Uiu2HAm4w5HdJQxBnadGRepaiGfWVvtMzhdAGZVcrf9i71mv69V",
}},
"goerli network": {
"sepolia network": {
network: network.Testnet,
expectedPeers: []string{
"/dns4/bootstrap-0.test.keep.network/tcp/3919/ipfs/16Uiu2HAmCcfVpHwfBKNFbQuhvGuFXHVLQ65gB4sJm7HyrcZuLttH",
Expand Down
2 changes: 1 addition & 1 deletion docs/development/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ make mainnet
```

```
make goerli
make sepolia
```

Development
Expand Down
2 changes: 1 addition & 1 deletion docs/registration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,4 @@ link:https://docs.threshold.network/extras/contract-addresses/ethereum-mainnet[E
page for the recent Mainnet addresses of the contracts.

NOTE: icon:flask[] For addresses of Testnet contracts please visit the
link:https://docs.threshold.network/extras/contract-addresses/goerli-testnet#tbtc-application-contracts[link].
link:https://docs.threshold.network/resources/contract-addresses/sepolia-testnet[link].
2 changes: 1 addition & 1 deletion docs/run-keep-node.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ include::../config/_peers/testnet[]
=== Contracts

To get adresses of contracts on Testnet please see the
link:https://docs.threshold.network/extras/contract-addresses/goerli-testnet#tbtc-application-contracts[link].
link:https://docs.threshold.network/resources/contract-addresses/sepolia-testnet[link].

=== Installation

Expand Down

0 comments on commit b0c3125

Please sign in to comment.