Skip to content

Commit

Permalink
change public archive link (#2597)
Browse files Browse the repository at this point in the history
  • Loading branch information
sukantoraymond authored Feb 6, 2025
1 parent 9c4cd94 commit eae7f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/publicarchive/downloader.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const (
updateInterval = 500 * time.Millisecond
maxFileSize = 10 * 1024 * 1024 * 1024 // 10GB per file
// public archive
PChainArchiveFuji = "https://avalanchego-public-database.avax-test.network/testnet/p-chain/avalanchego/data-tar/latest.tar"
PChainArchiveFuji = "https://avalanchego-public-shared-database.avax-test.network/testnet/p-chain/avalanchego/data-tar/latest.tar"
)

type Getter struct {
Expand Down

0 comments on commit eae7f90

Please sign in to comment.