From d4bf44595b04d9ed340e90dc621a7adc8bada745 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luiz=20Est=C3=A1cio=20=7C=20stacio=2Eeth?= Date: Thu, 21 Nov 2024 06:44:50 +0700 Subject: [PATCH] chore: update url (#615) --- packages/graphql/ASSETS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/graphql/ASSETS.md b/packages/graphql/ASSETS.md index 3a351aa8..473db2b5 100644 --- a/packages/graphql/ASSETS.md +++ b/packages/graphql/ASSETS.md @@ -5,13 +5,13 @@ API endpoint: `/assets/` - get information about any asset (including NFTs) URLs to consume: -- Mainnet: https://explorer-indexer-mainnet.fuel.network +- Mainnet: https://mainnet-explorer.fuel.network - Testnet: https://explorer-indexer-testnet.fuel.network `curl` example of usage ``` -curl 'https://explorer-indexer-mainnet.fuel.network/assets/0x44b09d7143aa7b1aac7844ee9cfc38893b12d20c3822ecb18dbf2c6846ea63f0' +curl 'https://mainnet-explorer.fuel.network/assets/0x44b09d7143aa7b1aac7844ee9cfc38893b12d20c3822ecb18dbf2c6846ea63f0' ```