diff --git a/.gitbook/cn/defi/open-liquidity-program/epochs.mdx b/.gitbook/cn/defi/open-liquidity-program/epochs.mdx index ed2ef661..12890f87 100644 --- a/.gitbook/cn/defi/open-liquidity-program/epochs.mdx +++ b/.gitbook/cn/defi/open-liquidity-program/epochs.mdx @@ -1,7 +1,7 @@ --- description: "OLP 周期时长和时间表" title: "周期" -updatedAt: "2026-02-05" +updatedAt: "2026-08-27" --- 周期是根据做市商相对表现进行评估的时间段。在每个周期内累计跟踪多项指标,并在新周期开始时重置。奖励在每个周期完成后发放(参见[奖励发放](/cn/defi/open-liquidity-program/reward-disbursements))。目前,**每个周期为 28 天**。 @@ -30,5 +30,9 @@ OLP 周期的开始和结束日期如下表所示。此表会定期更新(通 582026年4月14日 00:00:002026年5月12日 00:00:00 592026年5月12日 00:00:002026年6月9日 00:00:00 602026年6月9日 00:00:002026年7月7日 00:00:00 + 612026年7月7日 00:00:002026年8月4日 00:00:00 + 622026年8月4日 00:00:002026年9月1日 00:00:00 + 632026年9月1日 00:00:002026年9月29日 00:00:00 + 642026年9月29日 00:00:002026年10月27日 00:00:00 diff --git a/.gitbook/cn/developers-evm/infrastructure-and-tooling.mdx b/.gitbook/cn/developers-evm/infrastructure-and-tooling.mdx index 40b81cc0..2443e504 100644 --- a/.gitbook/cn/developers-evm/infrastructure-and-tooling.mdx +++ b/.gitbook/cn/developers-evm/infrastructure-and-tooling.mdx @@ -18,6 +18,25 @@ Injective 由丰富的行业领先基础设施提供商生态系统支持。访 +Envio + +

+Envio 是面向区块链应用的数据层。它为 Injective 开发者提供了灵活的方式来访问实时和历史链上数据,从统一的 GraphQL API 到原始高速访问,并由 Envio Cloud 提供托管服务。Injective EVM 由 Envio 的 HyperSync 原生支持,因此 HyperIndex 可以开箱即用地对其进行索引。 +

+ + + + The Graph

diff --git a/.gitbook/cn/infra/public-endpoints.mdx b/.gitbook/cn/infra/public-endpoints.mdx index 3070491a..7ba7e41e 100644 --- a/.gitbook/cn/infra/public-endpoints.mdx +++ b/.gitbook/cn/infra/public-endpoints.mdx @@ -54,3 +54,9 @@ updatedAt: "2026-02-13" | Explorer | https://testnet.explorer.injective.network/ | | Faucet | https://testnet.faucet.injective.network/ | | Status | https://uptime.com/statuspage/testnet.status.injective.network | + +## 公共延迟基准 + +对于比较公共 Injective RPC 提供商的集成方,[OpenChainBench](https://openchainbench.com/benchmarks/injective-rpc) 发布了 Tendermint `status` 方法的持续延迟基准,涵盖 Injective Foundation 端点和社区提供商(PublicNode、Polkachu、LavenderFive)。探测每 60 秒从阿姆斯特丹、弗吉尼亚和新加坡发起。 + +来源和方法论:[github.com/ChainBench/openchainbench](https://github.com/ChainBench/openchainbench)。 diff --git a/.gitbook/docs.json b/.gitbook/docs.json index 386c3905..c54049d1 100644 --- a/.gitbook/docs.json +++ b/.gitbook/docs.json @@ -1936,7 +1936,8 @@ "jp/infra/set-up-keyring", "jp/infra/join-a-network", "jp/infra/cosmovisor", - "jp/infra/upgrade-node" + "jp/infra/upgrade-node", + "jp/infra/public-endpoints" ] }, { diff --git a/.gitbook/jp/defi/open-liquidity-program/epochs.mdx b/.gitbook/jp/defi/open-liquidity-program/epochs.mdx index b93e781e..2e1f2bad 100644 --- a/.gitbook/jp/defi/open-liquidity-program/epochs.mdx +++ b/.gitbook/jp/defi/open-liquidity-program/epochs.mdx @@ -29,5 +29,9 @@ OLP epochの開始日と終了日は以下の表に示されています。こ 58Apr 14, 2026 00:00:00May 12, 2026 00:00:00 59May 12, 2026 00:00:00Jun 9, 2026 00:00:00 60Jun 9, 2026 00:00:00Jul 7, 2026 00:00:00 + 61Jul 7, 2026 00:00:00Aug 4, 2026 00:00:00 + 62Aug 4, 2026 00:00:00Sep 1, 2026 00:00:00 + 63Sep 1, 2026 00:00:00Sep 29, 2026 00:00:00 + 64Sep 29, 2026 00:00:00Oct 27, 2026 00:00:00 diff --git a/.gitbook/jp/developers-evm/infrastructure-and-tooling.mdx b/.gitbook/jp/developers-evm/infrastructure-and-tooling.mdx index afe7a651..56d8d804 100644 --- a/.gitbook/jp/developers-evm/infrastructure-and-tooling.mdx +++ b/.gitbook/jp/developers-evm/infrastructure-and-tooling.mdx @@ -17,6 +17,25 @@ Injectiveは、業界をリードするインフラストラクチャプロバ +Envio + +

+Envioはブロックチェーンアプリのためのデータレイヤーです。単一のGraphQL APIから高速な生データアクセスまで、Injective開発者にリアルタイムおよび履歴のオンチェーンデータへの柔軟なアクセスを提供し、Envio Cloudによるマネージドホスティングもサポートしています。Injective EVMはEnvioのHyperSyncでネイティブにサポートされているため、HyperIndexで追加設定なしにインデックス化できます。 +

+ + + + The Graph

diff --git a/.gitbook/jp/infra/public-endpoints.mdx b/.gitbook/jp/infra/public-endpoints.mdx new file mode 100644 index 00000000..dc035f8c --- /dev/null +++ b/.gitbook/jp/infra/public-endpoints.mdx @@ -0,0 +1,62 @@ +--- +title: パブリックエンドポイント +updatedAt: "2026-02-12" +--- + + +利用量やトラフィックの多いアプリケーションの本番環境では、これらの使用を**推奨しません**。数千人の開発者がパブリックインフラを利用しており、100% の稼働時間と信頼性を保証することはできません。 + + +## メインネット + +| サービス | アドレス | +| ---------------- | ------------------------------------------------------------- | +| Chain Swagger | https://sentry.lcd.injective.network/swagger/#/ | +| Chain LCD | https://sentry.lcd.injective.network:443 | +| Chain RPC | https://sentry.tm.injective.network:443 | +| Chain WebSocket | wss://sentry.tm.injective.network:443/websocket | +| Chain Streamer | sentry.chain.stream.injective.network:443 | +| Chain gRPC | sentry.chain.grpc.injective.network:443 | +| Chain gRPC-Web | https://sentry.chain.grpc-web.injective.network:443 | +| EVM JSON-RPC | https://sentry.evm-rpc.injective.network/ | +| EVM WebSocket | wss://sentry.evm-ws.injective.network | +| Indexer Swagger | https://sentry.exchange.grpc-web.injective.network/swagger/#/ | +| Indexer gRPC | sentry.exchange.grpc.injective.network:443 | +| Indexer gRPC-Web | https://sentry.exchange.grpc-web.injective.network:443 | +| Indexer EventProvider | k8s.global.mainnet.events.grpc.injective.network:443 | +| Hub | https://injhub.com/ | +| Explorer | https://explorer.injective.network/ | +| Faucet | https://inj.supply/ | +| Status | https://uptime.com/statuspage/status.injective.network | + + +チェーン ID、コントラクト、その他のプロバイダーを含む EVM ネットワークの詳細については、[EVM ネットワーク情報](/jp/developers-evm/network-information)を参照してください。 + + +## テストネット + +| サービス | アドレス | +| ---------------- | --------------------------------------------------------------------- | +| Chain Swagger | https://testnet.sentry.lcd.injective.network/swagger/ | +| Chain RPC | https://testnet.sentry.tm.injective.network:443 | +| Chain LCD | https://testnet.sentry.lcd.injective.network:443 | +| Chain WebSocket | wss://testnet.sentry.tm.injective.network:443/websocket | +| Chain Streamer | testnet.sentry.chain.stream.injective.network:443 | +| Chain gRPC | testnet.sentry.chain.grpc.injective.network:443 | +| Chain gRPC-Web | https://testnet.sentry.chain.grpc-web.injective.network:443 | +| EVM JSON-RPC | https://k8s.testnet.json-rpc.injective.network/ | +| EVM WebSocket | wss://k8s.testnet.ws.injective.network/ | +| Indexer Swagger | https://testnet.sentry.exchange.grpc-web.injective.network/swagger/#/ | +| Indexer gRPC | testnet.sentry.exchange.grpc.injective.network:443 | +| Indexer gRPC-Web | https://testnet.sentry.exchange.grpc-web.injective.network:443 | +| Indexer EventProvider | k8s.global.testnet.events.grpc.injective.network:443 | +| Hub | https://testnet.hub.injective.network/ | +| Explorer | https://testnet.explorer.injective.network/ | +| Faucet | https://testnet.faucet.injective.network/ | +| Status | https://uptime.com/statuspage/testnet.status.injective.network | + +## パブリックレイテンシベンチマーク + +パブリック Injective RPC プロバイダーを比較したい開発者向けに、[OpenChainBench](https://openchainbench.com/benchmarks/injective-rpc) が Injective Foundation エンドポイントとコミュニティプロバイダー(PublicNode、Polkachu、LavenderFive)を対象に、Tendermint `status` メソッドの継続的なレイテンシベンチマークを公開しています。プローブはアムステルダム、バージニア、シンガポールから 60 秒ごとに実行されます。 + +ソースと方法論: [github.com/ChainBench/openchainbench](https://github.com/ChainBench/openchainbench)。 diff --git a/.gitbook/ko/defi/open-liquidity-program/epochs.mdx b/.gitbook/ko/defi/open-liquidity-program/epochs.mdx index aad9d14a..d633fa23 100644 --- a/.gitbook/ko/defi/open-liquidity-program/epochs.mdx +++ b/.gitbook/ko/defi/open-liquidity-program/epochs.mdx @@ -1,7 +1,7 @@ --- description: "OLP Epoch 기간 및 일정" title: "Epochs" -updatedAt: "2026-02-24" +updatedAt: "2026-08-27" --- Epoch는 마켓 메이커가 상대적 성과를 기준으로 평가받는 기간입니다. 각 epoch 동안 여러 지표가 누적 추적되며 새로운 epoch가 시작되면 재설정됩니다. 보상은 각 epoch 완료 후 지급됩니다([보상 지급](/ko/defi/open-liquidity-program/reward-disbursements) 참조). 현재 **각 epoch는 28일입니다**. @@ -30,5 +30,9 @@ OLP epoch의 시작 및 종료 날짜는 아래 표에 나와 있습니다. 이 582026년 4월 14일 00:00:002026년 5월 12일 00:00:00 592026년 5월 12일 00:00:002026년 6월 9일 00:00:00 602026년 6월 9일 00:00:002026년 7월 7일 00:00:00 + 612026년 7월 7일 00:00:002026년 8월 4일 00:00:00 + 622026년 8월 4일 00:00:002026년 9월 1일 00:00:00 + 632026년 9월 1일 00:00:002026년 9월 29일 00:00:00 + 642026년 9월 29일 00:00:002026년 10월 27일 00:00:00 diff --git a/.gitbook/ko/developers-evm/infrastructure-and-tooling.mdx b/.gitbook/ko/developers-evm/infrastructure-and-tooling.mdx index d00cf93c..aae46c83 100644 --- a/.gitbook/ko/developers-evm/infrastructure-and-tooling.mdx +++ b/.gitbook/ko/developers-evm/infrastructure-and-tooling.mdx @@ -18,6 +18,25 @@ BlockScout Injective는 업계 최고의 인프라 제공업체로 구성된 풍 +Envio + +

+Envio는 블록체인 앱을 위한 데이터 레이어입니다. Injective 개발자에게 단일 GraphQL API부터 원시 고속 액세스까지 실시간 및 과거 온체인 데이터에 유연하게 접근할 수 있는 방법을 제공하며, Envio Cloud를 통한 관리형 호스팅을 지원합니다. Injective EVM은 Envio의 HyperSync에서 기본적으로 지원되므로 HyperIndex가 바로 인덱싱할 수 있습니다. +

+ + + + The Graph

diff --git a/.gitbook/ko/infra/public-endpoints.mdx b/.gitbook/ko/infra/public-endpoints.mdx index 4da7311a..3367fefd 100644 --- a/.gitbook/ko/infra/public-endpoints.mdx +++ b/.gitbook/ko/infra/public-endpoints.mdx @@ -54,3 +54,9 @@ Chain ID, 컨트랙트 및 추가 제공자를 포함한 더 많은 EVM 네트 | Explorer | https://testnet.explorer.injective.network/ | | Faucet | https://testnet.faucet.injective.network/ | | Status | https://uptime.com/statuspage/testnet.status.injective.network | + +## 퍼블릭 지연 시간 벤치마크 + +퍼블릭 Injective RPC 제공자를 비교하는 통합 개발자를 위해, [OpenChainBench](https://openchainbench.com/benchmarks/injective-rpc)는 Injective Foundation 엔드포인트와 커뮤니티 제공자(PublicNode, Polkachu, LavenderFive)를 대상으로 Tendermint `status` 메서드의 지속적인 지연 시간 벤치마크를 게시합니다. 프로브는 암스테르담, 버지니아, 싱가포르에서 60초마다 실행됩니다. + +소스 및 방법론: [github.com/ChainBench/openchainbench](https://github.com/ChainBench/openchainbench).