diff --git a/library/src/ipfs_client/ctx/default_gateways.cc b/library/src/ipfs_client/ctx/default_gateways.cc index 69ecc449..b8d8dc7f 100644 --- a/library/src/ipfs_client/ctx/default_gateways.cc +++ b/library/src/ipfs_client/ctx/default_gateways.cc @@ -29,19 +29,19 @@ bool ctx::LoadGatewaysFromEnvironmentVariable(ipfs::ctx::GatewayConfig& cfg) { void ctx::LoadStaticGatewayList(ipfs::ctx::GatewayConfig& cfg) { auto static_list = { - std::pair{"http://127.0.0.1:8080/", 1039}, - {"https://ipfs.io/", 999}, - {"https://dweb.link/", 992}, - {"https://hardbin.com/", 976}, - {"https://ipfs.greyh.at/", 910}, - {"https://ipfs.joaoleitao.org/", 899}, - {"https://trustless-gateway.link/", 797}, - {"https://human.mypinata.cloud/", 461}, - {"https://delegated-ipfs.dev/", 375}, - {"https://jcsl.hopto.org/", 364}, - {"https://4everland.io/", 346}, - {"https://ipfs.runfission.com/", 315}, - {"https://gateway.pinata.cloud/", 212}, + std::pair{"http://127.0.0.1:8080/", 1307}, + {"https://ipfs.io/", 1082}, + {"https://dweb.link/", 996}, + {"https://hardbin.com/", 980}, + {"https://ipfs.greyh.at/", 914}, + {"https://ipfs.joaoleitao.org/", 903}, + {"https://trustless-gateway.link/", 771}, + {"https://human.mypinata.cloud/", 332}, + {"https://delegated-ipfs.dev/", 257}, + {"https://jcsl.hopto.org/", 253}, + {"https://4everland.io/", 252}, + {"https://ipfs.runfission.com/", 67}, + {"https://gateway.pinata.cloud/", 49}, {"https://ipfs.eth.aragon.network/", 12}, {"https://data.filstorage.io/", 11}, {"https://dag.w3s.link/", 10},